@charset "utf-8";
/* CSS Document */
#newsLetter {
	margin:5px 0px 0px 9px;
	padding:0px 0px 0px 0px;
	width:175px;
	height:55px;
	display:inline-block;
}

#newsLetter #newsLetterContent { margin: 5px 0px 0px 0px; }
#newsLetter #newsLetterContent #newsLetterForm { margin:0px; padding:0px;}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter .inputWrapper {
	background-image:url(/images/site/newsletterInputBackground.jpg);
	background-repeat:no-repeat;
	width:149px;
	height:21px;
	font-size:1em;
	display:inline;
	float:left;
	margin:0px 0px 0px 0px;
}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter .inputWrapper input {
	background-color:transparent;
	border:1px solid transparent;
	border:none;
	margin:3px 0px 0px 4px; 
	padding:0px;
	font-size:9px;
	height:17px;
	width:140px;
	display:inline;
	float:left;
	color:#333333;
}
#newsLetter #newsLetterContent #newsLetterForm #inputNewsLetter #sendButton{
	display:inline;
	float:left;
	margin: 0px 0px 0px 2px;
}

#newsLetter #outputNewsLetter {clear:right; color:#003366; width:240px; display:none;}

#newsLetter #outputNewsLetter #outPutNewsLetterContent {width:147px; height:40px;display:inline;float:left; font-size:10px; line-height:normal;}
#newsLetter #outputNewsLetter #outPutNewsLetterContent p {float:left; display:inline; margin-right:3px;}

#newsLetter #outputNewsLetter #backButton {
	display:inline;
	float:left;
	margin: 0px 0px 0px 4px;
}
