
.bxn-dialog .head .d-left{
	background: url('../images/dialog-head-left-bg.gif') no-repeat;
	width: 10px;
	height: 38px;
}
.bxn-dialog .head .d-center{
	background: url('../images/dialog-head-repeat-bg.gif') repeat-x;
	height: 38px;
	vertical-align: top;
}
.bxn-dialog .head .d-center .ico{
	float: left;
	margin:8px 5px 0px 0px;
	_margin:6px 5px 0px 0px;
}
.bxn-dialog .head .d-center .title{
	line-height: 32px;
	display: inline-block;
	float: left;
}
.bxn-dialog .head .d-center .close{
	display:inline-block;
	width:36px;
	height:18px;
	float: right;
	background: url('../images/dialog-ico-close.png') no-repeat;
}
.bxn-dialog .head .d-right{
	background: url('../images/dialog-head-right-bg.gif') no-repeat;
	width: 4px;
	height: 38px;
}

.bxn-dialog .body .d-left{
	background: url('../images/dialog-body-left-bg.gif') repeat-y;
	width: 10px;
	height: auto;
}
.bxn-dialog .body .d-right{
	background: url('../images/dialog-body-right-bg.gif') repeat-y;
	width: 10px;
	height: auto;
}
.bxn-dialog .body .d-center{
	background-color: #ffffff;
	border:1px solid #c3c3c3;
	/*width: 100%;*/
	vertical-align: top;
}
.bxn-dialog .body .d-center .d-center-content{
	position: relative;
}
.bxn-dialog .body .d-space{
	height:10px;
	background-color: #f6f6f6;
}

.bxn-dialog .foot .d-left{
	background: url('../images/dialog-foot-left-bg.gif') no-repeat;
	width: 10px;
	height: 42px;
}
.bxn-dialog .foot .d-center{
	background: url('../images/dialog-foot-repeat-bg.gif') repeat-x;
	text-align: right;
	padding-right: 5px;
}
.bxn-dialog .foot .d-right{
	background: url('../images/dialog-foot-right-bg.gif') no-repeat;
	width: 4px;
}


.bxn-dialog .bxn-tip-altertable .warning{
	background: url('../images/tip-s-warning.png') no-repeat;width : 50px;height: 50px;
}
.bxn-dialog .bxn-tip-altertable .tip{
	background: url('../images/tip-s-tips.png') no-repeat;width : 50px;height: 50px;
}
.bxn-dialog .bxn-tip-altertable .error{
	background: url('../images/tip-s-error.png') no-repeat;width : 50px;height: 50px;
}
.bxn-dialog .bxn-tip-altertable .ok{
	background: url('../images/tip-s-ok.png') no-repeat;width : 50px;height: 50px;
}
.custom-dialog-body-bg .body .d-left{
	background: url('../images/dialog-body-left-bg-custom.gif') repeat-y;
}
.custom-dialog-body-bg .body .d-right{
	background: url('../images/dialog-body-right-bg-custom.gif') repeat-y;
}
.custom-dialog-body-bg .body .d-center {
    border: 1px solid #fff;
}
.custom-dialog-body-bg .body .bxn-tip-altertable{
	text-align:center;padding:4px;width:100%;
}
.custom-dialog-body-bg .body .bxn-tip-altertable-icon{
	padding-bottom:4px;
}