@import url(calendario.css);

#coluna2{ /* BIOGRAFIA - GALERIA - RODAPE */
	float:left;
	width:515px;
	_width:500px;
	margin:8px 4px 0 8px; /* -10px soh funco assim */
	_margin:8px 4px  0 8px;
	padding:13px 0 0 0;
	_padding:13px 0 0 0;
	background:#e2e2e2;
}
#contato{
	min-width:218px;

	padding: 73px 11px 13px 30px;/*160px*/
	background:#E2E2E2;
	background: url(../img/titulo_contato.gif) no-repeat left top;
}
label {
	text-transform: capitalize
}
label,
tbody a,
.exemplo {
	font: 11px arial;
}
tbody a {
	color: #003366;
}
tbody a:hover {
	color: #006699
}
.exemplo {
	color: #003366
}
h4 {
	font: bold 11px arial;
}
thead td {
	font: 11px arial;
}
label span {
	font: bold 11px arial;
	color: #990000;
	padding-right: 3px;
}
tbody td input,
tbody td textarea {
	border: 1px solid #999;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;		
}
tbody td textarea {
	height: 100px;
	font: 12px arial
}
.no-resize {
	border: 0 solid
}
tfoot input {
	border-top: 2px solid #bbb;
	border-left: 2px solid #bbb;	
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;	
	background: #ccc
}
#nome,
#email,
#assunto,
#mensagem,
#endereco {

	width: 350px;
}
#cidade {
	width: 285px;
}
#uf {
	font: 10px arial
}
#ddd{
	width: 50px;
}
#fone, #cep, #data_nasc {
	width: 100px;
}

tfoot td {
	padding-top: 10px;
}

.contato-enviado {
	font: bold 11px arial;
	color: #CC3300;
	margin-bottom: 10px
}

