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