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