/* Newsletter module common css */


.mainnewsletter {
	padding: 0 5px;
}
.mainnewsletter p {
	padding-bottom: 10px;
}

#subscribeFormModule div {
	clear: both;
	height: 2.4em;
}
#subscribeFormModule div label {
	float: left;
}
#subscribeFormModule div input {
	float: right;
	width: 70%;
	background-color: #fbe6e7;
	border: 1px solid #d5948c;
	color: #d5948c;
}
#subscribeFormModule div input.button {
	width: auto;
	background-image: url(../../../templates/firenza/img/bg-leftcol-button.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 236px;
	height: 42px;
	border: 0;
}
div#subscribebutton {
	padding-bottom: 15px;
	clear: both;
}