/* CSS Contato - Portal CDL Campinas */

.formcontato{
 background:#F3F1E9;
 width:385px;
 min-height:150px;
 font-size:12px;
 font-weight:bold;
 color:#06375B;
 margin:20px 0px 10px 10px;
 padding:10px 0px 10px 15px;
}

.formcontato span{
 margin:-2px 0px 0px 0px;	
 font-size:10px;
 font-weight:normal;	
}

.txtcontato{
 margin-bottom:10px;
 width:245px;
 height:16px;
 font-family:"Trebuchet MS", Arial, sans-serif; 
 font-size:13px;
 color:#364347;
 background-color:#F8F5F1;
 border: 1px solid #D8D7C2;
 font-weight:normal;
}

.txtdesabilitado{
 margin-bottom:10px;
 width:245px;
 height:16px;
 font-family:"Trebuchet MS", Arial, sans-serif; 
 font-size:13px;
 color:#364347;
 background-color:#D8D7C2;
 border: 1px solid #D8D7C2;
}

.select{
 width:180px;
 margin-bottom:10px;
 background-color:#F8F5F1;
 border:1px solid #D8D7C2;
 font-family:"Trebuchet MS", Arial, sans-serif; 
 font-size:13px;
 color:#364347;
 font-weight:normal;
}

*html .select{
 margin-left:0px;
}

*html .txtcontato{
 margin-left:-10px;
}

*html .txtdesabilitado{
 margin-left:-10px;
}
.msgcontato{
 width:365px;
 background-color:#F8F5F1;
 margin-bottom:10px;
 height:100px;
 border:1px solid #D8D7C2;
 font-family:"Trebuchet MS", Arial, sans-serif; 
 font-size:13px;
 color:#364347;
}

*html .msgcontato{
 margin-left:-10px;
}

.btnenviar{
 float:right;
 width:58px;
 height:18px;
 margin:10px 16px 10px 0px;
}

.btncadastrar{
 float:right; 
 margin:0px 16px 0px 0px;
}

.formpainel{
 background:#F3F1E9;
 width:380px;
 font-size:12px;
 font-weight:bold;
 color:#06375B;
 margin:20px 0px 0px 0px;
 padding:15px 0px 0px 12px;
}

.msgpainel{
 width:365px;
 height:150px;
 background-color:#F8F5F1;
 margin-bottom:10px;
 border:1px solid #D8D7C2;
}