.form_contener {
}

.form_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity = 75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	background-color: #ffffff;
}

.form_overlay table {
	height: 75%;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
}

.form_overlay .form_loader {
	padding-bottom: 35px;
	background: url(./../images/loader_form.gif) no-repeat center bottom;
}

.form_success {
	color: #00aa00;
	border: solid #00aa00;
	background: url(./../../admin/images/accept.png) no-repeat 3px 3px;
}

.form_error {
	color: #aa0000;
	border: solid #aa0000;
	background: url(./../../admin/images/exclamation.png) no-repeat 3px 3px;
}

.form_success,.form_error {
	line-height: normal;
	border-width: 1px 0px;
	display: none;
	text-align: left;
	padding: 0px 0px 0px 24px;
	margin: 0px 0px 10px 0px;
	line-height: 22px;
	font-weight: bold;
}