@charset "utf-8";
/* CSS Document */
#newsLetter {
	margin:16px 0px 0px 1px;
	width:250px;
}
#newsLetter #newsLetterBlokTitle{}
#newsLetter #newsLetterContent { margin: 14px 0px 0px 23px; }
#newsLetter #newsLetterContent #newsLetterForm { margin:0px; padding:0px;}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter .inputWrapper {
	background-image:url(/images/site/newsletterInputBackground.jpg);
	background-repeat:no-repeat;
	width:175px;
	height:18px;
	font-size:1em;
	display:inline;
	float:left;
	margin:4px 0px 0px 0px;
}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter .inputWrapper input {
	background-color:transparent;
	border:1px solid transparent;
	border:none;
	margin:2px 0px 0px 4px; 
	*margin:2px 0px 0px -21px; 
	font-size:9px;
	height:12px;
	width:165px;
	display:inline;
	float:left;
	color:#333333;
}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter #sendButton{
	display:inline;
	float:left;
	margin: 4px 0px 0px 0px;
}

#newsLetter #outputNewsLetter {clear:right; color:black;display:block;width:200px;}
#newsLetter #outputNewsLetter #outPutNewsLetterContent {width:185px; height:30px;display:inline;float:left;margin-left:8px;}
#newsLetter #outputNewsLetter #outPutNewsLetterContent p {float:left; display:inline;}




#newsLetter #outputNewsLetter #backNlButton {
	display:inline;
	float:left;
	margin: 7px 0px 0px 5px;
}
#newsLetter #rssLink  {  display:none; }
#newsLetter #rssLink a {
	text-decoration:none;
}
#newsLetter #rssLink a:hover {
	text-decoration:underline;
}

