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