#bg_fade {
	background-color:#555555;
	height:140%;
	left:0px;
	margin:0px;
	padding:0px;
	position:fixed;
	top:0px;
	visibility:hidden;
	width:100%;
	z-index:3001;
}

#newsletter{
	position: fixed;
	width: 578px;
	z-index: 99999;
	display: none;
}

#newsletterTop{
	width: 578px;
	background: url(../img/images/top.png) no-repeat top center;
	z-index: 99999;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

#newsletterBackground{
	width: 578px;
	background: url(../img/images/repeat.png) repeat-y top center;
	z-index: 99999;
	margin: 0px;
	padding: 0px;
}

#newsletterBottom{
	width: 578px;
	background: url(../img/images/bottom.png) no-repeat bottom center;
	z-index: 99999;
	padding: 0px 0px 26px 0px;
	margin: 0px;
}

#newsletterContent{
	margin: 0px 0px 0px 15px;
	width: 540px;
	background: #FFFFFF;
}

#closeNewsletter{ 
	float: right;
	font-size: 14px;
	color: #FF6D01;   
	margin: 0px 0px 5px 0px; 
	clear: both;
}

#newsletterInfo{ width: 100%; clear: both; }

#newsletterInfo h2{
	font-size: 14px;
	color: #ff7800;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#newsletterInfo .newsletterSeparator{
	width: 100%;
	background: url(../img/images/linie-punctata.jpg) repeat-x top center;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	clear: both; 
	float: left;
	height: 1px;
}

#newsletterDescription{ 
	width: 100%; 
	clear: both;  	
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
}

#newsletterForm{ 
	width: 100%; 
	clear: both; 
}

#submitNewsletterContainer{
	clear: both;
	text-align: right;
}

#submitNewsletter{
	width: 229px;
	height: 19px;
	background: url(../img/images/doresc-sa-primex.jpg) no-repeat top center;
	border: 0px;
	cursor: pointer;
	clear: both; 
}

#submitNewsletter:hover{ background-position: bottom center; }

#newsletterFormFieldsContainer .newsletterFormField{ 
	margin: 5px 0px;
	padding: 0px;    
}

#newsletterFormFieldsContainer .newsletterFormField label{ font-size: 12px; }

#newsletterNameField{ width: 170px; }

#newsletterCityField,
#newsletterCompanyField,
#newsletterEmailField{ width: 240px; }

#newsletterSubscribed{ 
	width: 100%; 
	clear: both;      
	margin: 0px;
	padding: 20px 0px;
	font-size: 12px;
}

#newsletterSubscribed .orange{ color: #ff7800; }

#newsletterFormFieldsContainer .formError{ color: #FF0000; }

#newsletterFormFieldsContainer .newsletterFormField .error{ border-color: #FF0000; }
