/* CSS Document */
.box-163css{ width:350px; margin:220px auto; position:relative;}
.box-163css input{ margin-left:10px; border:none; border:1px solid #a10000; background:#c00; text-align:center; height:24px; line-height:20px; color:#fff; cursor:pointer;}
#dvMsgBox{display:none;
position:fixed;
top:50%;
left:50%;
-webkit-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);font-size:12px;width:300px;overflow:hidden;z-index:1010; border-radius:3px; font-family:微软雅黑;}  
#dvMsgBox .top{height:40px; background-color:#1798ff;padding-left:16px; float:left; width:100%;}  
#dvMsgBox .top .r{height:100%;padding-right:6px;}  
#dvMsgBox .top .r .title{height:100%;line-height:40px;color:#fff;vertical-align:middle;font-size:14px;overflow:hidden;}  
#dvMsgBox .body{background:#fff;padding-left:10px;}  
#dvMsgBox .body .r{background:#fff;padding-right:2px;}  
#dvMsgBox .body .r .ct{  line-height: 60px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  color:#666;
  font-size: 14px;}  
#dvMsgBox .body .r .ct .pro{width:280px;border:solid 1px #6593cf;height:25px;background:#ffffff;line-height:23px;overflow:hidden;}  
#dvMsgBox .body .r .ct .pro .bg{width:0%;height:100%;background:#c9dffc;}  
#dvMsgBox .bottom{background:#fff;padding-left:6px;}  
#dvMsgBox .bottom .r{height:100%;/*background:transparent url(right-corners.png) no-repeat right bottom;*/padding-right:6px;}  
input.btn{width:56px;   border-radius: 3px; font-family:微软雅黑; cursor:pointer; color:#fff; border:none; height:25px; text-align:center;  background-color:#1798ff;text-align:center; margin:0px auto;  line-height: 1;}  
input.btn:hover{color:#fff}
input.btnfocus{ background-color#1798ff; font-family:微软雅黑;   border-radius: 3px;width:56px;margin:0px auto; border:none; height:25px; cursor:pointer; color:#fff;  }  
#dvMsgBox .icon{width:32px;height:32px;float:left;margin-right:10px;}  
#dvMsgBox .error{background:url(icon-error.gif) no-repeat;}  
#dvMsgBox .info{background:url(icon-info.gif) no-repeat;}  
#dvMsgBox .warning{background:url(icon-warning.gif) no-repeat;}  
#dvMsgBox .clear{clear:both;}  
#dvMsgBox .height{line-height:10px;}  
#ShowBolightBox{display:none;-moz-opacity:0.6;filter:alpha(opacity=60);opacity:0.6;background-color:#333;z-index:1000;position:absolute;left:0px;top:0px;}
#dvMsgBtns{ text-align:center; width:100%;}