form 
{ 
    border: 3px solid #00853e;
        border-width: 3px 0 1px 0;             
    padding: 20px 20px 0 20px;
    width: 510px;      
}

#form
{
    width: 440px !important;
    width: 444px;
    margin: 0 auto;
} 

label 
{
    clear: left; 
    display: block; 
    float: left;
    font-weight: bold;
    width: 120px;
    text-align: right; 
    padding-top: 6px;
    padding-right: 10px; 
    margin-bottom: 0.5em;
} 

input, textarea   
{
    border: 1px solid #271a00; 
    padding: 0.25em; 
    margin-bottom: 0.5em;
    width: 300px; 
    background: #fff url(../images/bk_green_grad.png) top left repeat-x;  
} 

input:focus, textarea:focus   
{
    border-color: #00853e;
    background-image: none;
}

textarea 
{ 
    overflow: auto;
} 

#formBreak
{
    display: block;
    clear: both;
    position: relative;
    height: 10px !important;
    height: 50px;
}

textarea.message
{
    width: 380px;
} 

#button 
{
    color: #dae7d8; 
    cursor: pointer; 
    width: auto;
    background-image: none; 
    background: #4a7d4f url(../images/btn_bk.png) bottom left repeat-x; 
    border: 1px solid #00853e;
    padding: 0.25em 0.5em;
    margin: 0.5em;
    font-weight: bold;
} 

#button:hover 
{
    background-image: none; 
    color: #fff;    
} 

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

label.error 
{ 
    background-color: #00853e;
    margin: -7px 0 1em 130px !important;
    margin: -7px 0 1em 66px; 
    padding: 5px; 
    width: 299px;
    font-weight: bold;
    color: #dae7d8;
    text-align: left;
}

input.error, textarea.error   
{
    border: 1px solid #00853e; 
} 