﻿.modalpopupcontainer
{
	padding: 5px 5px 5px 5px;
	border: 2px solid #393939;
	top: 150px !important;/*Changing to pixels because the position is now absolute*/
	position: absolute !important;
	background: #ffffff;
	display:none;
	z-index:1001;
	border-radius: 10px 10px 10px 10px;
}
.modalpopuptext
{
	font-size: 8pt;
	color: #ef7d1c;
	font-family: verdana,arial,helvetica,sans-serif;
}
.modalbackground 
{
	background-color:#000;
	opacity:.25;
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:1000;
	filter:alpha(opacity=25);
	display:none;
}
*html .modalbackground {position:absolute;}
.framemodalbackground 
{
	position:fixed;
	opacity:.25;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	border:none;
	filter:alpha(opacity=25);
	display:none;
}
*html .framemodalbackground {position:absolute;}
.modalpopupcontainer .pleasewait
{
	font-size: 9pt;
	font-weight:bold;
	position: relative;
	height:80px;
	padding: 60px 0 0 120px;
	background:url('../../Images/pleasewait.gif') no-repeat 30% 50%;
}


.modalpopupcontainer_disable
{
	display:none;
}
.modalbackground_disable 
{
	background-color:#ffffff;
	opacity:.45;
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:1000;
	filter:alpha(opacity=35);
	display:none;
}
*html .modalbackground_disable {position:absolute;}
.framemodalbackground_disable 
{
	position:fixed;
	opacity:.45;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	border:none;
	filter:alpha(opacity=45);
	display:none;
}
*html .framemodalbackground_disable {position:absolute;}

.planfavoritemodalpopupcontainer
{
    padding: 5px 5px 5px 5px;
    border: 2px solid #333;
    top: 20% !important;
    position: fixed !important;
    background: #fff;
    display:none;
    z-index:1001;
    border-radius: 10px 10px 10px 10px;
    width: auto !important;
    height: auto;
    max-height:500px;
    max-width:650px;
}