#overlay {
	background: url("../images/overlay.png");
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 200%;
}

* html #overlay {
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		        src="../images/overlay.png", sizingMethod="scale");
}

#box {
	color: #FFF;
	width: 300px;
	background: url("../../themes/nvzd/images/lightbox_bg.png") no-repeat left top;
	padding: 10px;
	border: 1px solid #fff;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

	#box a.loginform{
		text-decoration: none;
		font-weight: bold;
		font-size: 10px;
		text-decoration: underline;
		color: #fff;
		letter-spacing: 0.05em;
	}

	#box h1{
		color: #fff;
		font-size: 18px;
		margin: 0;
		padding: 0;	
		letter-spacing: 0.05em;
		margin-bottom: 2px;
	}
	
	#box table{
		margin-top: 20px;
		margin-left: 20px;
		font-size: 12px;
		font-weight: bold;
	}
	
	#box input{
		font-size: 12px;
		border: 1px solid #fff;
		padding-left: 5px;
		margin-left: 10px;
	}
	
	input.button{
		font-weight: bold;
		width: 125px;
		background: #505d68;
		color: #fff;
	}

#close {
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
}