﻿h3
{
    font-weight: bold;
    font-size: 150%;
}

#mapBox
{
    width: 480px;
    position: absolute;
    top: 120px;
    right: 0;
}

#contactForm label
{
    float: left;
    font-weight: bold;
    width: 130px;
}

.textBox
{
    float: left;
    width: 170px;
}

#buttons
{
    margin-top: 20px;
}

#contactForm div
{
    clear: both;
    margin-top: 15px;
}