﻿/* ------------------------- Popup Classes ------------------------- */
.overlay { position:fixed; z-index:99; top:0px; left:0px; background-color: #FFFFFF; width:100%; height:100%; filter: Alpha(Opacity=80); opacity: 0.80; -moz-opacity: 0.80; }
* html .overlay { position: absolute; }

.popUpPanel
{
	background-color: #FFFFFF;
	padding:5px 5px 5px 5px;
	display:block;
	border:solid 1px #999999;
}
.popUpBackground
{
	background-color: #cccccc;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-top: 0px;
}
.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}