#contactForm form 
{ 
    width: 100%; 
    padding: 20px 0 0 0; 
    margin: 0 auto;   
} 

#contactForm fieldset 
{
    display: block; 
    background-color: #F5EFE9;
    padding: 20px;
    margin-bottom: 10px !important;
    margin-bottom: 40px; 
    border: 1px solid #8D7F62;
    position: relative;   
} 

#contactForm legend
{
    position: absolute; 
    top: -24px; 
    left: 0;
    padding: 6px 6px; 
    background-color: #DFD3C5; 
    border: 1px solid #8D7F62;
    font-weight: bold;
    display: block;   
} 

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

#contactForm input, #contactForm textarea   
{
    border: 2px solid #666; 
    padding: 0.25em; 
    margin-bottom: 0.5em;
    width: 240px; 
    background: #ccc url(../images/bk_contact.jpg) top left repeat-x;
    font-family: trebuchet ms, georgia, sans-serif;
} 

#contactForm input:focus, #contactForm textarea:focus   
{
    background: #F0F0F0;
}

#contactForm textarea 
{ 
    overflow: auto;
} 

:focus
{ 
    background-color: #FAF9F5; 
}

#contactForm fieldset.wholeForm
{
    background: #F4DB98;
}

#contactForm legend.wholeForm
{
    background: #F9C614;
}

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

#contactForm textarea.message
{
    width: 380px;
} 

#contactForm #button 
{
    color: #ccc; 
    cursor: pointer; 
    width: auto;
    background-image: none; 
    background: #ccc url(../images/bk_nav.jpg) top left repeat-x; 
    border: 1px solid #8D7F62;
    padding: 0.25em 0.5em;
    margin: 0.5em;
    font-weight: 600;
} 

#contactForm #button:hover 
{
    background: #666;       
} 

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

#contactForm label.error 
{ 
    
    margin: -0.5em 0 1em 90px !important;
    margin: -0.5em 0 1em 47px; 
    padding: 5px; 
    width: 240px;
    font-weight: normal;
    color: #f2f2f2;
    text-align: left;
    background-color: #FF7C00; 
}

#contactForm input.error, #contactForm textarea.error   
{
    border: 2px solid #FF7C00; 
} 