.black_overlay{
	display: none;
	/*
	position: relative;
	width: 500px;
 	text-align: center;
	margin: 0 auto;
	*/
    position: absolute;
    top: -225px;
    left: 43%;
    width: 500px;
    height: 350px;
	margin-left: -250px;

    background-color: #069;
    z-index:1;
	-moz-border-radius-bottomleft: .8em;
	-moz-border-radius-bottomright: .8em;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
    position: absolute;
    top: -200px;
    left: 43%;
    width: 460px;
    height: 310px;
	margin-left: -240px;
	padding: 10px;

    /*padding: 16px;*/
    /*border: 2px solid orange;*/
	-moz-border-radius-bottomleft: .8em;
	-moz-border-radius-bottomright: .8em;
    background-color: white;
    z-index:2;
    overflow: hidden;
}
.white_content p {
	padding: 10px;
}

.white_content strong {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
