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