@charset "utf-8";
/* CSS Document */

#titulo {
	background:url(../img/titulo_news.jpg) no-repeat left center;
	width: 179px;
	height: 23px;
	padding:10px 0px;
}

#formContato {
	padding-bottom: 10px;
	width: 630px;
	float: left;
	min-height: 320px;
}

#formContato fieldset {
	background-color: #F9F9F9;
	border: solid 1px #E5E5E5;
	padding: 3px;
}

#formContato legend { display: none; }

#formContato fieldset label { float: left; }

#formContato fieldset label.padding { padding-left: 20px;}

#formContato fieldset label.error {
	color: red;
	font-size: 12px;
}

#formContato fieldset label input.error {
	border: 1px solid red;
	background-color: #ffe9e9;
}

#result {
	display: none;
	padding: 20px;
}

#preenchimento {
	float: right;
	width: 340px;
	height: 319px;
	background:url(../img/fundo_contato.jpg) no-repeat top center;
}

/* Modal Container */
#simplemodal-container {
	font: 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990000;
	width: 400px;
	height: 150px;
	background-color:#fff;
	border:2px solid #ccc;
	text-align: center;
}

