body {
	_height:100%;
}

p {
	margin:0 0 10px 0;
}
	
.login_error {
	position:absolute;
	top:100px;
	left:210px;
	width:498px;
	background:#fff;
	color:#000;
	border:1px solid #ccc;
	z-index:1001;
}

.login_error a {
	color:#f00;
}

.login_error .buttonfix {
	position:relative
}

.login_error .buttonfix .content {
	padding:10px;
}

.warning {
	float:left;
	padding-right:12px;
}

.warning-text {
	float:left;
	width:380px;
}

.login_close {
	position:absolute;
	bottom:0;
	right:0;
	background:#333;
	color:#fff;
	font-size:11px;
	padding:6px;
}

a.login_close {
	color:#fff;
}

.site_cover {
	position:fixed;
	_position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	width:100%;
	height:100%;
	z-index:1000;
	background:#000;
	opacity:0.5;
	filter: alpha(opacity=50);
}

.error-head {
	background-color:#333;
	color:#fff;
	font-weight:bold;
	width:492px;
	padding:3px;
}
