﻿div#contact
{
    
}
div#contact #contactleft
{
    float:left;
    width:575px;
}
div#contact #contactright
{
    float:right;   
}
div#contact table
{
    width:100%;
    padding:0;
}
div#contact .formtable
{
    height:158px;
}
div#contact input,
div#contact select
{
    border:0px;
    background-color:White;
    width:210px;
}
div#contact textarea
{
    border:0px;
    background-color:White;
    height:145px;
    width:584px;
}

div#contact select
{
    height: 150px;
}
div#contact .labelcolumn
{
    width: 100px;
}
div#contact .messagelabelcolumn
{
    width: 96px;
}
div#contact .inputcolumn
{
    width: 244px;
}
div#contact .listboxcolumn
{
    width: 360px;
    height:152px;
}
div#contact .messageinputcolumn
{
    width: 581px;
}
div#contact .sendbutton
{
    width:151px;
    height:152px;
}
