.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: 55%;
    height: 80%;
    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(../images/WhiteClose.gif) no-repeat center;
    display: block;
    bottom: 16px;;
    position: absolute;
    right: 16px;
    height: 20px;
    margin: 0;
    outline: none;
}

.white_content h1, .white_content h2{
    font-size: 28px;
    line-height: 125%;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    color: #992103;
    font-weight: normal;
    font-style: italic;
}

.white_content p {
    font-size: 14px;
    color: #992103;
    padding: 0px;
    margin: 0px;
    line-height: 150%;
}
