﻿
#contact-container 
{
    position: relative;
    width: 400px;
    height: 600px;
    overflow: hidden;    
    background: transparent url(images/contact/bg-image.jpg) top left no-repeat;
    text-align: center;
}
#contact-area 
{
    width: 300px;
    height: 450px;
    margin: 75px auto;
    background: transparent url(images/contact/semi-black.png) top left no-repeat;
}
#contact-area h3
{
    font-weight: bold;
    font-size: 120%;
    color: #fff;
    text-align: center;
    line-height: 200%; 
    padding-top: 10px;   
}
#contact-area fieldset, #contact-area fieldset div
{
    text-align: left;
    position: relative;
    width: 100%;
    overflow: hidden;   
    margin-bottom: 10px; 
}
#contact-area fieldset 
{
    margin: 5px 5px;
}
#contact-area label 
{
    font-weight: bold; 
    font-size: 90%;
    line-height: 120%;
    display: block;
    position: relative;
    width: 75px;
    float: left;
    padding-right: 10px;
    overflow: hidden;
    text-align: right;
    color: #fff;
    
}
#contact-area input, #contact-area textarea, #contact-area span.send-button
{
    display: block;
    position: relative;
    width: 180px;
    float: left;
    overflow: hidden;
    padding: 2px 5px;
    border: none;
}
#contact-area input, #contact-area textarea 
{
    background: transparent url(images/contact/semi-white.png) top left repeat;
    font-size: 90%;    
}
#contact-area span.send-button 
{
    text-align: right;
    background: transparent;
}
#contact-area span.send-button input
{
    display: block;
    float: right;
    width: 80px;
    padding: 5px;
    border: solid 1px #fff;
    background: #999;
    color: #fff;
    font-weight: bold;
    font-size: 80%;
    cursor: pointer;
}
#contact-area div span.error 
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    padding: 0 10px;
    text-align: right;
    width: 65px;
    font-weight: bold; 
    font-size: 90%;
    line-height: 120%;
}
#contact-area h4 {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    color: #000;    
}    