#simple_page {
	font-size: 12px;
}

/* START: Newsletter */
#simple_page .newsletter {
	position: relative; /* IE fix */
	background: #e0e6f3;
	padding: 6px;
}

#simple_page .newsletter h2 {
	font-family: 16px;
	color: #0F3DA1;
	margin: 0 0 6px 0;
}

#simple_page .newsletter h3 {
	font-family: 14px;
	color: #0F3DA1;
	margin: 6px 0 6px 0;
}

#simple_page .newsletter p {
	margin: 0;
}

#simple_page .newsletter a.signButton {
	display: block;
	float: left;
	background: transparent url('../images/newsletter_left.jpg') no-repeat top left;
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 39px; /* Height of button background height */
	text-decoration: none;
	padding: 0 0 0 11px; /* Width of left menu image */
}

#simple_page .newsletter a.signButton span{
	display: block;
	width: auto;
	background: transparent url('../images/newsletter_right.jpg') no-repeat top right;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #fff;
	padding: 12px 37px 11px 0; /* Set 11px below to match value of 'padding-left' value above */
}

#simple_page .newsletter a.signButton:hover { /* Hover state CSS */
	background-position: bottom left;
	color: #fff;
}
 
#simple_page .newsletter a.signButton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: #fff;
}
/* START: Newsletter */