/*---------------------------------------------- GLOBAL SETTINGS */

body {
	font-family: Arial, sans-serif;
	font-size: .75em; 
	background: url(../zconst/baixo.png) center 516px repeat-x #2c2b27;
}

/*------------------------------------------------------ LAYOUT */

header {
	display: block;
	background: url(../zconst/cima.jpg) repeat-x #2c2b27;
	position: relative;
	z-index: 2;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


header .container {
	height: 516px;
	}

#espaco {
	width: 615px;
	height: 482px;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: 0;
	left: -90px;
	z-index: 4;
}


#note {
	width: 764px;
	height: 500px;
	display: block;
	background: url(../zconst/note.png) no-repeat;
	position: absolute;
	left: -60px;	z-index: 3;
}

#sombra-note {
	width: 764px;
	height: 45px;
	background: url(../zconst/sombra-note.png) no-repeat;
	display: block;
	position: absolute;
	left: -60px;
	top: 585px;
}

#content {
	position: absolute;
	left: 510px;
	top: 95px;
	width: 525px;
	height: 567px;
	z-index: 2;
	overflow: hidden;
}

#content .wrap {
	position: absolute;
	right: 435px;
	display: none;
	width: 415px;
	height: 567px;
	background: url(../zconst/quadro.png) no-repeat 0 0;
}

form {
	width: 343px;
	height: 100px;
	display: block;
	position: absolute;
	top: 210px;
	right: 33px;
}

form h1 {
	width: 343px;
	height: 44px;
	display: block;
	background: url(../zconst/em_breve.png) no-repeat;
	text-indent: -99999px;
	}

form label {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #636053;
	position: absolute;
	font-size: 12px;
	bottom: 16px;
	left: 9px;
	z-index: 2;
	}

form input {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #636053;
	position: absolute;
	bottom: 5px;
	left: 0;
	height: 16px;
	padding: 9px 6px;
	border: 1px solid #3a3830;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	webkit-box-shadow: 0px 1px 0px #87857d;
	-moz-box-shadow: 0px 1px 0px #87857d;
	box-shadow: 0px 1px 0px #87857d;
	background: url(../zconst/inputbg.png) repeat-x #fff;
	width: 220px;
	}

form input:focus {
	outline: none;
	webkit-box-shadow: 0px 0px 8px #e7e6d5;
	-moz-box-shadow: 0px 0px 8px #e7e6d5;
	box-shadow: 0px 0px 8px #e7e6d5;
	border-color: #7a7869;
}

form button {
	width: 99px;
	height: 38px;
	display: block;
	background: url(../zconst/enviar.png) no-repeat;
	position: absolute;
	bottom: 3px;
	right: 0;
	text-indent: -999999px;
	}

form button:hover {
	background-position: 0 -38px;
}

form button:active {
	background-position: 0 -76px;
}

#error-message {
	position: absolute;
	top: 314px;
	left: 40px;
	color: #c9c7b5;
	}

#confirmation {
	position: absolute;
	top: 225px;
	left: 46px;
	color: #c9c7b5;
	width: 321px;
	height: 86px;
	display: block;
	background: url(../zconst/cadastro_ok.png) no-repeat;
	text-indent: -999999px;
	}


footer {
	width: 100%;
	display: block;
}

#telefone {
	height: 25px;
	width: 257px;
	position: absolute;
	right: 210px;
	top: -125px;
	padding: 15px 0 0 130px;
	background: url(../zconst/telefone.png) no-repeat;
	z-index: 10;
}

#compartilhe {
	height: 110px;
	position: absolute;
	right: 120px;
	top: -30px;
	padding: 15px 0 0 145px;
	background: url(../zconst/share.png) no-repeat;
	z-index: 10;
}

#addthis {
	height: 100px;
	position: absolute;
	right: -70px;
	top: 30px;
	padding: 15px 0 0 130px;
	z-index: 20;
}

