/* Form Fields & Form Styling ONLY */
.serviceForm {
	padding-top: 20px;
}
	.serviceForm .header {
		border-bottom: 1px solid #174d85;
		color: #174d85;
		font-size: 16px;
		font-weight: bold;
		margin: 10px 0 0 0;
		width: 100%;
	}
		ul.formLeftCol, 
		ul.formRightCol {
			float: left;
			margin: 20px 10px 20px 0;
			width: 297px;
		}
			ul.formRightCol {
				margin: 20px 0 20px 0 !important;
			}
			.serviceForm ul li {
				float: left;
				margin-bottom: 5px;
				width: 297px;
			}
				.serviceForm ul li label,
				.serviceForm ul li input,
				.serviceForm ul li select,
				.serviceForm ul li textarea {
					float: left;
				}
				.serviceForm ul li label {
					font-size: 13px;
					/* line-height: 36px; */
					padding: 3px 10px 0 0;
					width: 111px;
				}
				.serviceForm ul li input,
				.serviceForm ul li textarea,
				html body .RadInput_Default .riTextBox, 
				html body .RadInputMgr_Default {
					background-color: #ffffff;
					border: 1px solid #174d85;
					font-size: 12px;
					padding: 2px 5px 0 5px;
					height: 23px;
					vertical-align: middle;
					width: 164px;
				}
					html body .RadInput_Default .riTextBox, 
					html body .RadInputMgr_Default {
						border: 1px solid #174d85 !important;
						padding: 2px 5px 0 5px !important;
						width: 134px !important;
					}
						.serviceForm ul li textarea {height: 75px;}
					input#desiredDateField,
					input#desiredTimeField,
					input#backupDateField,
					input#backupTimeField {
						margin-right: 12px;
						width: 130px;
					}
				.serviceForm ul li select {
					border: 1px solid #174d85;
					height: 27px;
					margin: 5px 0 5px 0;
					padding: 5px 2px 2px 5px;
					width: 176px;
				}
				textarea#commentsField {
					border: 1px solid #174d85;
					font: 12px Arial, Helvetica, sans-serif;
					height: 75px;
					padding: 5px 5px 5px 5px;
					width: 164px;
				}
				.bottomForm {
					position: relative;
				}
					.bottomForm span {
						display: block;
						float: left;
						margin-bottom: 20px;
						width: 100%;
					}
						.bottomForm span input {
							border: 0 none;
							margin-right: 10px;
						}
				.sprite_cta_buttons {
					background-image: url(../../Style1/Images/sprite_cta_buttons.png);
				}
					input.submitBtn {
						background-color: transparent;
						background-repeat: no-repeat;
						background-position: -548px 0px;
						border: 0 none;
						cursor: pointer;
						display: block;
						float: left;
						height: 39px;
						width: 106px;
					}
					.submitBtn:hover {
						background-position: -548px -38px;
					}
					.dateIcon,
					.timeIcon {
						border: 0 none;
						display: block;
						float: left;
						height: 16px;
						width: 16px;
					}
						.dateIcon {background-position: -336px 0px;}
						.timeIcon {background-position: -336px -16px;}
						
						
	/* Form Fields & Form Styling ONLY */
.contactUsForm {
	padding-top: 20px;
}
	.contactUsForm .header {
		border-bottom: 1px solid #174d85;
		color: #174d85;
		font-size: 16px;
		font-weight: bold;
		margin: 10px 0 0 0;
		width: 100%;
	}
			.contactUsForm ul li {
				float: left;
				margin-bottom: 5px;
				width: 297px;
			}
				.contactUsForm ul li label,
				.contactUsForm ul li input,
				.contactUsForm ul li select,
				.contactUsForm ul li textarea {
					float: left;
				}
				.contactUsForm ul li label {
					font-size: 13px;
					/* line-height: 36px; */
					padding: 3px 10px 0 0;
					width: 111px;
				}
				.contactUsForm ul li input,
				.contactUsForm ul li textarea,
				html body .RadInput_Default .riTextBox, 
				html body .RadInputMgr_Default {
					background-color: #ffffff;
					border: 1px solid #174d85;
					font-size: 12px;
					padding: 2px 5px 0 5px;
					height: 23px;
					vertical-align: middle;
					width: 164px;
				}
						.contactUsForm ul li textarea {height: 75px;}
				.contactUsForm ul li select {
					border: 1px solid #174d85;
					height: 27px;
					margin: 5px 0 5px 0;
					padding: 5px 2px 2px 5px;
					width: 176px;
				}

/* Styles for Rad Menu Drop Downs, specifically the Scheduel Test Drive page */
html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {color:#999 !important;}
	.scheduleTestDriveForm button.submitBtn span {left:-999px; position:absolute;}
		.ComboBoxDropDown_Default {min-width:150px;}
		.ComboBoxDropDown_Default div {min-width:150px;}

