#contato {
    margin-top: 60px;
}
#col-right {
    float: right;
}
#contato {
    background: url(../img/bg-trabalhe-conosco.jpg) top right no-repeat;
}
#contato p {
    font-size: 15px;
    margin-top: 10px;
    line-height: 22px;
    width: 360px;
    text-align: justify;
}
#contato p a {
    color: #902f31;
}
#contato label {
    font-size: 15px;
    margin-bottom: 15px;
}
#contato input, textarea {
    background: #e9e9e9;
    padding: 5px;
    width: 300px;
}
#contato textarea {
    width: 350px;
}
#contato .enviar {
    padding: 10px 20px;
    width: 80px;
    background: #902f31;
    color: white;
}