#splash {
	background-color:#58585A;
	height: 100%;
	left: 0pt;
	opacity: 0.6;
	filter: alpha(opacity=60);
	padding-bottom: 20%;
	position:absolute;
	top: 0pt;
	width: 100%;
	z-index: 90;
}

#splash_top {
	height:100%;
	left:0pt;
	position:absolute;
	top:0pt;
	width:100%;
	z-index:100;
}

#splash_top .box {
	background-color: #FFFFFF;
	border-color: #58585A;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	margin: 20% auto auto;
	padding: 6px;
	width:400px;
}

#close_splash {
	background-image : url(../img/cross.png);
	background-position : top;
	background-repeat : no-repeat;
	border-color: #58585A;
	border-style: solid;
	border-width: 0px;
	float:right;
	height:18px;
	overflow:auto;
	width:18px;
	text-decoration:none;
}