﻿#body form button, form input, form label {
    clear: both;
    float: left;
}

#body form #email, #body form textarea {
    background: transparent url(/images/design/textarea_bg.gif) no-repeat scroll left top;
    border: 1px solid #CCC;
    clear: both;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0pt 20px;
    padding: 5px;
    text-align: left;
    width: 350px;
}

#body form #email:hover, #body form #email:focus,
#body form textarea:hover, #body form textarea:focus,
#body form button:hover, #body form button:focus {
    border: 1px solid #04A7DC;
    color: #04A7DC;
    cursor: pointer;
}

#body form button {
    background-color: #EEE;
    border: 1px solid #DDD;
    color: #4B4B4B;
    margin-bottom: 10px;
}

#body {
    background: #FFF url(/images/design/contact.png) no-repeat scroll right bottom;
    height: 330px;
    width: 100%;
}