    .black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        height: 3500px;
        background-color: #333;
	-webkit-transition:background-color 3s;
        z-index:1001;
        -moz-opacity: 0.5;
        opacity:.50;
        filter: alpha(opacity=50);
    }
    
    .white_content {
        display: none;
/*        position: absolute;*/
        position: relative;
	top:-35px;
/*        top: 900px;
        left: 90px;
*/	
	left:10px;
        width: 500px;
        height: 120px;
	width: 70%;
	height:auto;
        padding: 38px;
        border: 1px solid #666;
		border-radius:15px;
		box-shadow: 10px 10px 5px #888888;
        background-color: white;
        z-index:2002;
        overflow: auto;
	color: #000;
	font-size: 18px;
    }
    .b-close{
	cursor:pointer;
	position:absolute;
	right:16px;
	top:10px;
    }
