@charset "utf-8";
/* CSS Document */
.newsLetter {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:218px;
	height:75px;
	display:inline-block;
}

.newsLetter .newsLetterContent { margin: 0px 0px 0px 0px; }
.newsLetter .newsLetterContent .newsLetterInfo{
	font-size:12px;
	color:#ffffff;
}
.newsLetter .newsLetterContent .newsLetterForm { margin:15px 0px 0px 0px;padding:0px;}
.newsLetter .newsLetterContent .newsLetterForm .inputNewsLetter {
	width:218px;
	height:28px;
	
}
.newsLetter .newsLetterContent .newsLetterForm .inputNewsLetter .inputWrapper{
	width:192px;
	margin:0px 0px 0px 0px;
	height:28px;
	background-image:url(/images/site/newsletterBackground.png);
	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 20px; 
	padding:0px;
	height:26px;
	line-height:26px;
	width:160px;
	color:#1ab7ea;
}
.newsLetter .newsLetterContent .newsLetterForm .inputNewsLetter #sendButton{
	display:inline;
	float:left;
	margin: 0px 0px 0px 0px;
	width:26px;
	height:28px;
}

.newsLetter #outputNewsLetter {clear:right; color:#003366; width:180px;}

.newsLetter #outputNewsLetter #outPutNewsLetterContent {
	margin:5px 0px 0px 0px;
	width:200px; 
	height:40px;
	font-size:11px; 
	line-height:normal;
	color:#ffffff!important;
}
.newsLetter #outputNewsLetter #outPutNewsLetterContent p{color:#ffffff!important;font-weight:bold;}
