@charset "utf-8";

*{font-family:'microsoft yahei',Verdana,Arial,Helvetica,sans-serif;padding:0; margin:0; font-size:14px;background:#FFF;}

/*common link*/
a{color:#999;text-decoration:none;outline-style:none;outline-width:0;cursor:pointer;-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }
a:link {color:#0068A6;text-decoration:none;outline-style: none;outline-width:0;cursor:pointer;-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }
a:visited {color:#0068A6;text-decoration:none;outline-style: none;outline-width:0;cursor:pointer;}
a:hover {color:#FF6600;text-decoration:none;outline-style: none;outline-width:0;cursor:pointer;}
a:active {color:#FF6600;text-decoration:none;outline-style: none;outline-width:0;cursor:pointer;}

.showmsg{width:auto; height:auto;margin:10% auto;text-align:center;border:0;zoom:1;}
.showmsg h5{background-image: url("/static/images/admin/bgimg/msg.png");background-repeat: no-repeat; color:#fff; padding-left:35px; height:25px; line-height:26px;*line-height:28px; overflow:hidden; font-size:16px; text-align:left;}
.showmsg .content{ padding:46px 12px 10px 45px; font-size:16px; height:64px; text-align:center;color:#999;}
.showmsg .bottom{ background:#E4ECF7; margin: 0 1px 1px 1px;line-height:26px; *line-height:30px; height:26px; text-align:center}
.showmsg .ok,.showmsg .guery{background: url("/static/images/admin/bgimg/msg_bg.png") no-repeat 0px -560px ;}
.showmsg .guery{ background-position: left -460px;}
