#wrap-contact{
    border: 1px solid #dfdfdf;
    padding: 20px 3px 20px 45px;
    color: #818181;
}
#wrap-contact .contact-title{
    font-family: "UTM Facebook"; font-size: 25px; font-weight: bold;
    color: #1e1e1e;
}
#contact label{
    width: 70px;
    display: inline-block;
    padding-right: 12px; text-align: right;
}
#contact input[type="text"]{
    border: 0 none;
    padding: 0 0 0 7px;
    height: 22px;
    width: 260px;
    border: 1px solid #d2d2d2;
    background: #fcffd2;
}
#contact textarea{
    width: 267px;
    height: 85px;
    border: 1px solid #d2d2d2;
    padding: 0;
    background: #fcffd2;
}
#contact-info{
    width: 524px;
}
#contact-info p{
    margin-bottom: 10px !important;
}
#contact #submitBtn{
    padding: 0 10px;
    height: 30px;
    border: 1px solid #c4c4c4;
    background: #fcffd2;
    font: 19.2px "UTM Facebook";
    text-align: center;
    color: #1a8da2;
    display: inline-block;
    text-decoration: none;
}