.bg-main {
	background-color: #ffffff;
}



.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	border: 1px solid #9ec7d9;
	background-color: #f7f7f9;
	height: 19px;
	width: 200px;
}




.form-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	border: 1px solid #9ec7d9;
	background-color: #f7f7f9;
	height: 90px;
	width: 200px;
}





.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-attachment: fixed;
	background-color: #ececf1;
	background-image: url(../imagens/button.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 60px;
	color: #000000;
	cursor: hand;
	border: 1px solid #9ec7d9;
}


.button-recado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-attachment: fixed;
	background-color: #ececf1;
	background-image: url(../imagens/button.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 100px;
	color: #000000;
	cursor: hand;
	border: 1px solid #9ec7d9;
}



.hand {
	cursor: hand;
}



.linha {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #E0DFE3;
}



.linhas {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #E0DFE3;
	border-left-color: #E0DFE3;
	border-left-width: 1px;
}




.bg-conteudo {
	background-attachment: scroll;
	background-image: url(../imagens/bg_conteudo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3D3D3;
}


.bg-culinaria {
	background-attachment: scroll;
	background-image: url(../imagens/bg_culinaria.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3D3D3;
}


.bg-cliques {
	background-attachment: fixed;
	background-image: url(../imagens/bg_thumbs.gif);
	background-repeat: no-repeat;
	background-position: center top;
}



.bg-flash {
	background-attachment: fixed;
	background-image: url(../imagens/bg_flash_capa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
.bg-mural {
	background-color: #E4F9CB;
	clip: rect(auto,auto,auto,auto);
	position: absolute;
	width: 400px;
	left: 3px;
}
