div.greyzone {
	z-index: 1000;
	position: absolute;
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	
	width: 100%;
	height: expression(document.body.clientHeight + "px");


	opacity: 0.5;
	filter: alpha(opacity = 50);
	background-color: black;
}

div.greyimg {
	z-index: 10001;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	padding: 10px;
	margin-top: 10%;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: center;
}

div.greyimg img {
	margin-top: 5px;
	border: 0px;
}

div.greyimg a {
	font-family: verdana, arial, helvetica;
	color: white;
	font-weight: 700;
	text-decoration: none;
}

div.greyimg div.bottom {
	margin: auto;
	background: #62227C;
	text-align: center;
}
div.image {
	float: left;
	margin: 3px;
	width: 110px;
	height: 110px;
	padding: 5px;
	text-align: center;
	background-color: #ECEDED;
	border: 1px solid #89599D;
}
