/* STYLESHEET FILE DESCRIPTION: Newsletter subscription block styles */



/* NEWSLETTER
######################################### */

#newsletter {
	padding: 0 30px 0 30px;
	display: none;
}

/* Heading */
.newsletter-heading {
	margin-bottom: 20px;
	padding-top: 20px;
	border-bottom: 2px solid #8cc63f;
}

.newsletter-heading h1 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 31px;
	line-height: 38px;
	color: #94ca4c;
	font-family: BasefontThin;
	text-align: center;
}

/* Instructions */
.newsletter-instructions {
	margin: 20px;
}

.newsletter-instructions p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 21px;
}

/* Subscribe */
.newsletter-subscribe {
	padding: 20px;
	border-bottom: 1px solid #d1e0ed;
	border-top: 1px solid #d1e0ed;
}

.newsletter-subscribe form {text-align: center;}

.newsletter-subscribe label {
	margin-right: 10px;
	display: inline-block;
}

.newsletter-subscribe #newsletter-email {width: 200px;}


.newsletter-subscribe .button {
	width: 130px;
	height: 36px;
	margin-left: 10px;
	border: none;
	background: url('/images/generic/button.png') #fff no-repeat;
	background-position: -160px -13px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-decoration: none;	
	-webkit-font-smoothing:antialiased;
	display: inline-block;
}

.newsletter-subscribe .button:hover {background-position: -160px -51px;}

.newsletter-subscribe .button:active {background-position: -160px -91px;}

/* Unsubscribe */
.newsletter-unsubscribe {padding: 20px;}

.newsletter-unsubscribe p {
	font-size: 12px;
	line-height: 16px;
	font-family: Italic;
	color: #666;
}