@charset "UTF-8";

#formContainer{
	width: 350px;
	margin: 0 0 0 45px;
	}

form {
	width: auto;
}

form ol li{
	list-style: none;
}

fieldset {
	margin: 0;
	padding: 20px;
	border-style: none;
	border-top: 1px solid #e5d8c5;
	background: #fce9f5;
	position: relative;
}
legend {
	margin-left: 1em;
	color: #111;
	padding: 0;
}
legend span {
	display: none;
}
fieldset.submit {
	background-color: #e6ebf0;
	padding: 10px 0;
	border-bottom: 1px solid #e5d8c5;
}
label {
	display: block;
	font-weight: bold;
	padding-bottom: 1px;
	color: #27517b;
	text-transform: uppercase;
}
.text {
	width: 250px;
}
.select {
	width: 155px;
}
.tableForm td {
	margin: 0;
	padding: 5px 12px;
}
.highlight {
	font-weight: bold;
	color: #0d42a0;
	font-size: 1.25em;
}

