﻿


a:link {color: #3366CC; text-decoration:  none; font-weight: bold}
a:visited {color: #3366CC; text-decoration: none; font-weight: bold}
a:hover {color: #ED1F24; text-decoration: underline; font-weight: bold}
a:active {color: #ED1F24; text-decoration: none; font-weight: bold}


.LeadFormContainer
{
  width: 780px; 
  font-family: Arial, sans-serif; 
  font-size: 8pt; 
  background-color: #e2e2e2;    
  /*background-color: #BFCADF; */
  padding: 10px;
  /*border: #6a84b4 1px solid; */ 

}


fieldset
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    margin-left: 8px;
    margin-right: 8px;
    height: 240px;    /* was 230px; */ 
} 


.LeadFormLegend
{ 
   font-size: 9pt;
   font-family: Arial, sans-serif;
   color: #3D64af;
   /*color: #888888; */
 font-weight: bold; }


.LeadForm
{
 margin-left: 8px; margin-top: 0px; margin-bottom: 10px; background-color: #e2e2e2;  
}

.LeadFormTextBox { font-size: 8pt; width: 125px;}
.LeadFormListBox { font-size: 8pt; width: 155px; margin-top: 5px;}

.LeadForm-button
{
font-size: 9pt;
border:1px solid #666;
background-color:#ccc;
height: 20px; 
width: 75px;
/* display: block; */
margin-top: 10px;
margin-right:10px;
}



