#socialBar {
	width:98%;
	height:26px;
	background:url('../imagens/bg.png') repeat-x;
	position:fixed;
	z-index:500;
	bottom:0;
	margin:0 0 0 1%;
	left:0;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow:#000 1px 1px 10px;
	-moz-box-shadow:#000 1px 1px 10px;
	box-shadow:#000 1px 1px 10px;
}
#socialBar img.logo {
	position:relative;
	top:-30px;
	margin-right:7px;
	float:left;
	display:block;
	border:none;
}
#socialBar #tituloBar {
	float:left;
	width:300px;
}
#socialBar h1 {
	float:left;
	font-size:11px;
	color:#333;
	margin:0;
	text-align:left;
}
#socialBar p {
	font-size:10px;
	color:#666;
	line-height:0;
	margin:1px 0 0 0;
	text-align:left;
}
#socialBar #addthisBar {
	float:right;
	margin-top:6px;
	height:30px;
	width:500px;
}
#addthisBar .addthis_toolbox {
	width:500px;
	height:30px;
}
#socialBar a.addthis_button_compact {
	font-family:Verdana;
	color:#000;
	font-size:12px;
	margin-right:20px;
	display:block;
	outline:0;
	text-decoration:none;
}
#socialBar span.addthis_separator {
	color:#333;
}
#socialBar a.button {
	margin:0;
	width:40px;
	height:30px;
	outline:0;
	text-decoration:none;
}

/******* POP UP ***********/
#mascaraEmail {
	background:url('../imagens/bg_mascara.png') top left;
	width:100%;
	height:100%;
	margin:0;
	position:fixed;
	z-index:499;
	top:0;
	left:0;
	display:none;
}
#cadastrarEmail {
	width:756px;
	padding-left:35px;
	height:600px;
	background:url('../imagens/bg_pop.png') #bce5fa repeat-x;
	margin:0 auto;
	position:relative;
	top:50px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border:2px solid #fcc200;
}
#cadastrarEmail img.logo {
	position:relative;
	border:none;
	float:left;
}
#cadastrarEmail br {
	clear:both;
}
#cadastrarEmail h1.titulo{
	margin:30px 0 10px 0;
	position:relative;
	font-family:Tahoma;
	font-weight:200;
	font-size:30px;
	color:#000;
	text-align:left;
	line-height:40px;
}
#cadastrarEmail h1.titulo strong {
	font-weight:700;
}
#cadastrarEmail h1.titulo span {
	color:#25396e;
}
#cadastrarEmail p.descEmail {
	font-family:Tahoma;
	margin:5px 0 0 0;
	font-size:20px;
	width:490px;
	color:#000;
	text-align:left;
	line-height:25px;
}
#cadastrarEmail input.cadastraEmail {
	width:260px;
	margin:20px 0 0 0;
	height:32px;
	border:1px solid #b3b3b3;
	color:#BBB;
	font-size:20px;
	padding:0 10px;
	float:left;
	line-height:32px;
}
#cadastrarEmail input.cadastraEmail:focus {
	color:#777;
}
#cadastrarEmail input.enviaEmail {
	width:155px;
	height:33px;
	border:1px solid #f0c902;
	float:left;
	margin:20px 0 0 10px;
	background:url('../imagens/bg_submit.png') repeat-x;
	color:#FFF;
	font-size:23px;
	font-family:Tahoma;
	border-radius:5px;
	-moz-border-radius:5px;
}
#cadastrarEmail input.enviaEmail:active {
	background:url('../imagens/bg_submitActive.png') repeat-x;
	outline:0;
}
#cadastrarEmail select.cidade {
	float:left;
	margin:5px 0 0 0;
	width:180px;
	height:28px;
	font-size:16px;
	border:1px solid #b3b3b3;
	color:#666;
}
#cadastrarEmail img.carroDesconto {
	position:absolute;
	z-index:302;
	right:30px;
	bottom:30px;
}
#cadastrarEmail img.bgMina {
	position:absolute;
	z-index:299;
	left:0;
	bottom:0;
}
#cadastrarEmail img.nuvem {
	position:absolute;
	z-index:250;
	top:15px;
	right:60px;
	opacity:0.9;
}
#cadastrarEmail img.nuvem2 {
	position:absolute;
	z-index:249;
	top:55px;
	right:380px;
	opacity:0.7;
}
#cadastrarEmail img.nuvem3 {
	position:absolute;
	z-index:248;
	top:15px;
	right:185px;
	opacity:0.4;
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-o-transform:scale(0.7);
	transform:scale(0.7);
}
#fecharEmail {
	width:35px;
	height:35px;
	background-color:#e6e6e6;
	font-family:Tahoma;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	position:absolute;
	z-index:301;
	right:10px;
	top:10px;
	text-align:center;
	line-height:35px;
	font-size:20px;
	font-weight:700;
	border:1px solid #d6bd7c;
	cursor:pointer;
}
#fecharEmail a {
	color:#555;
	text-decoration:none;
	cursor:pointer;
}