/**
 * Formatação da página "CONTATO".
 * @author Fernando Mertins - Digitins Sistemas de Informação
 * @since 21/07/2009
 */

@CHARSET "ISO-8859-1";

label {
   display: block;
   width: 90px;
   float: left;
   text-align: right;
   margin-right: 10px;
   padding-top: 2px;
}

input[type="text"], textarea {
   background-color: rgb(223, 230, 234);
   border: none;
   padding: 3px;
   width: 350px;
   margin-bottom: 8px;
   font-size: 10pt;
}

textarea {
   font-family: Arial, Helvetica;
   font-size: 10pt;
}

select {
   background-color: rgb(223, 230, 234);
   margin-bottom: 8px;
   font-size: 10pt;
   border: none;
   padding: 3px;
}

#painelFormulario {
   float: left;
   width: 520px;
   height: 400px;   /* Somente para gerar espaçamento vertical em relação ao rodapé do site. */
}

#painelAuxiliar {
   float: left;
   margin-left: 20px;
}

#subtituloCromasinos {
   color: rgb(22, 49, 111);
   font-size: 14pt;
   font-weight: bold;
}

#textoAuxiliar {
   color: rgb(22, 49, 111);
}

#mensagemRetorno {
   height: 350px;
}

#mensagemRetorno h6 {
   color: green;
   font-size: 14pt;
   margin-top: 20px;
   font-weight: normal;
}