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