@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------*/
/*NEWSLETTER  ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#newsLetter {
	position:relative;
	color:white;
 	margin-left:13px;
	width:192px;
	margin-top:50px;
}
#newsLetter #newsletterForm {height:35px;}
#newsLetter #newsletterForm #inputNewsLetter {
	width:250px;
}
#newsLetter #newsletterForm #newsLetterInputWrapper {
	background-image:url(../../images/site/newsLetterInputBox.jpg);
	background-repeat:no-repeat;
	width:190px;
	height:20px;
	padding:0px;
	margin:0px;
	display:inline;
	float:left;
}
#newsLetter #newsletterForm #newsLetterInputWrapper #mailadres {
	width:178px;
	height:12px;
	margin:2px 3px 3px 3px;
	border:1px solid transparent;
	border:none;
	font-size:0.9em;
}
#newsLetter #newsletterForm #sendButton { display:inline; margin-left:3px;}

#newsLetter #outputNewsLetter {
	clear:both; 
	color:black;
	display:none; 
	width:250px;
}
#outputNewsLetter #outPutNewsLetterContent {
	width:190px; 
	height:35px;
	display:inline;
	float:left;
}
#outputNewsLetter #outPutNewsLetterContent p {display:inline; padding:0px;margin-right:5px;}
#outputNewsLetter #backNlButton { 
	width:40px;
}
#outputNewsLetter #backNlButton img {margin-left:3px; }