﻿#contact
{
    line-height: 140%;
    color: #666;
}
#contact label
{
    clear: both;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    float: left;
    width: 160px;
}
#contact .div300
{
    width: 330px;
    float: left;
    font-size: 11px;
    line-height: 120%;
    padding-bottom: 5px;
}
#contact input.textField
{
    width: 300px;
    font-weight: bold;
    padding: 4px;
    border: none;
    border-bottom: dashed 1px #CCC;
    margin: 0 0 3px 0;
    padding-left: 35px;
    background-position: 4px center;
    background-repeat: no-repeat;
}
#contact .noimg
{
    background-image: none;
}
#contact .contactMessage
{
    background-image: url( 'images/help.png' );
    background-repeat: no-repeat;
    background-position: 5px 5px;
    width: 300px;
    height: 50px;
    padding: 4px 4px 4px 35px;
    border: none;
    border-bottom: dashed 1px #CCC;
    margin: 0 0 10px 0;
    font-family: Verdana;
    overflow: auto;
    font-weight: bold;
}
#contact .contactName
{
    background-image: url(  'images/name_icon.gif' );
}
#contact .contactEmail
{
    background-image: url(  'images/icon_email.gif' );
}
#contact .contactTel
{
    background-image: url(  'images/phone.png' );
}
#contact .contactSubject
{
    background-image: url(  'images/comment.png' );
}
#contact .contactCompany
{
    background-image: url(  'images/building.png' );
}
#contact select
{
    margin-bottom: 10px;
}
#contact .left
{
    width: 300px;
    float: right;
    margin-right: 20px;
    padding-top: 0px;
    font-size: 11px;
}
#contact .right
{
    width: 550px;
    float: left;
}
#contact h2
{
    letter-spacing: 0px;
}
#contact strong
{
    font-weight: bold;
    font-family: Verdana;
    font-size: 12px;
    padding: 0px;
    display: block;
}
.catimg
{
    padding-top: 40px;
    border: none;
}
.btnSubmit
{
    margin-left: 140px;
}
