/* --------------------------------------------------------------- Home Page */
.boxHome{
	overflow:hidden;zoom:1;
	margin-top:10px;
	width:725px;
}
	.banner{
		float:left;display:inline;
		margin-right:10px;
	}
	.last{
		float:left;display:inline;
	}
	.encontreReceba{
		background:url(../img/bg_box_home.png) 0 0 no-repeat;
		width:230px;
		height:149px;
		overflow:hidden;zoom:1;
		margin-top:5px;
	}
		.encontreReceba h3{
			text-indent:-9999px;
			overflow:hidden;
			height:31px;
			margin:0;
		}
		.encontreReceba .titEncontreLojas{
			background:url(../img/tit_encontre_lojas.png) 8px 7px no-repeat;
		}
		.encontreReceba .titRecebaOfertas{
			background:url(../img/tit_receba_ofertas.png) 8px 7px no-repeat;
		}
		.encontreReceba img{
			display:block;
			padding-left:1px;
		}
		.encontreReceba a{
			margin-left: 10px;
			text-decoration:underline;
		}
		.encontreReceba p{
			margin: 2px 15px 8px 10px;
			color:#746d61;
		}
		.encontreReceba form{
			overflow:hidden;zoom:1;
			padding: 0 13px 0 8px;
		}
			.encontreReceba input.email{
				border:1px solid #96a3a8;
				background: #FFF url(../img/bg_input_receba_ofertas.png) 0 0 no-repeat;
				width:182px;
				padding:3px 0 3px 28px;
			}
			.encontreReceba input.btn{
				float:right;display:inline;
				margin-top:10px;
			}
