﻿/*客户端消息提示*/
.byshow_MsgBar * {margin: 0; padding: 0;font: 12px/1.5 'Microsoft YaHei' ,tahoma,arial,\5b8b\4f53,sans-serif; font1: 12px/1.5 tahoma,arial,\5b8b\4f53, 'Microsoft YaHei' ,sans-serif; }
.byshow_MsgBar {z-index: 1000; position: absolute; text-align: center; margin: 0px 0px 0px -50px; top: 50px; left: 50%; }/*margin-left:-50px 只有width:100px时居中，不在该范围需重新计算*/
.byshow_MsgBar p { display: block;padding: 3px 5px 3px 22px; }
.byshow_MsgBar.Normal { border: 1px solid #00B53A; background: #EEFFEE url('Images/Icon_Normal.png' ) no-repeat 5px center; }
.byshow_MsgBar.Normal p { border: 1px solid #DCFFDC; color: Green; }
.byshow_MsgBar.Error { border: 1px solid #FF0000; background: #FFFAFA url('Images/Icon_Error.png' ) no-repeat 5px center; }
.byshow_MsgBar.Error p{border: 1px solid #FFF0F0;  color:Red;  }
.byshow_MsgBar.Warn { border: 1px solid #FFCC00; background: #FFFFF5 url('Images/Icon_Warn.png' ) no-repeat 5px center; }
.byshow_MsgBar.Warn p { border: 1px solid #FFF0F0; color: #FF9933; }
.byshow_MsgBar.Info { border: 1px solid #003399; background: #FAFDFF url('Images/Icon_Info.png' ) no-repeat 5px center; }
.byshow_MsgBar.Info p { border: 1px solid #EEFAFF; color: #003399; }
.byshow_MsgBar.Loading { border: 1px solid #336699; background: #F4F8FB url('Images/loading.gif' ) no-repeat 5px center; }
.byshow_MsgBar.Loading p { border: 1px solid #EEFAFF; color: #336699; }

.byshow_btn { /*background: url( "Images/btn_skin.gif" ) no-repeat scroll 0px -160px transparent; opacity: 0.7;*/ filter: alpha(opacity=70);border: 0 none; height: 25px; width: 68px; margin-left:5px; cursor:pointer;}
.byshow_dialog_loading { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #99CCFF; background: url(     "Images/loading.gif" ) no-repeat 10px center; position: absolute; margin: -16px 0px 0px -85px; top: 50%; left: 50%; padding: 10px; background-color: #F4FAFF; }
.byshow_dialog_loading a { display: block; margin-left: 20px; height: 16px; color: #666; font: 13px 'Microsoft YaHei' ,tahoma,arial,\5b8b\4f53,sans-serif; line-height: 16px; text-decoration: none; }
.byshow_dialog_loading a:hover { text-decoration: none; color: #666; font-weight: normal; }