.black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        z-index:1001;
        -moz-opacity: 0.7;
        opacity:.70;
        filter: alpha(opacity=70);
    }
    
    .white_content {
        display: none;
        position: absolute;
        top: 10%;
        left: 27%;
	   text-align:center;
        width: 650px;
        height: 650px;
        padding: 16px;
        border: 1px solid #FFF;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
        background-color: white;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.40);
		-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.40);
        z-index:1002;
        overflow: auto;
    }
.white_content .header h1{display:none;}
.white_content .close {
width: 98px;
background: transparent url(../bilder/WhiteClose.gif) no-repeat center;
display: block;
bottom: 16px;;
position: absolute;
right: 16px;
height: 20px;
margin: 0;
outline: none;
}
}