#contato {
	width: 698px;
	padding: 5px 20px;
	background: url(../imgs/contato/corpo_fundo.gif) repeat-y;
}
#contato h1 {
	background: url(../imgs/contato/titulo.jpg) bottom left no-repeat;
}
#contato form {
	margin: 20px auto 10px;
	width: 500px;
}
#contato input,#contato textarea,#contato select,#contato option {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;
	margin: 3px 0px;
}
#contato .obrigatorios {
	color: #FF0000;
	text-align: center;
	font-size: 11px;
}
#formContato tr td {
	text-align: right;
}