.hidden{display:none;}

.visible {
display:block;
width: 430px;
border:1px solid #DCD6CA;
background-color:#F7F7F7;
color:#707276;
margin-bottom:10px;
}

form{
margin-bottom:20px;
margin-top:-5px;
}

.form_frame{
display:block;
width: 430px;
border:1px solid #DCD6CA;
background-color:#F7F7F7;
color:#707276;
margin-bottom:10px;
}

fieldset{
display:block;
background-color:#F7F7F7;
color:#333;
margin:0;
padding:10px;
font:normal 9pt/13pt Verdana, Arial, Helvetica, sans-serif;
text-align:left;
vertical-align:top;
border:none;
}

legend {
margin:10px 0 -8px 8px;padding:0;
font:bold 8pt/13pt Verdana, Arial, Helvetica, sans-serif;
background-color:#F7F7F7;
letter-spacing:.05em;
}

legend.agency {
color:#5C35B4;
}

legend.solics {
color:#589C80;
}

* html legend{
margin:0 0 0px 9px;
padding:0;
}

html>body legend{
margin:0 0 0px 8px;
padding:0;
}/* fix for Opera */

label{ 
margin:0;
padding:0;
display: block;
width:130px;
vertical-align:top;
float:left;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
color:#707276;
padding:3px 0px 0px 0px;
} 

label{
margin:0 0 0 8px;
}

input, select, textarea{
margin:3px 2px;
font:normal 8pt Verdana, Arial, Helvetica, sans-serif;
border:1px solid #7F9DB9!important;
padding:1px;
background-color:#fff;
color:#333;
}

input:focus, select:focus, textarea:focus{
border:1px solid #E61814!important;
}

/*A very hacked up little section. I do apologise. Blame Mac-IE. */
.radio_inputs{
width:230px;
/* Hide from IE-Mac \*/
width:200px;
/* End hide */
float:left;
margin-right:5px;
}

.radio_inputs input{
border:none!important;
background-color:#FFF;
/* Hide from IE-Mac \*/
float:left;
width: 20px;
/* End hide */
}

* html .radio_inputs input{
background-color:#F7F7F7;
}

.radio_inputs label{
width:280px;
/* Hide from IE-Mac \*/
float:left;
width:160px;
/* Hide from IE-Mac \*/
}
/*End of buggy section. Normal service resumes. */

label span{
background-color:inherit;
color:#FF0000;
}

.required{
background-color:#EFEFEF;
color:inherit;
}

input.reset_button{
padding:2px 5px;
margin:20px 0 0 0;
background:#F7F7F7;
color:#5C35B4;
}

input.submit_button{
padding:2px 5px;
margin:20px 0 0 10px;
background:#F7F7F7;
color:#5C35B4;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */





