@charset "utf-8";
#mdiv {
	background-color: #000D20;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 5000;
}

#lbox{
	position: absolute;
	z-index:9999;
	width:800px;
	margin-top: 120px;
	margin-right: auto;
	margin-left: -420px;
	left: 50%;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 110px;
	background-color: #FFFFFF;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#rbox{
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 9998;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #333333;
}

#rbox_left {
	float:left;
	padding: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

#rbox_left a {
	color: #FFFFFF;
	text-decoration: none;
}

#rbox_left a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#rbox_right {
	float:right;
	padding: 20px;
}

#simpbox {
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
