.black_overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 150em;
    height: 120em;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.70;
    filter: alpha(opacity=70);
}

.white_content {
    display: none;
    position: absolute;
	top: 25%;
    left: 25%;
    width: 460px;
    padding: 16px;
    border: 1px solid;
    background-color: white;
	background-attachment: fixed;
    z-index:1002;
    overflow: auto;
}
.light-box
{
	cursor: hand;
	border: 0;
}

.popupimage
{
	float: right;
	margin: 0px 15px 15px 15px;
}
.bottomrow
{
	width: 100%;
	text-align: right;
	margin-top: 10px;
}
#bottomrow a,#bottomrow a:visted,#bottomrow a:hover,#bottomrow a:active
{
	font-weight: bold;
	text-decoration: none;				
}
.subheader
{
	font-weight: bold;
	color: blue;
}
