/*
    Document   : servicos
    Created on : 21/11/2011, 13:32:35
    Author     : Jonas
    Description:
        Purpose of the
        stylesheet follows.
    TODO customize this sample style
    Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#container .conteudo .esq .corpo p{
    margin-bottom: 18px;
}

#container .conteudo .esq .corpo form{
    width: 665px;
}

.col{
    width: 317px !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    top: 0;
    position: absolute;
    height: 20px;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#uploadFile {
    height: 24px;
    margin-top: 20px;
    margin-right: -13px;
    width: 270px;
}

#container .conteudo .esq .corpo form input[type="text"]{
    width: 650px;
    font-family:Arial, Helvetica, sans-serif;
    background: #FFF;
    font-weight: bold;
    color: #666666;
    border: 1px solid #B7B7B7;
    padding: 6px 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

#container .conteudo .esq .corpo form textarea{
    width: 650px;
    font-family:Arial, Helvetica, sans-serif;
    background: #FFF;
    font-weight: bold;
    color: #666666;
    border: 1px solid #B7B7B7;
    padding: 6px 5px;
    margin-bottom: 5px;
    resize:none;
    height: 83px;
    font-size: 12px;
}

#container .conteudo .esq .corpo form .btn{
    background-image: url(img/fale_conosco_bg_btn.png);
    background-repeat: no-repeat;
    border: 0;
    font-family: 'GothamBoldRegular';
    font-size: 14px;
    color:#FFF;
    padding: 7px 13px;
    float: right;
    margin-right: 2px;
    cursor: pointer;
}

#container .conteudo .esq .corpo form .btn-upload {
    background-image: url(img/fale_conosco_bg_btn.png);
    background-repeat: no-repeat;
    background-size: 120px;
    border: 0;
    display: inline;
    font-family: 'GothamBoldRegular';
    font-size: 14px;
    color: #FFF;
    padding: 7px 13px;
    margin-right: 2px;
    cursor: pointer;
}

.ie7 #container .conteudo .esq .corpo form .btn{padding: 7px 5px;}

.error { text-align:center !important; margin-right:60px; }

.success { text-align:center !important; margin-right:60px; }

.error_jquery_validate{
    border: 1px solid #A4261F !important;
    color: #A4261F !important;
}

#contato label {
    font-family: 'GothamBoldRegular';
    margin-right: 10px;
}

input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
  font-size: 14px;
}

.texto_erro{color: #A4261F !important; }

.btn-env{
    position: relative;
    top: -78px;
    right: 1.1px;
}
.g-recaptcha{
    width: 302px;
}