@charset "UTF-8";
/* CSS Document */

/* search bar in navigation */

#navmenu-h li#locate_dealer {  
	display: block;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	
	height: 100% !important;
	height: 1%; /*For IE*/
	margin: 0;
	padding: 8px 0 0 0;
	float: right;
	text-align: right;
}

#navmenu-h li#locate_dealer label {
	padding-right: 8px;
}

#navmenu-h li#locate_dealer input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #555555;
	width: 140px;
	padding: 6px 5px 4px 15px;
	margin: 0;
	border: none;
	position: relative;
	top: -4px;
	background: url(../images/search.gif) center right no-repeat;
}

#navmenu-h li#locate_dealer input.action-btn {
	background: url(../images/search-btn.gif) center right no-repeat;
	cursor: pointer;
	width: 19px;
	text-indent: -999em;
	border: none;
}

/* other forms */

.contactFormLeft {
	font-size: 12px;
	width: 110px;
	text-align: right;
	line-height: 26px;
}

.contactFormRight {
	text-align: left;
	line-height: 23px;
	padding-left: 10px;
}

.contactFormRight a {
	font-size: 12px;
}

.contactFormRight .exception {
	font-size: 12px;
}

.select_menu {
	margin: 5px 0 10px 0;
}

.contactFormLeftChx {
	float: left;
	width: 160px;
	text-align: left;
	line-height: 23px;
	padding: 3px 0 0 0;
}

.formText {
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #555555;
	padding: 2px 4px;
	margin: 4px 0;
}

.form_table_left {
	width: 65%;
	border-right: 1px solid #CCCCCC;
	padding-right: 20px;
	float: left;
}

.form_table_right {
	width: 30%;
	padding-left: 20px;
	float: right;
}

/* misc */
.state_drop_down {
	margin-top: 3px;
}

