@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 154px;
}
.oneColFixCtrHdr #ButtonRow {
	background: #000000;
	color:#FFFFFF;
	padding: 0;
	margin:0;
	height: 22px;	
	text-align: center;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottom-left: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-bottom-right: 15px;
}
.oneColFixCtrHdr #ButtonRow a {
	color:#ffffff;
	text-decoration:none;
}
.oneColFixCtrHdr #ButtonRow a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent ul li {
	background:url(../images/bullet.gif) no-repeat left top;
	line-height:16px;
	list-style-type:none;
	padding-left:15px;
	margin-bottom:5px;
} 
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	position: relative;
}



form#frmDealer {background:#dee; width:470px; padding:10px; border:1px solid #000; margin:0 auto;}

form#frmDealer fieldset {width:450px; display:block; border:1px solid #fff; padding:5px; font-family:verdana, sans-serif; margin-bottom:0.5em; line-height:1.5em;}

form#frmDealer fieldset#opt {background:#dee;}

form#frmDealer legend {font-family:georgia, sans-serif; font-size:1.1em; font-weight:bold; border:3px solid #fff; margin-bottom:5px; padding:3px; background:#fff url(../images/form.gif) repeat-x center left;}

form#frmDealer label {
	clear:left;
	display:block;
	float:left;
	width:175px;
	text-align:right;
	padding-right:10px;
	color:#888;
	margin-bottom:0.5em;
}

form#frmDealer input {border:1px solid #000; background:#fff url(../images/form.gif) repeat-x top left; padding-left:0.5em; margin-bottom:0.6em;}

form#frmDealer select {border:1px solid #000;}

form#frmDealer textarea {width:410px; height:10em; border:1px solid #000; padding:0.5em; overflow:auto;}

form#frmDealer option {background:#788; color:#fff;}

form#frmDealer optgroup {background:#abb; color:#000; font-family:georgia, serif;}

form#frmDealer optgroup option {background:#9aa; color:#fff;}

form#frmDealer #button1, form#frmDealer #button2 {color:#c00; padding-right:0.5em; cursor:pointer; width:205px; margin-left:8px;}

form#frmDealer #button1:hover, form#frmDealer #button2:hover {background-position:center left; color:#000;}
