body {
	/*background-color: #B1c4da;*/
	color:#004A9D;
	padding: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

/*#header{
	background: url(img/QuoteRQ_CW.gif) no-repeat;
	height:70px;
	width:400px;
	text-indent:-5000px;
}*/

#header2{
	background: url(img/SubReferralTitle.png) no-repeat;
	height:100px;
	width:400px;
	text-indent:-5000px;
	padding-bottom:20px;
}

textarea{width:360px; max-width:360px; min-height:75px}

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	border-collapse:collapse;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}

input{
	/*background:#004A9D;*/
	/*margin-top:10px;*/
	height:1.2em;
	color:#004A9D;
	width:240px;
	float:right;
}

.state{width:100px; float:left}

.left{float:left;}


input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	border:2px solid #D49E28;
	margin-bottom: 0.5em;
	width:375px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float:left;
	background:#fff;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
	font:12px Arial, Helvetica, sans-serif;
	color:#039;
	text-align: right;
	float: left;
}


.field-widget {
}

.zip{ width:80px}

.right{text-align:right}

.topspace{margin-top:20px}

.btn{
	width:200px;
	height:200px
}

/*select{width:210px; float:right}*/

select
{
border-width: 1px;
padding: 3px;
font-weight: normal;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
background-color:#0C4F98/*E0AB4A*/ ;
color:#FFF /*0C4F98*/ ;
width:240px; float:right;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}

