﻿.quickContact 
{
    float:right;
    width: 310px;
    background-color: White;
    margin-right: 1px;
}

.quickContact fieldset
{
    width: 280px;
    margin: 0px 5px 0px 8px;
    border: none;
}

.quickContact legend
{
    font-size: larger;
    font-weight: bold;
    color: #999999;
    margin-bottom: 6px;
}

.quickContact input,
.quickContact textarea
{
    width: 260px;
    border: solid 1px #CCCCCC;
    padding-left: 5px;
    font-size: inherit;
}

.quickContact .watermarked
{
    color: #999999;
}

.quickContact .errorflag
{
    color: #FF0000;
    vertical-align: top;
}

.quickContact .sendButton
{
    width: 5em;
    padding: 0;
}