.formList {
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	position:relative;
}
.formList li {
	position:relative;
	list-style-type:none;
	padding:0 0 5px;
	margin:0;
	overflow:hidden;
	clear:both;
	width:100%;
}
.formList .formSection {padding-bottom:15px;}

.formSection .formSectionHead {
	padding-bottom:6px;
	margin-bottom:10px;
	background:url('../images/dotted_line.png') 0 bottom repeat-x;
}
.formSection .formSectionHead h2 {
	color:#08364c;
	font-size:1.4em;
	width:auto;
	float:left;
}
.formSection .formSectionHead span.required, .formSection .formSectionHead span.note {
	float:left;
	padding:0 0 0 5px;
	height:17px;
	line-height:17px;
	width:150px;
}
.formSection .formSectionHead span.secure {
	display:block;
	float:right;
	width:55px;
	text-align:right;
	font-size:1.2em;
	background:url('../images/icon_lock.gif') 0 0 no-repeat;
}
.formList .formFields {
	padding:0 0 0 20px;
	margin:0;
	width:559px;
	position:relative;
	overflow:hidden;
}
.formList span.required {
	font-size:1em;
	color:#990000;
	display:block;
	float:right;
	width:170px;
	height:15px;
	line-height:15px;
	padding-top:13px;
}
.formList span#password_required {
	padding-top:5px;
}
.formList span.required span.passwordNote {
	color:#999999;
	height:15px;
	width:100%;
	display:block;
}
.formList span.success, .formList span.failure {
	display:block;
	height:0;
	width:14px;
	padding-top:14px;
	background:url('../images/icon_success.gif') 0 0 no-repeat;
	position:absolute;
	top:15px;
	left:390px;
	overflow:hidden;
}
.formList span.failure {
	background:url('../images/icon_failure.gif') 0 0 no-repeat;
}
.formList span.fieldWrapper {
	width:366px;
	height:28px;
	padding:8px;
	margin:0;
	display:block;
	overflow:hidden;
	float:left;
}
.formList span.areaWrapper {
	height:118px;
}

.formList span.focus {
	background:url('../images/form_focus.gif') 0 0 no-repeat;
}
.formList span.areaWrapper {background:none;}
.formList label, .formList .fieldLabel {
	display:block;
	width:115px;
	height:28px;
	line-height:28px;
	float:left;
	padding-right:13px;
	text-align:right;
	font-size:1.2em;
	color:#666666;
	font-weight:bold;
}
.formList label.subLabel {
	font-weight:normal;
	width:30px;
	padding-right:3px;
}
.formList span.inputWrapper {
	display:block;
	overflow:hidden;
	width:231px;
	height:24px;
	padding:2px 3px;
	margin:0;
	float:left;
	background:url('../images/textfield_full.gif') 0 0 no-repeat;
}
.formList span.midWrapper {
	width:151px;
	background:url('../images/textfield_mid.gif') 0 0 no-repeat;
}
.formList span.smallWrapper {
	width:41px;
	background:url('../images/textfield_small.gif') 0 0 no-repeat;
}
.formList span.textAreaWrapper {
	width:231px;
	height:114px;
	background:url('../images/textarea_background.gif') 0 0 no-repeat;
}
.formList span.focus span.inputWrapper {background-position: 0 -28px;}
.formList input.textField, .formList textarea.textArea {
	width:99%;
	height:16px;
	border:1px solid #FFFFFF;
	padding:3px 0;
	margin:0;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
}
.formList textarea.textArea {
	width:99%;
	height:106px;
}
.formList span.focus span.textAreaWrapper {background-position: 0 -118px;}
.formList input.midInput {}
.formList input.smallInput {}
.formList select.selectField {
	border:1px solid #BBBBBB;
	margin-top:3px;
	width:235px;
}

.formList #buyer_email .fieldWrapper {
	height:auto;
}
.formList #buyer_email .fieldWrapper .radioWrapper {
	overflow:hidden;
	display:block;
	float:left;
	width:200px;
}
.formList #buyer_email .fieldWrapper input.radio{
	float:left;
	margin:7px 0 0;
}
.formList #buyer_email .fieldWrapper label {
	width:30px;
	float:left;
	text-align:left;
	padding: 0 10px 0 3px;
}
.formList #buyer_email .fieldWrapper .radioNotes {
	display:block;
	clear:both;
	width:250px;
	font-size:1.2em;
	padding-left:128px;
}
.formList #mileage_fields .fieldWrapper {
	position:relative;
}
.formList #mileage_fields .radioWrapper {
	overflow:hidden;
	display:block;
	width:77px;
	padding-left:4px;	
	margin:0;
	position:absolute;
	top:7px;
	left:293px;
}
.formList #mileage_fields .radioWrapper input.radio{
	float:left;
	margin:7px 0 0;
}
.formList #mileage_fields .radioWrapper label {
	width:16px;
	text-align:left;
	padding: 0;
	font-size:10px;
}
.formList #mileage_fields .radioWrapper label#label_mileage_km {padding-right:5px;}


.formList li.formSubmit {
	text-align:center;
	padding-top:20px;
	background:url('../images/dotted_line.png') 0 0 repeat-x;
	height:30px;
}
.formList li .privacyNote {
	display:block;
	font-size:1.2em;
	padding-bottom:10px;
}
.formList li .privacyNote a, .formList li .privacyNote a:link, .formList li .privacyNote a:visited {
	border-bottom:1px solid;
}
.formList li .privacyNote a:hover, .formList li .privacyNote a:active {
	border-bottom:none;
}
a#create_account_link, a#create_account_link:link, a#create_account_link:visited {
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px solid;
	float:left;
	margin:6px 0 0 15px;
}
a#create_account_link:hover, a#create_account_link:active {
	border-bottom:none;
}
#submit_login {
	margin-left:135px;
	float:left;
}
.formList li#ca_create {text-align:left;}
.formList li#ca_create input.submit {float:right;}
.formList li#ca_create span.note {
	float:right;
	font-size:1.2em;
	padding:7px 10px 0 0;
}
.formSubmit .note {
	font-size:1.2em;
	padding-top:5px;
}
/*********Added Styles 12-7-09***********/
#popular_features .fieldLabel {padding:10px 13px 0 10px;}
.formList #popular_features .popularFeatures {
	width:340px;
	padding:20px 3px 2px;
	margin:0;
	float:left;
	position:relative;
}
.formList #popular_features .popularFeatures li {
	width:170px;
	float:left;
	clear:none;
}
.formList #popular_features .popularFeatures li input {float:left;}
.formList #popular_features .popularFeatures li label {
	float:left;
	width:140px;
	padding: 0 0 0 5px;
	text-align:left;
	font-weight:normal;
	line-height:18px;
	height:auto;
}

