/* _CONTATO_ */

/*
#contato {
	background: #0c0b0b url(../../../imagens/bg-form.jpg) repeat-x ;
	border: 1px solid #292929;
	margin-bottom: 30px;
	padding: 20px 0 20px 20px;
}
*/

#contato label { font-weight: bold; }

#contato fieldset { border:0; float:left; width:300px; margin:0 25px 0 0; padding: 0; }
#contato fieldset ul { list-style-type:none; }
#contato fieldset ul li { margin:0 0 10px; }

#contato-esq { float:left; /*width:640px;*/}
#contato-dir { /*border-left: 1px solid #292929;*/ float:left; width:180px; padding: 63px 0 0 40px; }
#contato-dir h3 { margin:0 0 20px; font-weight:bold; font-size:14px; }
#contato-dir h1 { margin:0 0 20px; font-weight:normal; font-size:24px; }

#contato li.botao { padding-right: 8px; }

#contato input, #contato textarea, #contato select {
	border: 1px solid #433c3e;
	background: #191819;
	color: #fff;
	font-family: georgia;
	font-size: 11px;
	margin-top: 5px;
	padding: 3px;
	width: 290px;
}
/*#contato input:focus, #contato textarea:focus, #contato select:focus{
	background: #191819 url(../../../imagens/bg-input.jpg) repeat-x 1px 1px;
	border: 1px solid #826835;
}*/
#contato-dir p { margin-bottom: 15px; }
