#NL_send_btn{
	margin-top:10px;
}




#backgroundPopup{  
	 display:none;  
	 position:fixed;  
	 _position:absolute; /* hack for internet explorer 6*/  
	 height:100%;  
	 width:100%;  
	 top:0;  
	 left:0;  
	 background:#8FBDDF;  
	 border:1px solid #cecece;  
	 z-index:1;  
}  

#popupContact{  
	 display:none;
	 text-align:left;  
	 position:fixed;  
	 _position:absolute; /* hack for internet explorer 6*/  
	 height:250px;  
	 width:353px;
	 background:url(../images/popupBack.png) no-repeat;  
	 z-index:2; 
	 font-size:14px;
	 color:#5B5C56;
	 padding:115px 20px 20px 20px; 
} 
 
#popupContactClose{
	font-size	:18px;  
	line-height	:14px;  
	right		:-10px;  
	top			:47px;  
	position	:absolute;
	background	:url(../images/InfolettrecloseBtn.png) no-repeat;
	width		:25px;
	height		:25px; 
	color		:#6fa5fd;  
	font-weight	:700;  
	display		:block;
	cursor		:pointer; 
} 

.errorMsg{
	color:#990000;
	font-weight:bold;
	text-align:left;
}

.succesMsg{
	color:#5D7B08;
	font-weight:bold;
	text-align:left;
}