/* Essage - a more elegant way to show message
 * https://github.com/sofish/Essage
 */
.essage_wrap{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.4);display:none;z-index:1000;}
.essage{font-size:16px;position:fixed;_position:absolute;z-index:2147483647;background:#f4f7fb;color:#666;text-align:center;line-height:1.8;padding:10px 15px;*padding:10px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;top:9999em;left:0;width:100%;border-bottom:1px solid #ddd;border-top:1px solid #ddd;}
.essage-success{background:#eafbe3;background:rgba(221, 242, 210, 0.9);border-bottom-color:#bfd5a9;border-top-color:#bfd5a9;color:#3fb16f;}
.essage-error{background:#f2e1e4;background:rgba(242, 225, 228, 0.9);border-bottom-color:#e0cdcd;border-top-color:#e0cdcd;color:#dc584b;}
.essage-warning{background:#fcf8e3;background:rgba(252, 248, 227, 0.9);border-bottom-color:#fbeed5;border-top-color:#fbeed5;color:#c09853;}
.essage .close{font:400 normal 22px/1.3 arial, sans-serif;float:right;*margin-right:15px;display:inline;color:#e74c3c;opacity:0.6;cursor:pointer;}
.essage .close:hover{opacity:1;}
.essage a{text-decoration:none;}
.essage .download{width: 100%;height: 40px;line-height: 40px;background:#fb6f51;color: #FFF;font-size: 15px;border-radius: 4px;padding: 0;border: 0;}
.essage .cancel{width: 100%;height: 40px;line-height: 40px;background: #999999;color: #FFF;font-size: 15px;border-radius: 4px;margin-top: 12px;padding: 0;border: 0;}

.essage .tips{font-size: 15px;color: #333333;margin-bottom: 15px;display: inline-block;margin-top: 5px;}
.essage .tips .t{color: #ff7800;margin: 0 5px;}

.essage-tip{position: fixed;padding:0 24px;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background: rgba(0,0,0,0.8);border-radius: 10px;}

