
form.contatos input, form.contatos textarea, form.contatos select {
	background: #fff;
	border: 1px solid #bbb;
	height: 35px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-family: Arial;
	padding-left: 10px;
	font-size: 12px;
	outline: none;
}

form.contatos fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form.contatos textarea {
	padding-top: 10px;
}

form.contatos button {
	height: 45px;
	width:100% !important;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	background: #ff5505;

}

form.contatos button:hover{	
	background: #000;
}