@charset "utf-8";
/* 
** INFINITECH TECNOLOGIA
** FOLHA DE ESTILOS - SECAO CONTATO

@author Pedro Henrique Rosa Barbosa
@date	24/01/2008

*/
#contato {
font-family:Trebuchet MS,  Georgia, "Verdana";
padding:0px;
}
#contato label {
color:#666666;
font-family:Trebuchet MS,  Georgia, "Verdana";
float:left;
clear:both;
width:80px;
font-size:13px;
}
#contato .texto, #contato textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:15px;
float:left;
clear:both;
padding:3px;
margin-bottom:5px;
border: 1px solid #CCCCCC;
}
#contato .texto {
height:20px;
}
#contato .texto:hover, #contato textarea:hover {
border: 1px solid #AAAAAA;
}
#contato .texto:focus, #contato textarea:focus {
border: 1px solid #555555;
}
#contato div#alertas {
width:370px;
background-color:lightyellow;
border: 1px solid #CCCCCC;
padding:5px;
font-family:Trebuchet MS,  Georgia, "Verdana";
font-size:13px;
}
.erros {
width:370px;
background-color:#ffdaca;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #ff7349;
border-bottom-color: #ff7349;
padding:10px;
}
.erros h4 {
font-style:italic;
font-weight:bold;
color:#ff7349;
font-size:14px;
padding:0px;
margin:0px;
}
.erros ul {
font-size:14px;
}
#centro {
width:500px;
}
#centro h3 {
font-size:15px;
color:#2e3192;
}