#contactForm {
    clear: both;
    background: #f7f7f7;
    padding: 20px;
}
#contactForm .input label {
    text-align: right;
    width: 100px;
    padding-right: 10px;
    display: inline-block;
}
#contactForm .input {
    margin-bottom: 10px;
}
#contactForm .textarea textarea {
    width: 300px;
    min-height: 70px;
    padding: 5px;
    font-family:"Trebuchet MS", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    margin-left: 110px;
    color: #555;
}
#contactForm .input input {
    padding: 5px;
    width: 200px;
    font-size: 14px;
    color: #555;
}
#contactForm .textarea {
    position: relative;
}
#contactForm .textarea label {
    padding-top: 2px;
    position: absolute;
}
#contactForm .submit {
    margin-left: 120px;
}
#contactForm fieldset {
    border: none;
    margin-top: 20px;
}
#contactForm legend {
    display: none;
}
.contactPage {
    background: url(../sourceImages/contactImage.png) top right no-repeat;
}
.contactPage .leftCol {
    float: left;
    width: 300px;
    margin-bottom: 20px;
}
.contactPage .leftCol h3{
    background: url(../sourceImages/contactIcon.png) top left no-repeat;
    height: 49px;
    margin: 10px 0px;
    padding: 11px 0px 0px 60px;
}
.contactPage .rightCol {
    float: left;
    width: 300px;
    margin-bottom: 20px;
}
.contactPage .rightCol h3{
    background: url(../sourceImages/supportIcon.png) top left no-repeat;
    height: 49px;
    margin: 10px 0px;
    padding: 11px 0px 0px 60px;
}
.contactPage div.message, div.message {
    background: #f5f5f5 url(../sourceImages/infoMessage.png) top left no-repeat;
    background-position: 8px 8px;
    border-top: 4px solid #467cc6;
    border-bottom:  4px solid #467cc6;
    padding: 8px 8px 8px 60px;
    min-height: 69px;
    margin: 10px 0px;
    height: auto !important;
    height: 69px;
    color: #333333;
    width: 500px;
}
.error-message {
    margin-left: 110px;
    font-size: 12px;
    padding-top: 5px;
}
