#formStyle 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 1.2em; 
color: #444; 
width: 600px;
margin-left: 35px;
margin-top: 15px;
margin-bottom: 10px;

} 

#formStyle fieldset 
{ 

border: 1px solid #036;
background-image: url(../images/bluegrad_formslight.png);
background-repeat:repeat;
}
#formStyle .required 
{
font-weight: bold;
color: #CC0000;
}
#formStyle legend 
{ 
background-color: #ffffff; 
padding-top: 0px; 
padding-bottom: 2px; 
padding-left: 5px; 
padding-right: 5px; 
margin-left: 10px; 
font-weight: bold; 
font-size: 12px;
color:#036;
} 
#formStyle p 
{ 
margin-bottom: 4px; 
margin-top: 4px;
margin-left: 4px;
background-color: transparent;
} 

#formStyle p input 
{ 
 border: 1px solid #3F639A; 
 margin-top: 0px;
} 
#formStyle label 
{ 
display: block; 
width: 220px; 
float: left; 
text-align: right; 
padding-right: 6px;
padding-bottom: 3px;
padding-top: 0px; 

} 

#formStyle label .center
{
text-align: left;
}
#formStyle .center
{
text-align: center;
}
#formStyle p span em 
{ 
display: block; 
width: 220px; 
float: left; 
text-align: right; 
padding-right: 10px; 
font-style: normal;
} 
#formStyle p span input 
{ 
vertical-align: middle; 
border: none; 
background: none;
} 
#formStyle strong 
{ 
margin-left: 226px;
 } 
#formStyle strong input 
{ 
background: #eee; 
border: 1px solid #134173; 
font-weight: bold; 
color: #444; 
margin-top: 5px;
margin-bottom: 5px;
font-size: 13px;

}
.clear
{
clear: both;
}
#formStyle .captcha
{
margin-left: 230px;
}


