*{
	border: none;
	list-style: none;
	margin: 0;
	padding:0;
}
a{text-decoration: none; outline:none; cursor: pointer;}
a img{border: none;}
html{
	background-color: #FFF;
}
body{
	background: url(images/campanha_fundo.jpg) no-repeat top center;
}

#container{
	width:928px;
	height:820px;
	margin:0 auto;
}

#icones{
	width: 422px;
	margin:0 auto;
	padding-top: 530px;
	height:117px;
}
#icones ul li a{
	float: left;
	width: 70px;
	height: 90px;
}

#lovers{
	display: block !important;
	height: 175px;
	position: absolute; top: 116px; left: 214px;
	width: 714px;
}
#lovers a{
	display: block;
	height: 175px;
	width: 714px;
}


#mask {position:absolute;
z-index:9000;
background-color:#fafafa;
display:none;
}

#boxes .window {
position:absolute;
width:440px;
height:200px;
display:none;
z-index:9999;
padding: 10px;
}

/* Personalize a janela modal aqui. Voc� pode adicionar uma imagem de fundo. */
#boxes #dialog{
	background: url(images/form+enviar.gif) no-repeat center top;
	width:588px;
	height:436px;
}
#boxes #dialog a{
	float: right;
	height: 20px;
	margin:2px 4px 0 0;
	width: 20px;
}
#boxes #dialog a:hover{
	background: url(images/x.gif) no-repeat;
}

#boxes #dialog form{
	height: 380px;
	margin: 0 auto;
	padding: 23px 0 0 85px;
	width: 428px;
}
#boxes #dialog table{
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#aaa;
	text-transform:uppercase;
	text-align:right;
	margin: 0 auto;
}

#boxes #dialog table td{padding-bottom:16px;}

#boxes #dialog table input{
	background: none;
	float:left;
	border: none;
	padding:10px;
	margin:0 5px;
	width:380px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #777;
}

#boxes #dialog table textarea{
	background: none;
	border: none;
	float: left;
	height: 195px;
	color:#777;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 10px;
	width:380px;
	margin:0 5px;
}

#boxes #dialog table button{
    width:90px;
    height:30px;
    border:none;
    text-indent:-9000em;
    overflow:hidden;
    cursor:pointer;
    float:right;
    margin:0 5px 0 0;
    background: none;
}
#boxes #dialog table button:hover{
    background: url(images/enviar.gif) no-repeat 20px 2px;
}


#boxes #dialog2{
	background: url(images/dialog2.gif) no-repeat center top;
	width:588px;
	height:436px;
}
#boxes #dialog2 a{
	float: right;
	height: 20px;
	margin:2px 4px 0 0;
	width: 20px;
}
#boxes #dialog2 a:hover{
	background: url(images/x.gif) no-repeat;
}
#boxes #dialog2 #ok{
	margin: 0 auto;
	padding-top: 355px;
	width: 90px;
}
#boxes #dialog2 #ok a{
	display: block;
	height: 30px;
	float: none;
	width: 88px;
}
#boxes #dialog2 #ok a:hover{
	background: url(images/ok.gif) no-repeat 37px 11px;
}

#dialog_overlay {
    width: 100%;
    height: 100%;
    z-index: 4999;
    position: fixed;
    background: none repeat scroll 0% 0% rgb(0, 0, 0);
    opacity: 0.35;
    display: none;
}

/* posiciona o link para fechar a janela */
.close {
display:block;
text-align:right;
}

