/*****      CONTATO     ******/


#retorno p {
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:18px;
	padding:15px;
	color:#FFF;
	background-color:#930;
	text-align:center;
}




#cont #cont_contato {
	font:12px Arial, Helvetica, sans-serif;
}

#cont #cont_contato li label {
	width:100px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000000;
}

#cont #cont_contato, #cont #contato_obrigado  {
	width:400px;
	height:320px;
	margin:20px auto;
}
#cont #cont_contato li {
	margin:10px 0;
}

#cont #cont_contato label {
	display:block;
	float:left;
	width:70px;
	margin-top:5px;
}
#cont #cont_contato input, #cont #contato textarea {
	width:230px;
	border:solid 1px #CCCCCC;
	padding-left:10px;
}
#cont #contato textarea {
	background:url(../imgs/bg_contato.png) no-repeat;
	height:100px;

}
#cont #cont_contato input#c_fone {
	width:100px;
	height:22px;
	background:url(../imgs/bg_contato.png) no-repeat;
}
#cont #cont_contato input#c_nome,#cont #cont_contato input#c_empresa {
	width:230px;
	height:22px;
	background:url(../imgs/bg_contato.png) no-repeat;
}
#cont #cont_contato input#c_email {
	width:200px;
	height:22px;	
	background:url(../imgs/bg_contato.png) no-repeat;
}

#cont #cont_contato input.bt_enviar {
	width:100px;
	height:30px;
	border:none;
	margin:0 0 0 100px;
	cursor:pointer;
	background:url(../imgs/contato_bt.jpg) center center no-repeat;
}
#cont #cont_contato input.bt_enviar:focus {
	width:100px;
	height:30px;
	background:url(../imgs/contato_bt.jpg) center center no-repeat;
}