body {
	background-color: #e7e7e7;
}

.wrap {
	width: 710px;
	margin: 0 auto;
}

#mailForm {
	background: transparent url(../images/mailing_list/mailing_list_bg.jpg) no-repeat left top;
	height: 277px;
	position: relative;
}

#mailListForm {
	margin: 0 auto;
	width: 500px;
	position: relative;
	top: 135px;
}

#signMeUp {
	outline: none;
	width: 109px;
	height: 48px;
	text-indent: -9999px;
}

.mailSuccess {
	background: #c8d8a9 url(../images/mailing_list/mailing_list_success.gif) no-repeat left top;
	color: #565f52;
}

.mailError {
	background: #ebd1c7 url(../images/mailing_list/mailing_list_error.gif) no-repeat left top;
	color: #805959;
}

.mailSuccess, .mailError {
	text-align: center;
	width: 596px;
	height: 24px;
	margin: 0 0 0 55px;
	padding: 7px 0 0 0;
}
