body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*background: #07718B url(/images/background.jpg) repeat-x center top;*/
	/*background: #07718B url(/images/background_christmas_snowflakes.jpg) repeat-x center top;*/	
	background: #14355a;	
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img {
	border: 0px;
}

.footer_links {
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer_links .copyright {
	font-size: 9px;
	color: #8aaed6;
	text-align: left;
	padding: 10px 0px;
	padding-left: 10px;
}
.footer_links .copyright a {
	color: #8aaed6;
}
.footer_links span a {
	font-size: 10px;
	color: #8aaed6;
	text-decoration: none;
	padding: 5px 10px;
}
.footer_links span a:hover {
	background-color: #475465;
	color: #FFFFFF;
	padding: 5px 10px;
}
.header_flash_bg {
	background: transparent url(../images/header_bg.jpg) no-repeat;
}
.dynoday_flash_bg {
	background: transparent url(../images/dynoday_header.jpg) no-repeat;
}
.successMessage {
	color: #009900;
	font-size: 14px;
}

.errorMessage {
	color: #FF3300;
	font-size: 14px;
}

.formButton {
	color: #3a2c03;
	border: 1px solid #a2801b;
	border-right-color: #6b540e;
	border-bottom-color: #6b540e;
	background: #f7c836 url(../images/button_bg.gif) no-repeat;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: .2em;
	cursor:pointer;
	margin: .2em 0em;
}

.inputField {
	border: 1px solid #818181;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	padding: .1em;
	background-color: #ffffff;
}

.inputFieldOver {
	border: 1px solid #5b5b5b;
	border-right-color: #979797;
	border-bottom-color: #979797;
	padding: .1em;
	background-color: #ffffff;
}

.rightSignupInput {
	border: 1px solid #818181;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	padding: .1em;
	background-color: #abc6d6;
	font-size: 10px;
	width: 100px;
}

.rightSignupInputOver {
	border: 1px solid #5b5b5b;
	border-right-color: #979797;
	border-bottom-color: #979797;
	padding: .1em;
	background-color: #ffffff;
	font-size: 10px;
	width: 100px;
}

.formButtonSmall {
	color: #3a2c03;
	border: 1px solid #a2801b;
	border-right-color: #6b540e;
	border-bottom-color: #6b540e;
	background: #f7c836 url(../images/button_bg.gif) no-repeat;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: .1em;
	cursor:pointer;
}

.formButtonSmallOver {
	color: #9f7700;
	border: 1px solid #a2801b;
	border-right-color: #6b540e;
	border-bottom-color: #6b540e;
	background: #f7c836 url(../images/button_bg.gif) no-repeat;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: .1em;
	cursor:pointer;
}

#vehicleSearchWrapper {
	width: 169px;
	padding: 0 0 8px 0;
	margin: -3px 0 0 0;
	background: #021621;
}

#vehicleSearchWrapper .vsHeader {
	color: #F2DD05;
	font-family: serif;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 7px 8px;
	background: #021621;
	width: 155px;
}

#vehicleSearchWrapper select {
	width: 169px;
	padding: 3px;
	border: none;
	color: #fff;
	background: #021621;
	font-size: 14px;
	margin: 0 0 1px 0;
}

#vehicleSearchWrapper #quickProduct {
	display: none;
}

#noProduct {
	display: none;
	color: #3A2C03;
	background: #FFEE33;
	border: 1px solid #3A2C03;
	padding: 5px 8px;
	margin: 5px 5px;
	font-size: 12px;
	-moz-border-radius:5px;
	border-radius:5px;
}
