BODY {
	margin:0px;
	background-color:#941600;
}

BODY, TD, INPUT, SELECT, TEXTAREA {
	font-family:tahoma,helvetica,sans-serif;
	font-size:8pt;
	color:#000000;
}

A {
	color:#cc0000;
	font-weight:700;
	text-decoration:underline;
}

A:hover {
	color:#ffc939;
}

.footer {
	color:#ffffff;
	font-weight:400;
	font-size:8pt;
}

.container {
	border:solid 1px #ed1b2d;
	background-color:#941600;
}

.head {
	font-size:10pt;
	font-weight:700;
	color:#cc0000;
}

.alternateHead {
	font-size:10pt;
	font-weight:700;
	color:#F58323;
}

.alternateHead2 {
	font-size:10pt;
	font-weight:700;
	color:#941600;
}

FORM INPUT.button {
	border:solid 1px #720400;
	padding:3px;
	background-color:#941600;
	color:#ffffff;
	font-weight:700;
}

.alert {
	font-size:10pt;
	font-weight:700;
	color:#cc0000;
}

.lifetimeprice {
	font-size:20pt;
	font-weight:900;
	color:#ffc939;
}

.redhead {
	font-size:10pt;
	font-weight:700;
	color:#1b67b5;
}

#getQuoteButton {
	width:174px;
	height:36px;
	overflow:hidden;
	margin-top:5px;
	cursor:pointer;
}
#getQuoteButton IMG { border:0; }
#getQuoteButton IMG:hover { margin-top:-36px; }

#retrieveQuoteButton {
	width:174px;
	height:24px;
	overflow:hidden;
	margin-top:5px;
	cursor:pointer;
}
#retrieveQuoteButton IMG { border:0; }
#retrieveQuoteButton IMG:hover { margin-top:-24px; }

.popupFormWrapper {
	position:fixed;
	display:none;
	width:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin-right:auto;
	margin-left:auto;
	z-index:100;
}

.popupFormBackground {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	background-color:#000000;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.popupCloseButton {
	position:absolute;
	right:3px;
	top:3px;
	background: url(../images/popup_close_dodge.gif) no-repeat;
	width:20px;
	height:20px;
}

.popupFormWrapper H1 {
	font-size:12pt;
	color:#cc0000;
	margin:0;
	border-bottom:solid 1px #cc0000;
	padding-bottom:3px;
}

.popupFormWrapper LABEL {
	/*display:block;
	float:left;*/
	display:inline-block;
	vertical-align:top;
}

.popupFormWrapper INPUT, .popupFormWrapper SELECT {
	background-color:#eeeeee;
	border:solid 1px #dddddd;
	margin-left:15px;
}

.popupFormWrapper SELECT {
	margin-bottom:2px;
	width:135px;
}

.popupFormWrapper .button {
	display:block;
	width:150px;
	margin:0px auto;
}

.popupFormWrapper .required {
	color:#cc0000;
	font-weight:700;
}

.popupFormWrapper .error {
	color:#cc0000;
	margin-bottom:10px;
}

#getQuoteForm, #retrieveQuoteForm {
	position:relative;
	display:none;
	-moz-border-radius:10px;
	background-color:#ffffff;
	border:solid 3px #cc0000;
	margin:25px auto;
	padding:16px;
	overflow:auto;
}

#getQuoteForm {
	width:500px;
}

#retrieveQuoteForm {
	width:300px;
}

#getQuoteForm #vehicleInformation LABEL {
	width:340px;
}

#getQuoteForm #customerInformation LABEL, #retrieveQuoteForm LABEL {
	text-align:right;
	width:100px;
}

#getQuoteForm #customerInformation INPUT, #retrieveQuoteForm INPUT {
	margin-top:1px;
	margin-bottom:1px;
}
