#conteudo{
	width:760px;
	display:table;
}

#contato{
	width:520px;
	float:left;
	margin-left:20px;
	_margin-left:15px;
}

#newslleter{
	width:180px;
	float:left;
	margin-left:40px;
	_margin-left:20px;
}

/* -- form -- */

input{
	background-color:#4A2012;
	border:0;
	width:98%;
	height:20px;
	padding-top:4px;
	padding-left:10px;
	margin-bottom:10px;
	
	font-family:Georgia;
	font-size:12px;
	font-weight:600;
	color:#CAB48C;
}

textarea{
	background-color:#4A2012;
	border:0;
	width:98%;
	height:120px;
	padding-top:4px;
	padding-left:10px;
	margin-bottom:10px;
	
	font-family:Georgia;
	font-size:12px;
	font-weight:600;
	color:#CAB48C;
	overflow:auto;
}

label{
	font-family:Georgia;
	font-size:12px;
	font-weight:600;
	color:#5A2515;
	overflow:auto;
}

#cadastrar{
	background:transparent url(../images/bt_newsletter.gif) no-repeat left top;
	text-indent:-3000px;
	display:block;
	width:72px;
	height:10px;
	float:right;
	cursor:pointer;
	margin-top:10px;
}

#enviar{
	background:transparent url(../images/bt_contato.gif) no-repeat left top;
	text-indent:-3000px;
	display:block;
	width:42px;
	height:8px;
	float:left;
	cursor:pointer;
	margin-top:10px;
}


/* -- classes -- */

.grande {
	width:380px;
	margin-right:20px;
	float:left;
}

.medio {
	width:178px;
	margin-right:20px;
	_margin-right:7px;
	float:left;
}

.inp{
	background-color:#D5C2A1;
	font-family:Georgia;
	font-size:12px;
	font-weight:600;
	color:#5F4829;
}

.error{
	border:2px solid #5A2515;
}


/* -- tirulos -- */

.tit_contato{
	background:transparent url(../images/tit_contato.gif) no-repeat left top;
	margin-bottom:30px;
	text-indent:-3000px;
	width:110px;
	height:38px;
}

.tit_newsletter{
	background:transparent url(../images/tit_newsletter.gif) no-repeat left top;
	margin-bottom:30px;
	text-indent:-3000px;
	width:143px;
	height:36px;
}