.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

.white_content {
	display: none;
	position: absolute;
	padding: 16px;
	background-color: white;
	z-index:1002;
	overflow: auto;
    padding:20px;
    padding-top:0;
}

.yang_lightbox_top_bar {
    clear:both;
    width:100%;
    height:20px;
    color:black;
    font-weight:bold;

}

a {
    text-decoration: none;
}