#contato h3 {
	border-bottom: 2px solid #3F3C30;
	margin-bottom: 25px;
	padding-bottom: 7px;
	text-transform: uppercase;
}

dl.zend_form input, textarea, select{
	border:1px solid #CCCCCC;
	padding:3px;
	border-color:black;
	border-style: inset;
	color:#3F3C30;
	font-style: bold;
	font-family: arial;
	width:400px;
}

dl.zend_form input.btn{
	width: 130px;
	border:1px outset;
}

dl.zend_form textarea{
	width: 400px;
	height: 150px;
	/*text-transform: capitalize;*/
}

dl.zend_form label{
	line-height:28px;
	color:black;
	clear:both;
	font-size:12px;
	border-spacing:10px;
}
