div.auth-anchor {
	background: url("/images/lock.gif") 3px 3px no-repeat;
	font-weight:bold;
	padding:3px 3px 3px 19px;
}

div.auth-anchor a {
	color:#2E7EC8;
	font-weight:bold;
	font-size: 11px;
	line-height: 120%;
}

div.auth-body{
	position: absolte;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	vertical-align: middle;
}

div.auth-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1001;
	background: #000000;
}

div.auth-center {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1002;
}

div.auth-form {
	position: absolute;
	top: -165px;
	left: -165px;
	width: 330px;
	border: 1px solid #C4C4C4;
	z-index: 1003;
}

div.auth-form div.title {
	text-align: left;
	margin: 0;
	padding: 3px 6px 6px 6px;
	font-weight: bold;
	background: #D4DCDF;
}
div.auth-form div.text {
	text-align: left;
	margin: 0;
	padding: 30px 60px;
	background: #F1F2F4;
	font-size: 100%;
	line-height: 170%;
}

input.button-login {
	background: #D1D2D4;
	border: 1px solid #C4C4C4;
	cursor: pointer;
	padding: 3px 20px;
}

input.button-login:hover {
	background: #E1E2E4;
}

input.unbutton {
	background: none;
	border: none;
	font-size: 11px;
	line-height: 120%;
	color:#2E7EC8;
	cursor: pointer;
	padding: 0;
	font-weight:bold;
}