/* New YUI please wait styles */

.pleaseWait {
	text-align: center;
	height: 221px;
	margin: 0; 	
	padding: 0;
	border: 0;
	background: url('/images/Common/bg_popup_box.png') no-repeat top left; 	
}

.pleaseWait .pleaseWaitContent {	
	padding: 25px 0 15px 0;
}

.pleaseWait h3 {
	display:inline;
	font-size: 18px;
	padding: 10px 0 15px 0;	
}

.pleaseWait p.pleaseWaitBody {
	margin: 20px 0 0 0;
	font-size: 16px;	
}

.pleaseWait p img{
	margin: 20px 0 15px 0;	
}

.yui-panel .container-close {
	margin: 15px 60px 0 0;
}

.yui-panel {
	border: 0px !important;
	background-color : transparent !important;
}

/* OLD please wait styles */
.clsTransparentScreen {
	z-index: 2000;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;	
	position:absolute;	
	background-color: #cccccc;	
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	display: none;
}

.clsLoadingContent {
	width:300px;
	height:90px;
	margin:0;
	padding:15px 5px 5px 15px;
	position:absolute;
	top:-5px;
	left:-5px;
	text-align:center;
	background:#FFF;
	border: 1px solid #000;
	font-size:1.3em;
	z-index:2001;
	display:none;
}

