h5 {
	font-size: 12px;
	margin: 10px 50px 10px 50px;
	padding: 5px 20px;
	background: #83766D;
	border: solid 1px black;
}

.notice {
	color: black;
}
table.formfields {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}
table.formfields th {
	vertical-align: top;
	padding: 2px;
	text-align: right;
}
table.formfields td {
	vertical-align: top;
	padding: 2px;
}
form label {
	display: block;
}
fieldset {
	-moz-border-radius: 8px;
	width: 250px;
}
legend {
	font-weight: bold;
	color: #000000; /*#FFCC00;*/
}
#quotedetails, #newquote {
	width: 530px;
	margin-left: auto;
	margin-right: auto;
}
#quotedetails th {
	width: 20%;
}
#quotedetails td {
	width: 75%;
}
input.text {
	font-size: 12px;
	/*background: #CFE3EF;
	border: 1;*/
	color: #000;
	padding: 2px 3px;
}
.m {
	padding: 0;
}
table.shadowbox h4 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0 15px 3px 15px;
	color: #0E4681;
	background: url(../images/BG_shadowbox_h4.png) repeat-x;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;

}
td.rightcell {
	text-align: right;
}
h2 table, h4 table {
	width: 100%;
}

.missing {
	background: #900;
}
.invalid {
	background: #BB1C24;/*#F3C81C;*/
	color: #000000; /*#003466;*/
	font-weight: bold;
}
#invaliddata {
	margin: -10px 50px 10px 50px;
	padding: 5px 40px;
	border: solid 1px #FFF;
	border-top: none;
	background: #F3C81C;
	color: #003466;
}
#processing {
	display: none;
	text-align: center;
	padding: 30px;
}

/* Styling agreement things
 ------------------------------------*/
p#agreement {
	border-top: 1px solid #BED7F3;
	line-height: 14px;
	margin: 0 100px;
	padding: 10px 0;
	text-align: justify;
}
p#agreement a {
	color: #000;
	text-decoration: none;
	font-weight:bold
}
p#agreement a:hover { text-decoration: underline; }
#agreement p {
	font-size: 14px;
	margin: 10px 30px;
	line-height: 14px;
}
#agreement ol {
	margin-right: 20px;
}
#agreement ol li {
	margin-top: 5px;
}
#agreement a.back {
	display: block;
	margin: 24px auto;
	text-align: center;
	font-size: 18px;
}
#agreement h2 {
	margin: 0 30px;
}