#contactform
{
    width: 500px;
    padding-top: 10px;
    font-size: 90%;
}

#contactform .formfield
{
    margin-top: 4px;
    margin-bottom: 0px;
    padding: 8px;
    clear: both;
    border-top: 1px #ddd solid;
}

#contactform .col1, #contactform .wide
{
    text-align: center;
    font-size: 11px;
    margin-right: 5px;
    font-weight: bold;
    text-align: left;
    float: left;
}

#contactform table {
    margin-left: 20px;
    margin-bottom: 20px;
}

#contactform td {
    font-size: 11px;
    border-right: 1px #ddd solid;
    padding: 4px;
}

#contactform .col1
{
    width: 200px;
    text-align: right;
}

#contactform .input input
{
    width: 140px;
}

#contactform .data input
{
    width: 30px;
}

#contactform .multiline textarea
{
    width: 144px;
    height:125px;
}

#contactform .wide
{
    padding-left: 12px;
}


#contactform .checkbox {
    float: left;
    clear: left;
    background-image: none;
    border: none;
    padding-left: 150px;
    width: 200px;
}


#contactform .widemultiline textarea
{
    width: 352px;
}

#contactform .submit
{
    text-align: center;
    font-size: 100%;
}

#contactform .submit input {
    border: 3px double #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 0.25em;
    background-color: #EEEEEE;
    background-repeat: repeat-x;
    color: #333333;
    font-size: 100%;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}