@charset "utf-8";
/* CSS Document */



/*-------------------------------------------------------------------------------------*/
/*NEWSLETTER  ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#newsLetter {
 margin:-1px 0px 0px 0px;
 border-top: 1px solid #d1d1d1;
 width: 295px;
 float: left;
 display: inline;
}
#newsLetter #newsLetterContent b { display: inline; float: left;  padding-top: 17px; margin-right: 10px; }
#newsLetter  #newsletterForm { float: left; display: inline;}

#newsLetter #newsletterForm .inputWrapper {
	background-image:url(/images/site/newsletter.png);
	background-repeat:repeat-x;
	width:138px;
	height:23px;
	display:inline;
	float:left;
	margin: 12px 0px 0px 0px;
}
#newsLetter #newsletterForm .inputWrapper input {
	background-color:transparent;
	border:1px solid transparent;
	border:none;
	padding:2px 0px 0px 10px; 
	height:20px;
	width:100px;
	color: #a1a0a0;
	float: left;
	display: inline;
	font-size: 11px;
}
#newsLetter #newsletterForm .inputWrapper #sendButton{
	display:inline;
	float:left;
	margin: 3px 0px 0px 5px;
}

#newsLetter #outputNewsLetter {clear:right; color:#a1a0a0;display:none;}
#newsLetter #outputNewsLetter #outPutNewsLetterContent {width:132px; height:30px;display:inline;float:left;}
#newsLetter #outputNewsLetter #backNlButton {margin-top:2px; float:right;}


#newsLetter #rssLink  {  display:none; }
#newsLetter #rssLink a {
	text-decoration:none;
}
#newsLetter #rssLink a:hover {
	text-decoration:underline;
}


