.contact-back{
    background:url("../images/static/contact-menu.png") no-repeat;
    width:673px;
    height:88px;
    margin-top:0px;
}

.contact-div {
    margin-left: 93px;
    padding: 10px 0px 100px 0px;
    width: 610px;
    border: 5px solid #D4D4D4;
    background: #F3F1E9
}

.envelope-div{
    width:645px;
    height:270px;
    /*    float:left;*/
    /*margin:-160px 0px 0px 84px;*/
    margin-left: 175px;
    margin-top: -160px;
    z-index:-1;
    background:url("/images/V6/static/envelope.png") no-repeat;
}

.envelope-div p {
    color: white;
    font-weight: bold;
    padding: 170px 0px 0px 240px;
    font-size: 12px;
}

.welcome-note{
    font-size:12px;
    font-family:Arial;
    text-align:justify;
    color:#838383;
    padding: 10px 0px 30px 0px;
    font-weight:normal;
}

.name-fields{
    margin:10px 0px 0px 25px;
    font-size:14px;
    color:#ababab;
}

.message-field{
    margin:10px 0px 0px 25px;
    font-size:14px;
    color:#ababab;
    width:550px;
    height:100px;
}

.fields{
    color:#ababab;
    width:550px;
    height:20px;
    margin:5px 0px 0px 25px;
}

.submit-contact-btn{
    font-family: Verdana, Arial, Helvetica;
    color:#fff;
    font-size: 11px;
    font-weight:bold;
    width:65px;
    height:30px;
    border:0px;
    padding-bottom:5px;
    margin: 70px 0px 10px 285px;
    position: absolute;
    cursor: pointer;
    z-index: 100000;
}

.required-field {
    color: #FF0000;
}

.main-content {
    margin-bottom: 50px;
    margin-top: 20px;
}

input[type='text'] {
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contact-box {
    padding: 15px 100px;
}

.contact-div p.contact-email {
    color: rgb(252, 136, 0);
    margin: 10px 0px 0px 195px;
}