.black_overlay{
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #303030;
   z-index:1001;
   -moz-opacity: 0.8;
   opacity:.80;
   filter: alpha(opacity=80);
}
.white_content {
   display: none;
   position: absolute;
   top: 50px;
   left: 25%;
   width: 50%;
   height: 470px;
   padding: 16px;
   border: 5px solid orange;
   background-color: white;
   z-index:1002;
   overflow: auto;
	 text-align:center;
}

.white_content p {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
}	
.white_content a {
	 cursor: hand;
}	 
