﻿.modalBackground {
	background-color:#010910;
	filter: alpha(Opacity=80); -moz-opacity:0.8; opacity: 0.8;
}

.modalBackgroundLight {
	background-color:#D8DEE2;
	filter: alpha(Opacity=60); -moz-opacity:0.6; opacity: 0.6;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:4px;
	border-style:solid;
	border-color:#98C2E5;
	padding:3px;
	width:250px;
}

.progressModalPopup {
	background-color:#FFFFFF;
	border: solid 4px #7B8DA2;
	padding:3px;
	width:250px;
}

.modalPopupLight
{
    text-align:center;
    padding: 10px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:200px; 
    height:60px;
}

.modalPopupLightPanel
{
    text-align:center;
    padding: 10px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
}

.modalPopupCustom {
	background-color:#FFFFFF;
	border-width:4px;
	border-style:solid;
	border-color:#98C2E5;
	padding:3px;
	width:250px;
}

.popupContainerFixed
{
	vertical-align: middle;
	 position: fixed; 
	 left: 0px; 
	 top: 0px; 
	 z-index: 100001; 
	 width: 100%; 
	 height: 100%;
	 background-color:#010910;
	 padding-top: 80px;
}
