.newsletterContainer {
	margin-top: 0px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #e2e2e2;
	border: 1px solid #086090;
	margin-bottom: 5px;
	clear: left;
}

.newsletterContainer table {
	width: 100%;
	color: #000;
	border: 1px solid #FFF;
	padding-bottom: 5px;
}
.newsletterContainer input.sub {
	font-size: 14px;
	text-decoration: none;
	width: 90%;
	line-height: 18px;
	height: 18px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	padding: 2px;
	vertical-align: middle;
}


.newsletterContainer table h1 {
	width: 100%;
	display: block;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-color: #ccc;
}

.newsletterContainer table td {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	letter-spacing: 0em;
}

.newsletterContainer input.sub:hover {
	text-decoration: none;
	border: 1px solid #999;
	cursor: pointer;
}

.newsletterContainer input.sub:focus {
	text-decoration: none;
	border: 1px solid #086090;
	cursor: text;
	background-color: #EAFBFF;
}
