@charset "utf-8";
.forbid-msg {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 120;
	width: 100%;
	height: 100%; 
	background: #000; 
	opacity: 0.1;
	filter:alpha(opacity=10);
}

.msg-layer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 121;
	width: 100%;
	height: 100%;
}


.msg-layer .msgbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 480px;
	height: auto;
	margin-left: -240px;
	margin-top: -130px;
	text-align: left;
	color: #333;
	background: #dbdbdb;
	border: 1px solid #ccc;
	padding: 10px;
}

.msg-layer .msgbox-title {
	color: #fff;
	background-color: #6cb42b;
	position: relative;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.msg-layer .msgbox-close{
	position: absolute;
	right: 25px;
	top: 13px;
	background: url("../../img/box/window-close.png") no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.msg-layer .msgbox-content {
	padding: 10px;
	height: auto;
	vertical-align: middle;
	background-color: #fff;
}

.msg-layer .msgbox-icon {
	width: 100px;
	position: absolute;
}

.msg-layer .msgbox-info {
	text-align: center;
	padding:20px;
	margin: 0;
}

.msg-layer .msgbox-btnbar {
	position: absolute;
	background-color: #f4f4f4;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	bottom: 0;
	left: 0;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #D5D3D3;
}

.msgbox .clsBtn {
    display: block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 22px;
    right: 30px;
    background: url(../img/icons.png) -48px -96px no-repeat;
}
.msgbox .bigIcon {
    width: 48px;
    height: 48px;
    background-image: url(../../img/core/icons.png);
    background-repeat: no-repeat;
    background-position: 48px 0;
}
.msgbox .bigIcon.info {
	background-position: 0px 0px;
}
.msgbox .bigIcon.confirm {
	background-position: -48px 0px;
}

.msgbox-btnbar button.btn {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	width:80px;
}

.msgbox-btnbar button.btn.btn-info{
	border-radius: 5px !important;
}

.forbid-box{
	opacity: 0.3;
	filter:alpha(opacity=30);
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #000;
}
.msgbox-content .ui-btn-warp .btn:first-child{
	margin-right: 0;
}
.msgbox-content .ui-btn-warp .btn-cancel{
	margin-left: 20px;
}