body {
	background-color: #543D2B;
	margin: 0px;
	background-image: url(../_IMG/bg.jpg);
	background-repeat: repeat;
}

#wrapper {
	width:720px;
	margin:0 auto;
	position:relative;
}

.form {
	font-family: Verdana;
	font-size:11px;
	text-align:left;
	background-color: #FFFFFF;
	padding-left:2px;
	color: #8D5B25;
	border: none;
	width:100%;
}

.botao {
	background:transparent url(../_IMG/bg_botao_form.gif);
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	width:60px;
	height:25px;
	text-align:center;
	text-transform:lowercase;
	padding:2px;
}

.overlay {
	width:231px;
	height:209px;
	position:absolute;
	top:10px;
	left:-95px;
	z-index:99;
}

.overlay a img {
	border:none;
}
