@CHARSET "ISO-8859-1";
@IMPORT url("index.css");
@IMPORT url("conteudo.css");

/*override conteudo*/
#conteudo{
	width: 600px;
	top: 75px;
	height: 365px;
	overflow: hidden;
}
h3{
	width: 465px;
	height: 40px;
	background-image:url(../images/site_titulo_contato.gif);
	background-repeat: no-repeat;
	margin: 3px 0px 0px 10px;
	/*border: 1px solid red;*/
}

h3 span{
	display: none;
}

h3 a{
	display: block;
	position: absolute;
	height: 30px;
	width: 30px;
	top: 25px;
	left: 415px;
}

/*formulário*/
FIELDSET {
	border: none;
}

form th{
	text-align: left;
}

form th, form td{
	padding: 4px;
}

form h4, form p{
	margin-left: 20px;
}

form p, form li{
	color: #666666;
}
form li{
	margin-bottom: 10px;
	list-style: bold;
}
#recado{
	width:360px;
	height:60px;
	font-family: arial;
	font-size: 12px;
}
