﻿.contato
{
    background: url(../imagens/contato_fundo.jpg) no-repeat center -1px;
    float: left;
    width: 100%;
}

.contato .texto
{
    margin-top: 280px;
    float:right;
    width: 65%;
    color: #1A1A1A;
    margin-right: 5%;
    font-size: 14px;
    padding: 15px 0;
    height: 600px;
}

.esquerda, .direita {
    width:45%;
    padding-top: 70px;
}
.esquerda {
    float:left;
}
.direita {
    float:right;
}

.esquerda span, .direita span{
    float:right;
    width: 50%;
    margin-bottom: 1%;
    text-align:right;
    padding-right: 6%;
    font-size: 11px;
}

    .esquerda div, .direita div {
        color: #333333;
        font-size: 12px;
        margin: 0 0;
        float:left;
        width: 100%;
    }

    .esquerda input[type=text], .direita input[type=text], textarea {
        width: 90%;
        padding: 2% 2%;
        float:left;
        border-radius: 5px;
        border: 1px solid #808080;
        background: url(../imagens/fundo_opacity.png) repeat transparent;
    }

    .esquerda input[type=submit] {
        background: #B50000;
        color: #FFFFFF;
        padding: 1% 2%;
        float:right;
        margin-right: 5.7%;
        border: 0px;
        border-radius: 5px;
    }

.textbox {
    margin-bottom: 3% !important;
}

textarea {
    height: 10%;
}