body .content .newsletter {
	width: 900px;
	height: 320px;
	text-align: center; /* Center - IE */
	margin-right: auto; /* Center - Browsers other than IE */
	margin-left: auto; /* Center - Browsers other than IE */
	background: url(images/background_newsletter.gif) no-repeat;
}

body .content .newsletter .left {
	width: 860px;
	float: left;
	text-align: left;
}

body .content .newsletter .padding {
	width: 20px;
	float: left;
	text-align: left;
}

body .content .newsletter .left .item {
	width: 860px;
	text-align: left;
}

body .content .newsletter .left .item .label {
	width: 100px;
	height: 30px;
	float: left;
	text-align: left;
}

body .content .newsletter .left .item .input {
	width: 760px;
	height: 30px;
	float: left;
	text-align: left;
}




