﻿div#locationMap
{
    width: 350px;
    height: 250px;
    float: right;
    margin: 0 0 0 20px;
}

#contact dt
{
    clear: left;
    width: 150px;
    float: left;
    display: inline;
    line-height: 32px;
}

#contact dd
{
    line-height: 32px;
    float: left;
}

#contact dd.message
{
    padding-top: 3px;
}

#contact input[type="text"]
{
    width: 200px;
    padding: 4px;
}