.dialog {
	
}
.dialog .bd {
	margin:10px 5px;
}

.dialog4msg {
	position:static;
	background:#E2EBC9;
	min-width:100px;
	border:1px solid #94BB87;
	border-left:none;
	border-right:none;
	padding:2px 5px;
	margin-bottom:5px;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.dialog4msg .messager-body {
	background:url(../images/messager_icon_ok.gif) no-repeat left;
	text-indent:10px;
	border:none;
	font-size:14px;
	font-weight:bold;
	color:#738A3C;
}
.dialog4msg-false {
	border:1px solid #EBA8A7;
	border-left:none;
	border-right:none;
	background:#fcdad7;
}
.dialog4msg-false .messager-body {
	background:url(../images/messager_icon_false.gif) no-repeat left;
	color:#DA0F0B;
}
.dialog4msg-forbid {
	border:1px solid #E5C4A3;
	background:#FFF4E4;
}
.dialog4msg-forbid .messager-body {
	background:url(../images/messager_icon_forbid.gif) no-repeat left;
	color:#E78831;
}

.dialog-slide {
    position:absolute;
    top:56px;
    z-index:3;
    border:none;
    background:#F09A13;
    _border:1px solid #142424;
    border-top:none;
    padding-top:0;
    padding-bottom:0;
    padding-left:10px;
    -moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
.dialog-slide .messager-body {
    height:35px;
    line-height:35px;
    padding-top:0;
    padding-bottom:0;
    text-indent:25px;
    color:#fff;
    font-weight:normal;
    background-image:url(../images/message_slide_ok.png);
    -moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.dialog-slide.dialog4msg-false {
    background:url(../images/message_slide_bg2.png) repeat-x;
}
.dialog-slide.dialog4msg-false .messager-body {
    color:#CD4141;
    background-image:url(../images/message_slide_fail.png);
}


.alerts-dialog {
    position:relative;
    padding:0;
    background: #fff;
    font-size: 12px;
  	border:5px solid #7e7d7d;
  	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    width:250px;
}
.alerts-dialog .hd  {
    padding-left:5px;
    display:block;
}
.alerts-dialog .hd .t{
    padding:0 40px 0 25px;
}
.alerts-dialog .hd .alert {
    background:url(../easyui/icons/message.png) no-repeat 3px;
}
.alerts-dialog .hd .confirm {
    background:url(../easyui/icons/help.png) no-repeat 3px;
}
.alerts-dialog .hd .prompt {
    background:url(../easyui/icons/filesave.png) no-repeat 3px;
}
.alerts-dialog .close {
    display:block;
    position:absolute;
    top:-20px;
    right:-20px;
    width:36px;
    height:36px;
    cursor:pointer;
    background:url(../images/ico.gif) no-repeat -35px 3px;
}
.alerts-dialog .bd {
    padding:10px;
    line-height:20px;
    word-wrap:break-word;
    word-break:normal;
}
.alerts-dialog .ft {
    position:relative;
    background:#D5E2EB;
    text-align:center;
    padding:5px;
    height:auto;
    line-height:0;
}