#modalNewsletter{
	position: fixed;
	width: 433px;
	left: 50%;
	margin-left: -214px;
	z-index: 99999;
	transition:bottom .5s ease;
	display: none;
	color:#333333;
	bottom: -600px;
}

#modalNewsletter.on{
	bottom: 0;
}

#modalNewsletter .title{
	display: block;
	line-height: 53px;
	height: 51px;
	width: 91%;
	float: left;
	background: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
}
#modalNewsletter .close{
	display: block;
	width: 49px;
	height: 51px;
	float: right;
	background: url(/arquivos/modalNewsletterClose2.png) no-repeat center #FFF;
	font-size: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#modalNewsletter .close2{
	position:absolute;
	bottom:5px;
	text-decoration:underline;
	text-transform:uppercase;
	left:50%;
	margin-left:-25px;
	color:#959594;
	font-size:10px;
}
#modalNewsletter .photos{
	width: 100%;
	float:left;
}
#modalNewsletter .photos img{
	display:block;
}
#modalNewsletter .content{
	float:left;
	width:100%;
	background: #FFF;
	position:relative;
	padding: 18px 0 10px;}

#modalNewsletter .content span{
	text-align: center;
	font-size: 15px;
	line-height: 1.2em;
}
#modalNewsletter .content .pink{
	color:#ed6c70 ;
}
#modalNewsletter .content span.success{
	padding:20px 0 30px;
	text-align: center;
	display: block;
	width: 100%;
	letter-spacing: 2px;
}
#modalNewsletter .content span.success .obs{
	display:block;
	width:100%;
	font-size:11px;
	margin-top:20px;
	letter-spacing:0;
}
#modalNewsletter .content span.error{
	position:absolute;
	top: 137px;
	font-size:11px;
	color:#F00;
	left:0;
	width: 100%;
}
#modalNewsletter p{
	text-align: center;
	font-size: 15px;
	line-height: 1.2em;
	width: 100%;
	float: left;
	margin-bottom: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333333;
}
#modalNewsletter .name,
#modalNewsletter .email{
	font-size: 15px;
	line-height: 32px;
	border: 1px solid #333;
	padding: 0 13px;
	width: 223px;
	margin: 0 auto;
	display:block;
	outline:none;
	text-align:left;
	font-family:Georgia, serif;
	font-style:italic;
	margin-bottom:11px;
}


#modalNewsletter .send{
	font-size: 13px;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;
	width: auto;
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	margin-top:19px;
	margin-bottom:19px;
	font-family: Georgia, Times, serif;
	background: #3f3f3f ;
	width: 143px;
	padding: 5px 0;
	color: #FFF;
	letter-spacing: 2px;
}
#modalNewsletter .send:hover{
	background:#ee7a7e;
}