@charset "utf-8";
/* CSS Document */

/* REG FORM */

#form_reg {
	margin-left: 20px;
}
.form_submit_reg #submit {
	background-image: url(/images/partners/cnt-btn-lgt-117x33.gif);
	width: 117px;
	height: 33px;
	border: none;
	color: #fff;
	background-color: #404042;
	font-weight: bold;
}


/* MIN FORM */

.form_submit_min #submit {
	background-image: url(/images/partners/cnt-btn-lgt-117x33.gif);
	width: 117px;
	height: 33px;
	border: none;
	color: #fff;
	background-color: #404042;
}


/* ALL FORMS */

label {
	display: block;
	margin: 10px 0 2px 0;
}
.form_contactinfo input, .form_contactinfo select {
	width: 300px;
}
.form_submit {
	width: 305px;
}
.form_submit input {
	width: 200px;
}
.recaptcha_div {
	width: 305px;
	min-height: 160px;
}
#form_message {
	color: #5c9f2c;
	margin-bottom: 5px;
}
.error {
	color: #e3001e;
}
.required, .digits {
	color: #000;
}

