body {
   background-image: url('../img/Florida_Family_Law_01.jpg');
   background-repeat: repeat-x;
   background-color: #202020;
   width: 100%;
}
/*LawyerName{
font-size: 150%;
font-weight:bold;
font-family:Times New Roman;
}*/

.form{
font-family: Calibri;   
font-size: 14px;
font-weight:normal;  
}


.formAdmin{
font-family: Calibri;   
font-size: 18px;
text-align: center;
font-weight:bold;  
}

.formAdminHeader{
font-family: Calibri;   
font-size: 30px;
font-weight:bold;
color: Navy;
text-align: center;
padding-top: 0px;
font-style:italic;  
}

.formAdminError{
font-family: Calibri;   
font-size: 18px;
font-weight:normal;
text-align: center;
color:  Red;
font-style:italic;  
}

.formAdminTextbox
{
 width: 250px;
 height: 18px;
 text-align: center;
 background: #a2afd1; 
}

