
form 
{   
    padding: 0 10px 20px 0;
}
    
fieldset 
{     
} 

legend
{
   
}

label 
{
    clear: left;
    color: #373c74;
    display: block; 
    float: left;     
    font-weight: bold;
    margin-bottom: 0.5em;            
    padding-right: 10px; 
    text-align: right;       
    width: 100px;    
}

input, textarea, select   
{
    background: #fff url(../images/grad_bk.gif) top left repeat-x;        
    border: 1px solid #25408e; 
    margin-bottom: 0.5em;     
    padding: 0.25em; 
    width: 340px; 
}

:focus   
{
    background: #fff;  
}

textarea 
{ 
    overflow: auto;
} 

#button
{
    background: #95d7f6 url(../images/button_bk.gif) bottom left repeat-x;
    border: 1px solid #373c74;
    color: #25408e;
    cursor: pointer;
    font-weight: bold;          
    margin: 0.5em 0;  
    width: auto;      

} 

#button:hover
{
    background-position: top;           
} 

span.compulsory
{
    color: #8289db;   
    font-size: 0.9em;      
    font-weight: bold;
}

label.error 
{ 
    background-color: #373c74;
    color: #fff;
    font-weight: normal;         
    padding: 5px;
    margin-left: 110px;
    margin-top: -0.5em;       
    text-align: left;      
    width: 340px;
}

input.error, textarea.error   
{
    border: 2px solid #373c74; 
} 