* {
 margin:0;
 padding:0
}
html, body {
background-color:#000000;
 height: 100%;
 width: 100%;
 font-size:12px
}
.white_content {
 display: none;
 position: absolute;
 top: 20%;
 left: 20%;
 width: 800px;
 padding: 10px 10px 0px 0px ;
 border: 1px solid #7C7C7C;
 background-color:#232323;
 z-index:1002;
 overflow: auto;
}
.black_overlay {
 display: none;
 position: absolute;
 top: 0%;
 left: 0%;
 width: 100%;
 height: 100%;
 background-color:#000000;
 z-index:1001;
 -moz-opacity: 0.8;
 opacity:.50;
 filter: alpha(opacity=70);
}
.close {
 float:right;
 clear:both;
 width:100%;
 text-align:right;
 margin:0 0 6px 0
}
.close a {
 color:#333;
 text-decoration:none;
 font-size:14px;
 font-weight:700
}

