/* 提示框的小图标 */
.pr_msg_default_info{background:url(../images/information.png) no-repeat ;width:48px;height:48px;}
.pr_msg_default_success{background:url(../images/succeed.png) no-repeat ;width:48px;height:48px;}
.pr_msg_default_error{background:url(../images/error.png) no-repeat ;width:48px;height:48px;}
.pr_msg_default_warning{background:url(../images/warning.png) no-repeat ;width:48px;height:48px;}
.pr_msg_default_conform{background:url(../images/question.png) no-repeat ;width:48px;height:48px;}

/* 更改jQuery UI的mask的背景图片为纯色效果。仅覆盖background属性 */
.ui-widget-overlay { background: #000; }

.msg_outer{overflow: hidden;min-height:60px;padding-top:15px;}
.msg_middle{display: table;padding-left: 25px;}
.msg_icon{display: table-cell;width:48px;height: 48px;}
.msg_text{word-wrap:break-word;word-break:break-all;overflow:hidden;text-align: left;padding:10px 10px 10px 20px;}