#container{
	width: 944px;
	padding-left: 18px;
	padding-right: 18px;
}

.newsletter h2 {
	background: #fff url('../assets/images/newsletter/title.png') no-repeat left;
	position: relative;
	width: 352px;
	height: 60px;
}
 
.newsletter h2 span {
	margin-left: -9999px;
}

.newsletter p, .newsletter label {
	font-size: 15px;
	line-height: 120%;
	color: #666;
}

.newsletter p a{
	color: #666;
}

#newsletterform {
	text-align: center;
	padding: 20px 0 20px 0;
}

.newsletter label {
	display: block;
	padding: 10px 0 5px 0;
} 

#email {
	width: 300px;
}

#country {
	width: 200px;
}

#email, #country {
	color: #666;
	font-size: 13px;
}

label.error {
	color: red;
	font-size: 12px;
	font-weight: bold;
	margin-top: -10px;
	float: none;
	display: block;
}

#status label {
	display: inline;
	padding: 0 15px 0 5px;
}

#status {
	padding: 20px 0 20px 15px;
}

#contact_form{
	text-align: center;
}

h4 {
	padding-top: 30px;
}

#error_container {
	padding-bottom: 15px;
}
