*{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000;
	text-decoration : none;
	background-repeat : no-repeat;
	margin : 0;
	padding : 0;
	border : none;
}
body.popup{
	background-color : #2a6609;
	background-image : url(img/pop-chat.jpg);
}
body.abrechat{
	background-color : #2a6609;
}
#terra{
	position : absolute;
	left : 0;
	top : 0;
}
#terra h2,
#terra h2 a,
#terra{
	width : 145px;
	height : 31px;
	display : block;
}
#terra h2 a{
	background-image : url(img/terra.gif);
	text-indent : -6000px;
	overflow : hidden;
}
#banner{
	position : absolute;
	left :225px;
	top : 85px;
	width : 728px;
	height : 90px;
	z-index : 2;
}
#topo{
	position : absolute;
	left : 13px;
	top : 31px;
}
#topo,
#topo h1,
#topo h1 a{
	width : 246px;
	height : 146px;
	display : block;
}
#topo h1 a{
	background-image : url(img/a-fazenda.gif);
	text-indent : -6000px;
	overflow : hidden;
}
#video_frame{
	position : absolute;
	left : 20px;
	top : 170px;
}
#video_frame h2{
	background-image : url(img/aovivo.gif);
	display : block;
	width : 480px;
	height : 41px;
	text-indent : -6000px;
	overflow : hidden;
}
#video_frame iframe{
	width : 480px;
	height : 397px;
}
#chat_frame{
	position : absolute;
	left : 520px;
	top : 201px;
	width : 425px;
	height : 406px;
	border : 1px solid #3e7420;
}
#chat_frame h2{
	display : none;
}
#chat_frame iframe{
	width : 419px;
	height : 400px;
	position : absolute;
	left : 3px;
	top : 3px;
}
body.abrechat #chat input{
	color : #000;
	font-size : 12px;
	margin : 10px;
	height : 30px;
}
body.abrechat #chat{
	background-image : url(img/chat-bg.gif);
	width : 419px;
	height : 370px;
	text-align : center;
	color : #fff;
	font-weight : bold;
	padding-top : 30px;
	background-position : 40px 20px;
}
body.abrechat #chat p{
	color : #fff;
}
body.abrechat #chat .botoes{
	padding : 30px 0 0 0;
}
body.abrechat #info h3{
	background-image : url(img/comofunciona.gif);
	height : 17px;
	width : 254px;
	overflow : hidden;
	text-indent : -6000px;
	display : block;
	margin : 10px 0;
}
body.abrechat #info{
	margin : 10px;
	text-align : left;
}
body.chat_interacao{
	background-color : #2a6609;
	background-image : url(img/bg-interacao.gif);
	background-repeat : repeat-x;
	color : #fff;
	font-weight : bold;
	padding : 12px 0 0 280px;
}
body.chat_interacao input.enviar{
	background-image : url(img/enviar2.gif);
	height : 30px;
	width : 82px;
	display : block;
	overflow : hidden;
	background-color : transparent;
	text-indent : -6000px;
	line-height : 60px;
	position : absolute;
	left : 186px;
	top : 9px;
}
body.chat_interacao font{
	color : #fff;
	margin : 0 3px;
	font-size : 10px;
}
body.chat_interacao input.mensagem{
	height : 26px;
	margin : 2px;
	line-height : 26px;
	border : 2px solid #1c4606;
	position : absolute;
	left : 2px;
	top : 9px;
}
body.chat_interacao input.rolagem{
	color : red;
	font-size : 10px;
	float : left;
	display : none;
}
body.chat_interacao a.sair{
	position : absolute;
	top : 9px;
	right : 4px;
	background-image : url(img/sair2.gif);
	width : 58px;
	height : 30px;
	display : block;
	text-indent : -6000px;
	overflow : hidden;
}
