﻿
.contact
{
    color: #666;
    font-family: arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 20px;
    position: relative;
    width: 600px;
    clear: both;
}


.contactFields
{
    
    clear:both;
}

.contactFields label
{
    float: left;
    width: 95px;
    font-weight: bold;
    font-size: 20px;
    color: #064575;
}

.label
{
    width: 95px;
    display: block;
    margin-left: 40px;
}

.contactFields input
{
    width: 272px;
    margin-bottom: 5px;
    height: 25px;
}

.text
{
    width: 309px;
    margin-left: 40px;
}


.contactFields textarea
{
    width: 400px;
    margin-bottom: 5px;
    height: 200px;
}

.contactMessage
{
    width: 271px;
    margin-left: 40px;
}

