﻿.Mask
{
	background-color:  #D4D0C8;
	position:           absolute; 
	top:                0px; 
	left:               0px; 
	width:              100%; 
	height:             100%; 	
}
.MaskBck
{
	background-color:   black;
	position:           absolute; 
	top:                0px; 
	left:               0px; 
	width:              100%; 
	height:             100%; 
	z-index:            1;	
}
/* #DFDFDF 
#D7D7D7 
#D4D0C8 
*/

.MsgPopup
{	
	border:             #FFA800 1px solid;		
	position:           absolute;	
	background-color:   white;
	width:              200px; 
	z-index:            3000;
	text-align:         center;
}
/* #EC9900 */
.MsgPopup .Title
{	
	font-family:        Arial;
	font-size:          10pt;
    color:              #4A5460;  	
	text-align:         center;
	margin-top:         10px;	
	margin-bottom:      10px;	
}
.MsgPopup .ImgLoad
{	
	background:         url('../graphic/catalog/wait.gif') no-repeat;
	background-position: center;
	width:              200px;
	height:             32px;
	vertical-align:     middle;
}