﻿/* Contact Us Styles */
.Form {
    margin: 10px 0px 20px;
    list-style: none;
}

.Form label {
    float: left;
    width: 122px;
    padding: 4px;
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.Form li {
    clear: both;
    position: relative;
    padding-top: 2px;
}

.Form li.set-width {
    width: 258px;
    padding: 5px 0px 0px 130px;
}

.Form span img {
    position: absolute;
    top: 4px;
    left: 392px;
}

.ContactInfo {
    float: left;
    width: 100%;
    margin: 10px 0px;
    list-style: none;
}

.ContactInfo li {
    clear: both;
    margin: 0px 0px 5px;
}

.ContactInfo span {
    display: block;
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-weight: bold;
}

.ContactInfo span.info {
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #333333;
    font-weight: normal;
}

.ContactInfo li.ExtraPad {
    padding: 10px 0px;
}

.FooterText {
    clear: both;
}

img.AntiRobot {
    vertical-align: -8px;
}
