/*
#error-form-window {
	background: url("/images/bx/auth-form-bg.gif") repeat-x scroll center top #EDEDED;
	color: #323232;
	display: none;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	position: absolute;
	z-index: 10000;
	width: 500px;
}
*/
.error-form-overlay {
	background: none repeat scroll 0 0 black;
	display: none;
	height: 100%;
	left: 0;
	opacity : 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 98;
}
#error-close-form-window {
	cursor: pointer;
	float: right;
	height: 11px;
	text-decoration: underline;
	width: 55px;
}



#error-form-window {
	background: url("/images/bx/auth-form-bg.gif") repeat-x scroll center top #EDEDED;
	color: #323232;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	margin: -50px 0 0 -400px;
	z-index: 100000;
}