#newsletterForm {
	margin-bottom:100px;
}

#newsletterForm div.text {
	float:left;
	width:170px;
	padding:2px;
	font-family:Arial, sans-serif; font-size:11px; font-weight:normal;
}
#newsletterForm div.checkbox {
	float:left;
	padding:2px;
	font-family:Arial, sans-serif; font-size:11px; font-weight:normal;
}
#newsletterForm div.text input {
	float:left;
	position:relative;
	width:170px;
}
#newsletterForm div.text input#legales {
	width:15px;
	margin-top:18px;
	margin-left:5px;
}
*+ html #newsletterForm div.text input#legales {
	margin-top:15px;
	border:0;
}
* html #newsletterForm div.text input#legales {
	margin-top:15px;
	border:0;
}
#newsletterForm input.button {
	position:relative;
	height:19px;
	margin-top:16px;
	padding:0 3px 2px;
	color:#fff;
	background-color:#da161f;
	font-family:Arial, sans-serif; font-size:10px; font-weight:normal;
	text-transform:uppercase;
}
#newsletterForm label.leftCheckbox {
	margin-top:18px;
	margin-left:25px;
}
*+ html #newsletterForm label.leftCheckbox {
	margin-top:20px;
	margin-left:25px;
}
* html #newsletterForm label.leftCheckbox {
	margin-top:20px;
	margin-left:25px;
}
* html #newsletterForm input.button {
	float:left;
	padding:0;
	margin-left:-5px;
}
* html #newsletterForm input#unsuscribe  {
	margin-top:2px;
	margin-left:10px;
}
* + html #newsletterForm input.button {
	padding:1px 0 1px 0;
}

.footerPage .footer div.alert p {
	color:#f00;
}
.footerPage .footer label.error {
	color:#f00;
}
#legalLabel a, #legalLabel a:visited{
	color:#CA0222;
	text-decoration:none;
}
#legalLabel a:hover{
	text-decoration:underline;
}