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

body {
	background-image: url(images/fundo_contato.jpg);
}

.menuSelected, .menuSelected a, .titulo h2 {
	color: #C0C;
}

#tituloContato {
	width: 542px;
	height: 118px;
}

.item {
	background-image: url(images/fundo2_contato.png);
}

.item h2 {
	color: #666;
	border-top: #C0C solid 3px;
	border-bottom: #666 solid 2px;
}

#footer {
	background-image: url(images/fundo2_contato.png);
}

#form {
	width: 532px;
	margin-right: 5px;
	text-align: right;
}

.contatoLabel {
	width: 100px;
	text-align: right;
	height: 20px;
	float:left;
	margin-right: 5px;
	padding-top: 3px;
}

#f_contato input, #f_contato select {
	margin-bottom: 6px;
	width: 405px;
	border: 0;
	background-color: #EEE;
	height: 18px;
	padding-top: 4px;
	padding-left: 2px;
	color: #999;
}

#f_contato textarea {
	margin-bottom: 12px;
	width: 405px;
	border: 0;
	background-color: #EEE;
	height: 120px;
	padding-top: 4px;
	padding-left: 2px;
	color: #999;
}

#f_contato #Submit {
	width: 70px;
	text-align: center;
	color: #999;
	font-weight: bold;
	height: 25px;
	padding-top: 0;
}

#divSubmit {
	text-align: right;
	margin-right: 10px;
}

#emailItem {
	height: 167px;
	width: 185px;
}

#emailItem .itemBranco {
	height: 115px;
}

#emailItem .itemBranco a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}


