@charset "utf-8";

.content .form_alert_text {
	color: #FF0000;
	display: none;
}

.content .form_submitting_text {
	color: #009900;
	display: none;
}

.content form {
	padding: 5px 0px 0px 30px;
}

.content form .field_title {
	margin-bottom: 3px;
}

.content form .error {
	background: #990000;

}

.form_button {
	background-color: #999999;
	color: #333333;
	font-weight: bold;
}

.login_button {
	margin-left: 5px;
}

.availability_image {
	display: none;
}