/* Modal popup */

.hidelbl
{
    display:none;
    }

.popupbg{
	background-color: gray; 
	filter: alpha(opacity=60); 	
	opacity: 0.60;
}

.popupbgWhite
{
	background-color: white; 
	filter: alpha(faopacity=60); 	
	opacity: 0.60;
}
.popupdiv2
{
    font-size:12px;
	background-color: WhiteSmoke;
	border: solid 1px #faf4df;
	width: 450px;
	display: block;
	text-align:center;
	color:#6f6f6f;
	cursor:default;
}

.popupdiv2 table
{
	text-align:left;
}

.popupOverlay
{
    background-color:Transparent;
    width:100%;
    height:100px;    
    position:absolute;
}

.popupbgOverlay
{
    background-color: White; 
	filter: alpha(opacity=80); 
	opacity: 0.80; 	
}

.closeX
{
    float:right;
    padding-right:5px;
    font-size:14px;
    color:#d9338c;
    font-weight:bold;
    }
    
.popupHeader
{
	font-weight: bold; 
	height: 25px; 
	background: #ff494a;
	color:#ffffff;
}