
.outerDIV{
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	width:100%;
	height:100%;
}

.innerDIV{
	position:absolute;
	text-align:center;
    color:#777777;
	width:100%;
	clear:both;
}
.closeButton{

}
