/* CSS Document */
 form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0; 
}

 fieldset {
border: 2px solid #999;
padding: 12px;
}

 legend {
color:#000; font-size:16px; padding:0; margin:0; font-weight:bold;
}

.labeller {
font-family: Verdana;
font-weight: normal; 
text-align: left;
font-size: 12px;
}

label {
font-family: verdana,arial,sans-serif;
font-weight: normal; 
text-align: left;
font-size: 12px;
}

 reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

 small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

 .required{font-weight:bold;} /* uses class instead of div, more efficient */

 br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.form_box {
width: 730px;
}

#submit_button{
background-image:url(/images/getfreequotesNewCat.gif); 
background-repeat:no-repeat; 
width:353px; 
height:45px; 
border:0; 
margin:0; 
padding:0; 
color:#fff; 
font-size:21px; 
cursor:pointer; 
vertical-align:middle;
}

#leftpane {
float: left;
padding-left: 10px;
width: 730px;
text-align: left;
}

#main{
width: 1000px;
}

#rightpane {
width: 240px;
padding:10px 0 0 5px;
float: right;


margin-top: 10px;
}

.fieldsgroup{
padding: 5px 0 0 0;
width: 680px;
float:left;
}

.fieldbox{
float:left;
padding: 0 6px 0 0;
width:215px;
}

.tabtext{
padding: 10px 0 0 8px;
}

.right_colmn{
width: 240px;padding:10px 0 0 5px;float: right;margin-top: 30px;
}

.footer{
margin-top:15px;clear:both
}

#submit_btn_refnet{
border: 0pt none ; 
margin: 0pt; 
padding: 0pt; 
background-image: url(/LandingPages/images/btnSubmitQuotes.jpg); 
width: 236px; 
height: 43px; 
color: rgb(255, 255, 255); 
font-weight: bold; 
font-size: 24px; 
letter-spacing: 2px; 
cursor: pointer; 
vertical-align: middle;
}
