@charset "utf-8";
/* CSS Document */

div#bottom {
	float:none;
	clear:both;
	width:100%;
	height:230px;
	background-image:url(../imagens/bottom2_bkg.png);
	color:#FFF;
	padding-top:20px;
	margin-top:13px;
}
div#bottom * {
	color:#FFF;	
}
div#bottom div#rodape {
	
	text-align: left;
	padding-top: 0;
	position: relative;
	border-top: none;
	clear: both;
	margin-top: 0;
	margin-left: auto;
	width: 1000px;
	margin-right: auto;
}



	div#rodape div#search {
		float:left;
		width:267px;
		height:180px;
		margin-top:5px;
	}
	
	div#rodape div#premiumpartners {
		float:left;
		width:514px;
		height:100px;
		text-align:center;
	}
	div#rodape div#certarea {
		float:right;
		width:180px;
		height:100px;
		text-align:right;
	}
	div#rodape div#rod {
		float:none;
		clear:both;
		width:1000px;
		height:42px;
	}
	
	
	
div#search {
	width:265px;
	height:61px;
}

div#search .querybox {
	height:24px;
	width:190px;
	font-style:italic;
	color:#CCC;
	border:none;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	vertical-align:middle;
	font-size:16px;
	padding-top:5px;
}

div#search .left {
	width:3px;
	height:31px;
	float:left;
	background-image:url(../imagens/txbox_left.png);
}
div#search .middle {
	width:190px;
	height:31px;
	float:left;
}
div#search .right {
	width:3px;
	height:31px;
	float:left;
	background-image:url(../imagens/txbox_right.png);
	margin-right: 10px;
}
div#search .btn {
	width:38px;
	height:31px;
	float:left;
}	