/* BUBU STYLE */
/*##############################################*/
.BUBU_OVERLAY
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-height:50px;
	background:#000 !important;
	cursor:pointer;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	z-index:9999;
}
.BUBU_OVERLAY_BOX
{
	position:absolute;
	top:0px;
	left:0px;
	border:10px #FFFFFF solid !important;
	min-width:50px;
	width:50px;
	min-height:50px;
	height:50px;
	background:#FFF !important;
	z-index:10000;
}
.BUBU_OVERLAY_CONFIRM_BOX
{
	position:absolute;
	top:0px;
	left:0px;
	border:10px #FFFFFF solid !important;
	background-color:#f1f1f1 !important;
	padding:15px;
	width:400px;
	min-height:130px;
	z-index:10000;
}

.BUBU_OVERLAY_DG_BOX
{
	position:absolute;
	top:0px;
	left:0px;
	border:10px #8CC542 solid !important;
	background-color:#f1f1f1 !important;
	padding:15px;
	min-height:130px;
	min-width:324px;
	z-index:10000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.BUBU_CLOSE_BTN
{
	position:absolute;
	top:-25px;
	left:25px;
	width:100%;
}
.BUBU_CLOSE_BTN div
{
	float:right;
	height:40px;
	width:40px;
	background-image:url("/images/bubu_close.png");
	background-repeat:no-repeat;
	cursor:pointer;	
}
.BUBU_NAV
{
	border-top:2px #CCC solid;
	padding-top:3px;
	margin-top:5px;
	height:28px;
}
.BUBU_BTN_SEP
{
	float:right;
	display:block;
	width:8px;
	height:10px;
}
/*##############################################*/

