html, body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background-color: #423222;
	font: 13px Arial, Helvetica, sans-serif;
	color: #947d63;
	font-style: italic;
	font-weight: bold;
	word-spacing: 0px;
	border-top: solid 1px #3b291c;
}

a:link, a:hover, a:visited { color: #947d63; text-decoration: none; }

* img, * div {
	border: 0px;
}

.navpics {
	position: relative;
	clear: both;
	height: 18px;
	margin: 5px 10px 7px;
	border-bottom: dashed 1px;
}
.navpics .fow { float: right; }
.navpics .bak { float: left; }

#pics {
	margin: 5px 10px;
}

#pics img {
	margin-bottom: 7px;
}

#form {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px 16px 3px 10px;
	width: 400px;
	background-color: #333;
}
.noscript {
	display: block;
	font-size: 9px;
	color: White;
	text-align: left;
}
.formcells {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	font-size: 11px;
	font-style: normal;
}
.formcells td {
	white-space: nowrap;
}
.formcells input, .formcells textarea {
	width: 300px;
	border: 0px;
	background: #222;
	color: #947d63;
	float: right;
	font: 12px Arial, Helvetica, sans-serif;
	font-style: italic;
}
.formcells textarea {
	width: 100%;
	height: 75px;
	overflow: auto;
}
.formcells #button {
	position: relative;
	float: right;
	margin: 0px;
	width: auto;
	background: #947d63;
	color: #222;
	font: 11px Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
#error {
	position: relative;
	font-weight: normal;
}
#error b {
	color: #cc6600;
	font-weight: bold;
	text-decoration: blink;
}
#enviar {
	display: none;
	float: right;
	width: 80px;
	color: #999;
	font-weight: bold;
	text-align: center;
}
#enviar img { 
	float: right;
	margin: 0px;
}
#result {
	margin-top: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	display: none;
}
.resopts {
	display: block;
	position: relative;
	width: 350px;
	margin-top: 20px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}
.closeform {
	cursor: pointer;
}
