
#formStyle 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 1.2em; 
color: #444; 
width: 590px; 
margin-top: 10px;
margin-bottom: 20px;
margin-left: 60px;

} 

#formStyle fieldset 
{ 
background-color: transparent;
border: 1px solid #08498A;
padding: 2px;
background-image: url(../images/bluegrad_formslight.png);
background-repeat:repeat-x;
}
#formStyle legend 
{ 
background-color: #ffffff;
padding-top: 2px; 
padding-bottom: 2px; 
padding-left: 5px; 
padding-right: 5px; 
margin-left: 10px; 
font-weight: bold; 
font-size: 12px;
color: #004990;
} 
#formStyle p 
{ 
margin-bottom: 4px; 
margin-top: 4px;
} 
#formStyle p input 
{ 
background: #fff; 
border: 1px solid #004990;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 5px;

} 
#formStyle label 
{ 
display: block; 
width: 350px; 
float: left; 
text-align: right; 
padding-right: 5px;
padding-bottom: 3px;
padding-top: 1px;
font-weight: bold;
} 
#formStyle label em 
{ 
color: #CC0000;
font-weight: bold;
} 
#formStyle p span input 
{ 
vertical-align: top; 
border: none; 
background: none;
} 
#formStyle strong 
{ 
margin-left: 197px;
 } 
#formStyle strong input 
{ 
background: #08498A;
border-left: 1px solid #656c86;
border-right: 1px solid #656c86;
border-top: 1px solid #656c86;
border-bottom: 1px solid #656c86;
font-weight: bold; 
color: #ffffff; 
margin-top: 5px;
margin-bottom: 5px;
font-size: 13px;
padding: 2px;
margin-left: 105px;
}
.required
{
color: #660000;
font-weight: bold;
}
.longselect
{
margin-left:118px;
}
.clear
{
clear: both;
line-height:.1em;
}

select
{
margin-bottom: 5px;
border: 1px solid #004990;
}