@charset "utf-8";
/* CSS Document */
#newsLetter {
	margin:10px 0px 0px 13px;
	width:155px;
}
#newsLetter .newsLetterBlokTitle{
	color:white;
	font-size:14px;
}
#newsLetter #newsLetterContent { margin: 5px 0px 0px 0px; }
#newsLetter #newsLetterContent #newsLetterForm { margin:0px; padding:0px;}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter .inputWrapper {
	background-color:white;
	border:none;
	width:106px;
	height:17px;
	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:0px 0px 0px 4px; 
	font-size:10px;
	height:12px;
	width:100px;
	display:inline;
	float:left;
	color:#513705;
}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter #sendButton{
	display:inline;
	float:left;
	margin: 4px 0px 0px 0px;
}

#newsLetter #outputNewsLetter {clear:right; color:black;display:block;width:145px; margin-top:3px;}
#newsLetter #outputNewsLetter #outPutNewsLetterContent {width:138px; height:40px;display:inline;float:left; font-size:9px; line-height:normal;}
#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;
}

