﻿/* CSS Document */
ul,ol,li{list-style:none;}
input,button{margin:0;font-size:12px;vertical-align:middle;}
body{font-size:12px;font-family:Arial, Helvetica, sans-serif; color:#333; margin:0 auto; }
table{border-collapse:collapse;border-spacing:0;}



#wrap{ width:990px; overflow:hidden; height:1200px;}
.box-163css{ width:500px; height:900px; 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;font-size:12px;width:400px;overflow:hidden;z-index:99999999; border-radius:3px; font-family:微软雅黑;left:50%;top:50%;margin-left:-200px;margin-top:-100px;}  
#dvMsgBox .top{height:40px; background-color:#43BD79;padding-left:16px;  width:100%;}  
#dvMsgBox .top .right{height:100%;padding-right:6px;}  
#dvMsgBox .top .right .title{height:100%;line-height:40px;color:#fff;vertical-align:middle;font-size:18px;overflow:hidden;}  
#dvMsgBox .body{background:#fff;padding-left:10px;}  
#dvMsgBox .body .right{background:#fff;padding-right:2px;}  
#dvMsgBox .body .right .ct{  line-height: 26px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: 18px;  padding: 20px 0;}  
#dvMsgBox .body .right .ct .pro{width:280px;border:solid 1px #6593cf;height:25px;background:#ffffff;line-height:23px;overflow:hidden;}  
#dvMsgBox .body .right .ct .pro .bg{width:0%;height:100%;background:#c9dffc;}  
#dvMsgBox .bottom{background:#fff;padding-left:6px;}  
#dvMsgBox .bottom .right{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:#43BD79;text-align:center; margin:0px auto;font-size:16px}  
input.btnfocus{ background-color:#EC6D51; font-family:微软雅黑;   border-radius: 3px;width:56px;margin:0px auto; border:none; height:25px; cursor:pointer; color:#fff;font-size:16px}  
#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{height:10px;line-height:10px;}  
#ShowBolightBox{display:none;-moz-opacity:0.5;filter:alpha(opacity=50);opacity:0.5;background-color:#000000;z-index:99999998;position:fixed;left:0px;top:0px;width:100%;height:100%}
#dvMsgBtns{ text-align:center; width:100%;}

#xwl_lpw{
    top:15%;
    left:35%;
    position:fixed;
    z-index:999999;
    width: 400px;
    height: 260px;
    box-shadow: 0 0 20px grey;
    font-family:microsoft yahei;
    background-color:white;
  }
  .pub{
    width:100%;
    text-align:center;
  }
  .xwl_title{
  	width:100%;
    height:40px;    
    background-color:rgb(31, 140, 31);
    font-size:20px;
    color:white;
    padding-top: 6px;
  }
  .xwl_body{
  	margin-top:20px;
  }
  .xwl_tip {
    padding: 10px;
    color: rgb(137, 137, 137);
  }
  .xwl_input{
  	font-size: 18px;
    margin: 10px;
  }
  #xwl_btns {
    margin-top: 20px;
  }
  .xwl_mybtn{
    width: 120px;
    margin: 10px;
    height: 30px;
    border: none;
    color: white;
    font-size: 16px;
  }
  
  .cfmbtn{
    background-color:rgb(221, 85, 41);
  }
  .cnlbtn{
    background-color:rgb(0, 174, 174);
  }
  .cfmbtn:hover {
    box-shadow: 0 0 5px rgb(221, 85, 41);
  }
  .cnlbtn:hover{
    background-color: 0 0 5px rgb(0, 174, 174);
  }
  .xwl_input input {
    font-size: 14px;
    padding: 3px;
    width: 180px;
    background-color: gainsboro;
    border: 1px solid white;
  }
  .xwl_input input:focus {
    border: 1px solid rgb(189, 189, 189);
  }