@charset "utf-8";
/* CSS Document */

body {background:#FCF5E0;}

.membership a { color:#9F274B; }

.form { background-color:#DECE9E; color:#9F274B;}
.logo h1 {color:#9F274B;}


.headline p { color:#000000; }

.form form input.button,
.form form button {
	color:#fff;
	background:url(../images/button_bg-red.png) repeat-x;
	}


.footer , .footer a{
	color:#9F274B;
}
.error_field {
    border: 2px solid blue !important;
    background-color: #EFE4B0;
}
.ok_field {
    border: 1px solid #22B14C !important;
}