@charset "utf-8";/*!
 * @for jquery.msg.js default.css
 * @author ydr.me
 * @version 1.1
 */ .jquery_msg____{position:fixed;top:0;left:0;margin:0;padding:0;line-height:30px;min-height:1;width:310px;z-index:99999;border-radius:4px;color:#fff;box-shadow:0 0 20px #666}.jquery_msg____title,.jquery_msg____footer{text-align:center}.jquery_msg____title{font-size:14px}.jquery_msg____body{padding:10px 20px;word-break:break-all;font-size:20px}.jquery_msg____inverse{background:#444;border:1px solid #666;text-shadow:0 1px 0 #000;background-image:linear-gradient(to bottom,#7a7a7a 0,#313131 100%)}.jquery_msg____muted{background:#fff;border:1px solid #ccc;color:#666;background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%)}.jquery_msg____success{border:1px solid #16a016;text-shadow:0 1px 0 #076b07;background:#42ac42;background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%)}.jquery_msg____info{background:#19a0c9;border:1px solid #2193b4;text-shadow:0 1px 0 #036a8a;background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%)}.jquery_msg____error{border:1px solid #ac221e;text-shadow:0 1px 0 #8b0a07;background:#be2d29;background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%)}.jquery_msg____warning{background:#e78e2d;border:1px solid #cf8823;text-shadow:0 1px 0 #aa6b0c;background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%)}.jquery_msg____footer button{border:0;margin:10px 0 0 0;padding:4px;width:100%;border-radius:0 0 4px 4px;cursor:pointer;outline:0;font-size:16px;opacity:.8}.jquery_msg____footer button:hover{opacity:1}.jquery_msg____inverse button{background:#333}.jquery_msg____muted button{background:#e7e7e7}.jquery_msg____success button{background:#219721}.jquery_msg____info button{background:#168aad}.jquery_msg____error button{background:#a51818}.jquery_msg____warning button{background:#cf791a}