@charset "utf-8";
/* CSS Document */
#newsLetter {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:395px;
	height:75px;
	display:inline-block;
}

#newsLetter #newsLetterContent { margin: 5px 0px 0px 0px; }
#newsLetter #newsLetterContent #newsletterTitle{
	font-weight:bold;
	font-size:11px;
	color:#007ac3;
	margin-bottom:6px;
}
#newsLetter #newsLetterContent #newsLetterForm { margin:0px; padding:0px;}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter {
	width:175px;
	height:16px;
	margin:0px 0px 0px 0px;
}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter .inputWrapper{
	width:148px;
	margin:0px 0px 0px 1px;
	height:16px;
	background-image:url(/images/site/newsletterBackground.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:140px;
	display:inline;
	float:left;
	color:#666666;
}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter #sendButton{
	display:inline;
	float:left;
	margin: 0px 0px 0px 6px;
}

#newsLetter #outputNewsLetter {clear:right; color:#003366; width:180px;}

#newsLetter #outputNewsLetter #outPutNewsLetterContent {
	margin:5px 0px 0px 0px;
	width:435px; 
	height:40px;
	font-size:10px; 
	line-height:normal;
}

