.png{
	behavior:url(/vip/css/iepngfix.htc);
}
.MBox {
	position:absolute;
	background:#7a8113;
	width:450px;
}
.MBox-contener-bg{
	filter:alpha(opacity=0);
	background:#000;
	opacity:0.3;
	position:absolute;
	z-index:-20;
	top:0;
	left:0;
}
.MBox-border div{
	position:absolute;
	background:url(dialog-bg.png) no-repeat;
}

.MBox .icon{
	width:90px;
	height:83px;
	background:url(icon.png) no-repeat center top;
	float:left;
}

.MBox-border .lt{
	background-position:0 0;
	height:15px;
	left:-15px;
	top:-15px;
	width:15px;
}
.ie6 .MBox-border .lt{background:url(ie6/_01.png);}

.MBox-border .t{
	background-position:-28px 0;
	height:15px;
	top:-15px;
	width:100%;
	
}
.ie6 .MBox-border .t{background:url(ie6/_02.png);}

.MBox-border .rt{
	background-position:-730px 0;
	height:15px;
	right:-15px;
	top:-15px;
	width:15px;
}
.ie6 .MBox-border .rt{background:url(ie6/_03.png);}
.MBox-border .l{
	background-position:-762px 0;
	height:100%;
	left:-15px;
	top:0;
	width:15px;
	background-repeat:repeat-y;
}
.ie6 .MBox-border .l{background:url(ie6/_05.png);}
.MBox-border .r{
	background-position:-798px 0;
	background-repeat:repeat-y;
	height:100%;
	right:-15px;
	top:0;
	width:15px;
}
.ie6 .MBox-border .r{background:url(ie6/_07.png);}
.ie6 .MBox-border .l,.ie6 .MBox-border .r{
	height:expression(this.offsetParent.offsetHeight+"px");
}
.ie6 .MBox-border .t,.ie6 .MBox-border .b{
	width:expression(this.offsetParent.offsetWidth+"px");
}

.MBox-border .lb{
	background-position:0 -70px;
	bottom:-15px;
	height:15px;
	left:-15px;
	width:15px;
}
.ie6 .MBox-border .lb{background:url(ie6/_08.png);}

.MBox-border .b{
	background-position:-33px -70px;
	bottom:-15px;
	height:15px;
	width:100%;
}
.ie6 .MBox-border .b{	background:url(ie6/_09.png);}
.MBox-border .rb{
	background-position:-730px -70px;
	bottom:-15px;
	height:15px;
	right:-15px;
	width:15px;
}
.ie6 .MBox-border .rb{background:url(ie6/_10.png);}





.MBox .MBox-btns a{
	display:block;
	position:absolute;
	z-index:100001;
	top:-18px;
	height:12px;
	width:12px;
	overflow:hidden;
}
.MBox .MBox-btns a:hover{
	background-position:right -25px;
}
.MBox  .MBox-btns .MBox-btns-close{
	right:2px;
	width:21px;
	height:20px;
	top:-2px;
	background:url(ie6/_04.png) no-repeat right top;
}

.MBox-contener{
	position:relative;z-index:1000;background:#7a8113;height:100%;
}

.MBox-title{
	font-size:14px;
	font-weight:600;
	color:#FFF;
	padding-top:10px;
	
}


.MBox-main{
	position:relative;
	top:0px;
	left:0px;
	z-index:10000;
	padding-top:10px;
	color:#fff;
	font-size:12px;
	line-height:20px;
	
	
}
.MBox-footer{
	clear:both;
	color:#fff;
	line-height:20px;
	font-size:12px;
	border-top:1px dotted #ffe400;
	margin:10px 20px;
	padding-top:0px;
}


.MBox a{
	color:#ffe400;
	text-decoration:underline;
}


.MBox-frmbg{
	width:100%;	
	height:100%;
	opacity:0.3;
	position:absolute;
	filter:alpha(opacity=30);
	top:0;
	left:0;
	background:#fff;
	margin:0;
}



