@charset "utf-8";

body {
	padding: 20px 0 0 0;
	/* background-image: url(images/capa2.jpg); */
	text-align: center;
	background-color: #e7454d;
}

* {	margin: 0;
	padding: 0;
	font: 12px Verdana;
	outline: 0;
}

#contato {
	text-align: left;
	padding: 30px 0 0 0;
	color: #005dad;	
	width: 900px; 
	height: 496px;
	position: absolute; 
	top: 9px; 
	left: 50%;
	margin: 0 0 0 -450px; 
	z-index: 2;
}

.linha select {
	width: 290px;
	color: #a5037c;
}
.linha input {
	border: none;
	width: 280px;
	color: #a5037c;
	padding: 5px;
	background: #FFF;
}

.linha input.clear {
	background: none;
	width: auto;
	margin: inherit;
}

.linha textarea {
	color: #a5037c;
	border: none;
	width: 290px;
	height: 80px;
	background: #FFF;
	overflow: auto;
}

#botao {
	width:63px;
	height: 15px;
	border: 0;
	background: url(images/enviar.gif);
}

.lbl {
	padding: 4px 6px 0 0;
	font-weight: bold;
	width: 120px;
	text-align: right;
}

.linha {
	padding: 4px 0;	
}

.linha span {
	font-size: 10px;
	margin: 6px 0 0 4px;
}

.radios {
	padding: 6px 0 0 0;	
}
.radios input {
	width: 12px;
	height: 12px;
}

.radios label {
	margin: 0 12px 0 2px;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

.move {	clear: both; }

.contato_right {
	padding: 180px 33px 0 0;
	text-align: right;
	width: 240px;
	font-size: 10px;
}

.contato_right a {
	font-size: 10px;
	text-decoration: none;
	color: #005dad;
}

.contato_right a:hover {
	color: #a5037c;
}