/* @override http://www.internetganhardinheiro.com/popup/popup.css */

#fundo {
	background-image:url('bt.png');
	height: 100%;
	min-height: 520px;
	min-width: 910px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;

}

#centro {
	color: #fff;
	height: 520px;
	width: 1023px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#fechar {
	right: -25px;
	top: -45px;
	background-image: url('lc.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 25px;
	float: right;
	position: relative;
}

#fechar:hover {
	background-position: left bottom;
}

#esquerda {
	background-image: url('gp.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 551px;
	padding-left: 45px;
	margin-top: 0px;
	padding-top: 65px;
	padding-right: 25px;
	height: 425px;
	float: left;
}

#esquerda .cabecalho {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 30px;
	text-shadow: 0px 1px 0px #fff;
	text-align: left;
	letter-spacing: -1px;
	padding-left: 20px;
	color: #424242;
}

#esquerda .imagem {
	float: left;
	margin-right: 5px;
	width: 230px;
}

#esquerda .texto {
	float: right;
	width: 295px;
}

#esquerda .lista {	
	list-style: none;
	max-width: 400px;
	margin-left: -25px;
	margin-right: -35px;
}

#esquerda .lista li {	
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	background-image: url('bl.png');	
	background-position: 0px 0px;
	color: #000;
	text-shadow: 0px 1px 1px #fff;
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 15px;
}

#esquerda div.imagem img {
	width: 200px;
	margin-left: 30px;
	height: 180px;
	border-style: none;
	background-color: rgba(254,254,254,0);
}

#direita {
	background-image: url('bp.png');
	background-repeat: no-repeat;
	background-position: -1px top;
	width: 285px;
	padding-left: 10px;
	padding-right: 107px;
	height: 420px;
	padding-top: 65px;
	float: right;
}

#direita .cabecalho {
	font-weight: normal;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #d5d5d5;
	text-shadow: 0px 2px 0px #000;
	letter-spacing: 0px;
	margin-bottom: 20px;
	margin-left: 12px;
	text-align: center;
}

#direita .texto {
	text-shadow: 0px 2px 0px #000;
	line-height: 19px;
	font-size: 11px;
	text-align: center;
}

#direita form {
	background-color: rgba(254,254,254,0);
	border-style: none;
}

#direita .secure {
	background-image: url('ls.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-top: 20px;
	color: #fffeff;
	text-shadow: 0px 1px 0px #3f7c46;
	width: 199px;
	text-align: left;
	margin-left: 40px;
	font: bold 11px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: normal;
}

#direita form div {
	text-align: center;
	margin-top: 20px;
}

#direita form div input.email {
	height: 20px;
	width: 150px;
	margin-right: 5px;
	border-style: none;
	text-indent: 5px;
	color: #797979;
}

#direita form div input.red-button {
	height: 23px;
}

