*{
	margin:0; 
	padding:0; 
}

#recados{
	background:#202020; 
	background-image:url("../imagens/recados/aba_recados.jpg"); 
	background-repeat:no-repeat;
	background-position:top;
	width:403px; 
	height:434px;
	float:left;
	margin:20px 0 0 10px;
	overflow-y:auto;
	
	
}

#recados ul{
	list-style:none;
}

#recados ul li{
	display:block;
	width:380px; 
	height:55px;
	background:#373737; 
	margin:20px 10px 10px 5px ; 
	padding:0 0 0 5px;
}



#deixe_recado{
		background:#202020; 
		background-image:url("../imagens/recados/fundo_mais_noticias.jpg"); 
		background-repeat:no-repeat;
		background-position:top;
		width:400px; 
	    height:434px;
		
		margin:20px 30px 20px 0 ; 
		float:right;
}

#enviar{
	width:100px;
	height:25px;
	margin:10px 0 0 0; 
}

fieldset{
	width:390px; 
	margin:10px 0 0 10px; 
	border:0; 
	
}

textarea{
	width:370px;
	height:60px;
}

input{
	width:370px; 
	height:19px;
	margin:0 0 5px 0; 
	border:1px solid #202020;
	background-color:#666; 
}