.formline1 {
	background-color: #D7DCEC;
}
.formline2 {
	background-color: #EEF1F7;
}
.container ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.container li {
	padding: 5px;
}
.container label {
	width: 50%;
	text-align: left;
	padding: 2px;
	display: block;
	position: relative; /* IE6 Hack to fix disappearing text */
	clear: left;
	float: left;
	color: #000000;
	/*display: -moz-inline-stack;*/
}
.container input {
	font-size: 11px;
}
.container select {
	font-size: 11px;
	clear: right;
}
#requestSubmit {



	* top: 521px; /* Show to IE 6 & 7 */
	* left: 279px;
	_top: 520px; /* Show to IE 6 */
	_left: 279px;
	text-align: center;
	padding: 15px;
}
.byline {
	font-size: 12px;
	font-weight: bold;
}
.bodytext {
	font-size: 12px;
	margin-top: 10px;
	padding-bottom: 15px;
}
.bodytext h1, .bodytext h2, .bodytext h3, .bodytext h4, .bodytext h5, .bodytext h6 {
	font-weight: normal;
}
#breadcrumb {
	font-size: 11px;
	font-weight: bold;
	width: 96%;
	clear: both;
	padding: 2%;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5A73B3;
	border-bottom-color: #5A73B3;
	background-color: #EEF1F7;
}
