/* overlayBox */
#overlayBox {
	display:none;
	float:left;
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	/*width:100%; height:100%;*/
	z-index:1000;
	background-color: white;
	cursor:default;
	/*background: url(../../../imgs/layout/bg-overlay.jpg) no-repeat center top;*/
	background-color: black;	}
	
#containerBox {
	position:fixed!important;
	position:absolute;
	top:50%;
	left: 50%;
	width:200px;
	height:200px;
	background-color: white;
	border: 10px solid white!important;
	margin-top:-100px;
	margin-left:-100px;
	z-index:10001;	}
	
#containerBox #overlayBoxClose {
	float:left;
	position:absolute;
	top:0;
	right:10px;
	width:11px;
	height:11px;
	line-height:11px;
	padding:7px;
	cursor:pointer;
	z-index:100;
	background: white url(./imagens/overlay_box_close.gif) no-repeat center;	}
	
#containerBox #containerData {
	width:100%;
	float:left;
	height:100%;
	display:none;	}

#ajaxStatus {
	width:100%;
	height:100%;
	float:left;
	background: white url(./imagens/loading.gif) no-repeat center fixed;	}
