/* CSS Document */

form h2{
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#be3926;
}

form p{
	margin-bottom:15px;
}

form p a{
	font-size:14px;
	font-weight:normal;
	color:#666;
}

input,
textarea{
	width:232px;
}

textarea{
	width:492px;
	height:75px;
}

fieldset li{
	display:block;
	float:left;
	margin-bottom:15px;
}

#fnome,
#femail{
	margin-right:20px;
}

div.colDir li{
	padding:30px 0px;
}

div.colDir li#end_rj{
	padding-top:0px;
}

div.colDir li img{
	margin-bottom:5px;
}

address{
	font-style:normal;
}

/* MENSAGENS */

span#resposta {
	display:block;
	width:300px;
	height:12px;
	float:left;
	margin-left:10px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}

span#resposta span.ok {
	display:block;
	width:300px;
	height:12px;
	padding:9px;
	background-color:#486743;
}

span#resposta span.error {
	display:block;
	width:300px;
	height:12px;
	padding:9px;
	background-color:#AB2718;
}

span.cidade {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
}

