fieldset {
	padding: 5px 0px;
	width: 80%;
}

fieldset input,
fieldset select,
fieldset#birthdate {
	float: right;
	width: 212px;
}
fieldset select {
	float: right;
	width: 216px;
}
*:first-child+html fieldset select {
	width: 218px;
}
* html fieldset select {
	width: 218px;
}

fieldset#birthdate select {
	float:none;
	width: 70px;
}
fieldset#birthdate select#month {
	float:none;
	width: 84px;
}

fieldset#birthdate {
	float:right;
	width: auto;
	padding: 0px;
	margin-right:60px;
}

form input#send {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#566FA7 none repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:8px;
	height:14px;
	line-height:14px;
	padding:0;
	width:58px;
	margin-top: 10px;
}

form input#optin-fek,
form input#optin-pg {
	float: left;
	width: 13px;
}

form p {
	margin-top: 14px !important;
}

fieldset.optin {
	margin-top: 8px !important;
}

fieldset.optin label {
	float: right;
	width: 90%;
}

#newsletter_content input.error,
#newsletter_content select.error {
	border:1px solid #A75653;
}

#newsletter_content label.error {
	color: #A75653;
}


#main {
	min-height: 776px;
    height: auto !important;
    height: 776px;
}
