
.left {
	float: left;
}	


/* Traffic School Florida Form CSS Document */
#form1 * {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}
#form1 .clear {
	clear: both;
}
#form1 fieldset {
	border: 1px solid #ccc;
	padding: 5px 0 15px 10px;
}
#form1 legend {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px;
	padding: 0 5px;

}
#form1 label {
	display: block;
	width: 150px;
	font-weight: bold;
	float: left;
	margin: 0 0 5px 0;
}	
#form1 .txtDob {
	width: 45px;
}
#form1 .txtSelect {
	width: 100px;
}
#form1 fieldset h2 {
	font-size: 20px;
}
#form1 .txtCSV {
	width: 45px;
}
#form1 fieldset a {
	font-size: 12px;	
}
#form1 input.txtBox, #form1 input.txtDob, #form1 input.txtCSV {
	height: 18px;
	padding: 2px 5px 0 5px;
	background: transparent;
	border: none;
}
#form1 input.txtBox-short {
	height: 18px;
	padding: 2px 5px 0 5px;
	background: transparent;
	border: none;
}
#form1 .textbg-short {
	float: left;
	width: 150px;
	height: 20px;
	margin-bottom: 5px;
	background: #fff url(../../images/bg_input_login.jpg) no-repeat top left;
}
#form1 input.txtBox {
	width: 306px;
}
#form1 .textbg{
	float: left;
	width: 315px;
	height: 20px;
	margin-bottom: 5px;
	background: #fff url(../../images/bg_input.jpg) no-repeat top left;
}
#form1 .smallbg {
	float: left;
	width: 55px;
	height: 20px;
	margin-bottom: 5px;
	background: #fff url(../../images/bg_input_small.jpg) no-repeat top left;

}
#form1 option {
	color: #333;
	font-weight: normal;
	background: #c6ecff;
	border-top: 1px dashed #ccc;
	padding: 0 0 0 3px;

}
#form1 .submit {
	background: #c6ecff;
	border: 2px solid #00b5cc;
	width: 64px;
	color: #00b5cc;
	font-weight: bold;
	cursor: pointer;
}
#form1 .back {
	background: #c6ecff;
	border: 2px solid #00b5cc;
	width: 64px;
	color: #00b5cc;
	font-weight: bold;
	cursor: pointer;
}
#form1 select.txtSelect {
	width: 306px;
	height: 18px;
}
#form1 select {
	color: #00b5cc;
	margin: 4px 5px 0 5px;
	padding: 0;
	background: transparent;
	border: 0px none transparent;

}
#form1 .selectbg {
	float: left;
	width: 315px;
	height: 25px;
	margin-bottom: 5px;
	background: #fff url(../../images/bg_select.jpg) no-repeat top left;
}
#form1 .selectsmallbg {
	float: left;
	width: 55px;
	height: 25px;
	margin-bottom: 5px;
	background: #fff url(../../images/bg_selectsmall.jpg) no-repeat top left;
}
#form1 .selectmediumbg {
	float: left;
	width: 100px;
	height: 25px;
	margin-bottom: 5px;
	background: #fff url(../../images/bg_selectmedium.jpg) no-repeat top left;
}
.theHighlight {
	background-color: #ffffcc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
}
.theHighlight span {
	color: #ed1c24;
	font-weight: bold;
}
#subcontent .red {
	font-size: 12px;
	color: #ed1c24;
}
#footer{
	font-size: 10px;
	text-align: center;
	padding: 10px 0 5px 0;
}
#footer a{
	font-size: 10px;
	text-align: center;
	padding: 10px 0 5px 0;
	color: #000;
}
.rightMap {
	float: right;
	padding: 0 8px 0 0;
}
.rightMap a {
	color: #ed1c24;
}



#classSplash h2 {
	font-size: 16px;
	padding: 10px 0 10px 0;
}	
#classSplash ol {
	padding: 10px 0 0 18px;
	margin: 0;
}
#classSplash ol li {
	padding-bottom: 7px;
	border-bottom: 1px solid  #ccc;
}
.rightO a {
	color: red;
	font-weight: bold;
}
.moreInfo {
	color: red;
	display: block;
	font-weight: bold;
	padding: 7px 25px 0 0;
	float: right;
}