@charset "utf-8";
/* CSS Document */

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 0 10px 0 10px; 
	-moz-border-radius: 0 10px 0 10px; 
	border-radius: 0 10px 0 10px;
	font-size: 13px;
	color: #276288;
	border: 1px solid #569CD5;
	padding: 12px;
	margin-top: 4px;
	background-color: #FFF;
	line-height: 15px;
	width: 100%;
}

input[type=submit] {
	width: auto;
	border: none;
	padding: 12px 20px;
	cursor: pointer;
}

label.error { color: red; font-size: 10px; display: block; }

#form_contato, #form_suporte	{ width: 550px; float: left; color: #266187; }

#container-fale-conosco{
	margin-bottom: 150px;
}
