@charset "utf-8";
/* CSS Document */
#newsLetter {
	margin:40px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:220px;
	height:95px;
	display:inline-block;
}

#newsLetter #newsLetterContent { margin: 5px 0px 0px 0px; }
#newsLetter #newsLetterContent #newsletterTitle{
	font-weight:bold;
	font-size:13px;
	color:#333333;
	margin-bottom:8px;
	border-bottom:1px solid #d3de2c;
}
#newsLetter #newsLetterContent #newsletterIntro{
	font-weight:normal;
	font-size:11px;
	color:#333333;
	margin-bottom:8px;
}
#newsLetter #newsLetterContent #newsLetterForm { margin:0px; padding:0px;}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter {
	width:160px;
	height:18px;
	margin:0px 0px 0px 0px;
}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter .inputWrapper{
	width:139px;
	margin:0px 0px 0px 1px;
	height:18px;
	background-image:url(/images/site/newsletterBox.jpg);
	background-repeat:no-repeat;
	display:inline;
	float:left;
}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter .inputWrapper input {
	background-color:transparent;
	border:1px solid transparent;
	border:none;
	margin:1px 0px 0px 4px; 
	padding:0px;
	font-size:9px;
	height:12px;
	width:130px;
	display:inline;
	float:left;
	color:#666666;
}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter #sendButton{
	display:inline;
	float:left;
	margin: 0px 0px 0px 4px;
}

#newsLetter #outputNewsLetter {clear:right; color:#003366; width:180px;}

#newsLetter #outputNewsLetter #outPutNewsLetterContent {
	margin:5px 0px 0px 0px;
	width:220px; 
	height:40px;
	font-size:10px; 
	line-height:normal;
}

