.intro {
	padding-bottom: 30px;
}
form div {
 margin: 0;
 padding: 0;
 clear: both;
}
fieldset {
	border: none;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
fieldset input, textarea {
	/*	width: 94%;*/
	
	border: 2px solid #E9E9E9;
	padding: 4px;
	margin: -2px 0px 2px 0px;
}
fieldset input:hover, textarea:hover {
	border-color: #CCC;
}
fieldset input:active, input:focus {
	background-color: #fff;
}
label, label span {
	display: block;
	padding-top: 2pt;
	padding-bottom: 2pt;
}
label span {
	width: 100%;
}
input, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
}
.formbutton {
	color: White;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	cursor: pointer;
	width: 70px;
	height: 22px;
	background-image: url(../img/ui/btn_blank.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
fieldset.left {
	float: left;
	width: 250px;
}
fieldset.left input, textarea {
	width: 94%;
}
fieldset.right {
	float: right;
	width: 275px;
}
fieldset.right label {
	padding-left: 35px;
}
fieldset.submit {
	clear:both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#cssCheckbox {
	padding-left: 15px;
}
#cssCheckbox label {
	padding-left: 30px;
	cursor: pointer;
	color: #575757;
	background-image: url(/assets/img/ui/input_unchecked.gif);
	background-repeat: no-repeat;
}
#cssCheckbox label.checked {
	color: #0A63BF;
	background-image: url(/assets/img/ui/input_checked.gif);
	background-repeat: no-repeat;
}
#cssCheckbox label.over {
	color: #0A63BF;
}
.cssCheckboxRow {
	padding-top: 5px;
}
.cssCheckboxSection {
	padding-top: 15px;
	padding-bottom: 15px;
}
.quoteVehicleLabel {
	padding-top: 6px;
	padding-bottom: 2px;
}
.quoteVehicleTop {
/*	background-image: url(/assets/img/ui/quoteVehicle_top_bg.gif);*/
	background-repeat: no-repeat;
	height: 5px;
}
.quoteVehicleBody {
/*	background-image: url(/assets/img/ui/quoteVehicle_body_bg.gif);*/
	background-repeat: repeat-y;
}
.quoteVehicleBottom {
/*	background-image: url(/assets/img/ui/quoteVehicle_bot_bg.gif);*/
	background-repeat: no-repeat;
	height: 10px;
}

