/* formato */
*{
	margin:0;
	padding:0;
}
html, body{
	width:100%;
}
body{
	font:8pt Arial, Helvetica, sans-serif;
	color:#38220F;
	background:#A88F64 url(../img/formbg.png);
}
h1{
	width:100%;
	height:47px;
	background:url(../img/formh1.gif) center no-repeat;
	text-indent:-9999px;
	border-bottom:1px solid #38220F;
}
#formato{
	width:480px;
	margin:0 auto;
}
#forma{
	width:440px;
	margin:0 auto;
}
#forma fieldset{
	padding:5px;
	border:none /*1px dotted #ccc*/;
}
#forma legend{
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	background:#38220F;
	padding:4px;
}
#forma label{
	display:block;
	width:100%;
	font-size:8pt;
	margin-top:5px;
}
#forma input{
	width:420px;
	height:18px;
	padding-left:5px;
}
#forma select{
	text-align:center;
	width:60px;
}
#forma textarea{
	width:420px;
	height:200px;
	padding-left:5px;
	overflow:auto;
}
#forma input, #forma textarea, #forma select{
	font:8pt Arial, Helvetica, sans-serif;
	border:1px solid #854F23;
	background:#fff;
}
#forma .radio, #forma .checkbox{
	width:auto !important;
}
input#btnEnvia{
	width:auto;
	margin-top:4px;
	margin-left:385px;
	padding:0 4px;
	background:#2c331b;
	color:#ebe2d6;
	border:1px solid #fff;
}

