@charset "utf-8";
/* CSS Document */
#newsLetter {
	margin:0px 0px 0px 0px;
	width:345px;
}
#newsLetter #newsLetterContent { margin: 14px 0px 0px 14px; }
#newsLetter #newsLetterContent #newsLetterForm { margin:0px; padding:0px;}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter .inputWrapper {
	border:1px solid #181669;
	background-color:#FFFFFF;
	width:136px;
	height:21px;
	font-size:1em;
	display:inline;
	float:left;
	margin:4px 0px 0px 0px;
}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter .inputWrapper input {
	border:1px solid transparent;
	border:none;
	margin:2px 0px 0px 4px; 
	*margin:2px 0px 0px -12px; 
	font-size:9px;
	height:12px;
	width:125px;
	display:inline;
	float:left;
	color:#333333;
}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter #sendButton{
	display:inline;
	float:left;
	margin: 4px 0px 0px 6px;
}

#newsLetter #outputNewsLetter {clear:right; color:black;display:block;width:200px;}
#newsLetter #outputNewsLetter #outPutNewsLetterContent {font-size:9px; width:345px; height:15px;display:inline;float:left;margin-left:0px;}
#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;
}


