/*****      CONTATO     ******/
#cont #contato, #cont #contato_obrigado  {
	width:400px;
	height:300px;
	margin:20px auto;
}
#cont #contato li {
	margin:10px 0;
}

#cont #contato label {
	display:block;
	float:left;
	width:70px;
	font:10px Arial, Helvetica, sans-serif;
	margin-top:5px;
}
#cont #contato input, #cont #contato textarea {
	width:290px;
}
#cont #contato input#c_fone {
	width:100px;
}
#cont #contato input#c_email {
	width:200px;
}
#cont #contato input.bt_enviar {
	width:55px;
	border:none;
	margin-left:70px;
}
#cont #contato input.bt_enviar:focus {
	background:url(../imgs/bt_enviar.png) center center no-repeat;
}