@charset "utf-8";
/* CSS Document */

.closeBox{
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	border:1px solid #FFF;
	background-color:#FFF;
	color: #036;
}
.Absolute-Center {
  width: 50%;
  height:50%;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top:0; left: 0; bottom: 0; right: 0;
  background-color: #FFF;
  z-index:3;
  visibility: hidden;
  border:5px solid #FFF;
}
.Absolute-Center div{
	position:absolute;
	height:100%;
	width:100%;
	background-color: #CCC;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.Absolute-Center div span{
	position:absolute;
	bottom:0px;
	right:0px;
	width:70px;
	background:rgba(24,10,33,.5);
	color: #FFF;
	font-size:100%;
	font-weight:bold;
	height:20px;
	cursor:pointer;
}
#rev{
	position:absolute;
   width: 20%;
  height:15%;
  overflow: auto;
  margin: auto;
  top:0; left: 0; bottom: 0; right: 0;
  border:1px solid #066;
  font-family:Verdana, Geneva, sans-serif;
  font-size:16px;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  color:#0FF;
}
#rev:hover{
	background-color:#FFF;
	color:#036;
}