@charset "utf-8";
/* CSS Document */
#newsLetter {

}
#newsLetter h4 {
 font-size:11px;
 color:black;
}

#newsLetter  #newsletterForm { min-height:40px; height:auto!important; height:40px;}
#newsLetter #newsletterForm .inputWrapper {
	background-image:url(/images/site/inputsWrapper.jpg);
	background-repeat:no-repeat;
	width:166px;
	height:19px;
	font-size:1em;
	display:inline;
	float:left;
}
#newsLetter #newsletterForm .inputWrapper input {
	background-color:transparent;
	border:1px solid transparent;
	border:none;
	padding:2px 0px 0px 4px; 
	font-size:9px;
	height:12px;
	width:150px;
}
#newsLetter #newsletterForm #sendButton{
	display:inline;
	float:left;
	margin: 1px 0px 0px 5px;
}

#newsLetter #outputNewsLetter {clear:right; color:black;display:none;}
#newsLetter #outputNewsLetter #outPutNewsLetterContent {width:166px; height:30px;display:inline;float:left;}
#newsLetter #outputNewsLetter #backNlButton {
	display:inline;
	float:left;
	margin: 1px 0px 0px 5px;
}


#newsLetter #rssLink  { clear:both; }
#newsLetter #rssLink a {
	text-decoration:underline;
}
#newsLetter #rssLink #rssButton{ display:inline; float:left; height:17px; width:17px;}
#newsLetter #rssLink p.rssTitle {height:17px;margin:3px 0px 0px 3px; padding:0px; display:inline; float:left;}
#newsLetter #rssLink a:hover {
	text-decoration:underline;
}

