/* 
    Document   : contato
    Created on : Nov 30, 2009, 2:27:14 PM
    Author     : DEVELOP02
    Description:
        Purpose of the stylesheet follows.
*/

/*______________________ CONTATO  _____________________*/


body {
   height:100%;
   background: url('../images/body_internas.gif') #EBEBEB no-repeat;
   background-position:center 124px;
}

#titleContainer {
    height: 72px;
    background: #585858;
}

#titleContainer h1 {
    font-size: 18px;
    padding-top: 25px;
    color: #ffffff;
    margin-left: 20px;
}

.contentBoxContato {
    float: left;
    position:relative;
    width: 390px;
}

.contentBoxContato h2 {
    font-size: 13px;
    font-weight:normal;
    color: #65a416;
    padding-left: 10px;
    padding-bottom:10px;
    border-bottom:1px solid #D2D2D2;
}
.contentBoxContatoI {
    float: left;
    position:relative;
    width: 420px;
    margin-left: 10px;
    padding:0px 0px 0px 10px;
    border-left: 2px solid #D2D2D2;
    height: 450px;
    margin-bottom: 10px;
}

.contentBoxContatoI h2 {
    font-size: 13px;
    font-weight:normal;
    color: #65a416;
    padding-left: 10px;
    padding-bottom:10px;
    border-bottom:1px solid #D2D2D2;
}
.mainContainerSeparator {
    border-bottom:3px solid #EAEAEA;
}

form input.grande2{width:350px; height:20px;}

form textarea.grande{
    width:350px;
    height: 100px;
}
.caixaTexto {
    margin-top: 20px;
    margin-left: 10px;
}
.contentSeparator {
    border-bottom:1px solid #D2D2D2;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contentSeparatorI {
    border-bottom:1px solid #D2D2D2;
    margin-top: 10px;
    margin-bottom: 10px;
}
.botoesForm {
    margin-left: 235px;
}
.botoesForm a {
    margin-left: 10px;
}
.contatoImagem {
    margin-top: 20px;
    margin-left: 10px;
}

.textoEndereco {
    margin-left: 10px;
    margin-top: 10px;
}
.textoEndereco span.green {
    color: #65a416;
    font-weight: bold;
}
.textoEndereco span.gray {
    color: #333333;
    font-weight: bold;
}
.formulario {
    margin-top: -10px;
    margin-bottom: -10px;
}
.localizacao {
    padding-left: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
}
span.msgEnviada {
    color:green;
}
span.msgNaoEnviada {
    color:red;
}
