div#header {
	height: 71px;
}

div#content {
	width: 100%;
	background: url(/images/quote_content_bg) left top repeat-x #dbe9f1;
	overflow: hidden;
}

div#content h2 {
	width: 560px;
	height: 174px;
	display: block;
	background: url(/images/complete_form_receive_quote.gif) top left no-repeat transparent;
	text-indent: -9999px;
}

div#content h2.success {
	background: url(/images/completed_quote_form.gif) top left no-repeat transparent;
}

div#left_column {
	width: 560px;
	float: left;
	overflow: hidden;
	margin-left: 10px;
}

div#right_column {
	width: 220px;
	height: 300px;
	float: left;
	margin-left: 10px;
	margin-top: 60px;
}

form {
	width: 530px;
	min-height: 200px;
	padding: 15px;
	background: url(/images/quote_form_bg.gif) top left repeat-y transparent;
}

div#form_bottom {
	width: 560px;
	height: 23px;
	display: block;
	background: url(/images/quote_form_bottom.gif) center top no-repeat;
	margin-bottom: 1.5em;
}

form ul {
	width: 96%;
	position: relative;
	margin: 1.0em auto;
}

form ul li {
	padding: .4em 0;
	border-bottom: 1px solid #efefef;
}

label {
	width: 32%;
	float: left;
	padding-right: 16px;
	font-size: 1.1em;
	text-align: right;
	font-weight: bold;
	line-height: 1.3em;
	height: 1.3em;
	color: #888;
}

label.required {
	background: url(/images/bullet_star.gif) 98% center no-repeat transparent;
}

select, textarea {
	width: 175px;
	padding: 2px;
	font-size: 1.0em;
	background: #fff;
	color: #444;
	border: 1px solid #bbb;
}

.input_text {
	width: 175px;
	padding: 2px;
	font-size: 1.0em;
	background: #fff;
	color: #444;
	border: 1px solid #bbb;
}

.submit_request {
	width: 154px;
	height: 24px;
	display: block;
	position: absolute;
	left: 220px;
	margin-top: 0.7em;
}

#right_column blockquote {
	position: relative;
	margin-bottom: 1.5em; 
}

#right_column blockquote p {
	font-size: 1.3em;
}

#right_column span.name {
	font-size: 1.0em;
}

#right_column span.company {
	font-size: 1.2em;
	margin-bottom: 2.0em;
}

#right_column h4 {
	color: #7d8933;
	text-transform: uppercase;
	font-size: 1.2em;
}

#right_column p {
	font-size: 1.1em;
	line-height: 1.3em;
}

#errors {
	width: 100%;
	padding: 0.2em 0;
	background: #920000;
	display: block;
	overflow: hidden;
	height: 29px;
}

#errors h3 {
	font-weight: bold;
	font-size: 1.4em;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
	text-align: center;
	padding: .3em 0;
}

li.fixme label {
	color: #9b2323 !important;
}

li.fixme input, li.fixme select  {
	border: 1px solid #9b2323 !important;
}

li.fixme .selMult {
	border: 1px solid #9b2323 !important;
}

#right_column ul {
	position: relative;
	margin: 20px auto;
	width: 96%;
}

#right_column ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	display: block;
	text-indent: 1.2em;
	background: url(/images/bullet_blue.png) left center no-repeat transparent;
}

span.note {
	font-size: .8em;
}
