@charset "utf-8";
/* CSS Document */
/**/
.refund_msg_info{ width:460px; /*height:240px;*/ position:fixed; left:50%; top:50%; margin:-190px 0 0 -206px;font-family: 'microsoft yahei';color:#666;border:1px solid #CCC; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; padding:10px 0 0; background:#FFF; z-index:999999;/* border: 1px solid red;*/ }
.refund_msg_info h2{ padding:0; margin:0; list-style:none; font-weight:normal; font-size:24px; height:26px; line-height:25px; position:relative; text-align: center; /*border: 1px solid blue;*/ }
.refundlist_refundExplain{ background:#FFF; padding:24px 36px 0px; /*margin-top:24px;*/ height:180px; /*border: 1px solid black;*/  }
/*.refundlist li{ margin-bottom:10px; border: 1px solid blue;  }*/
.refund_msg_info p{ float: left; font-size: 16px; width: 100px; text-align:center;  height: 26px; line-height: 26px;}
.refund_msg_info .refund_code_input{ width: 260px;  border:1px solid #c7c7c7; height: 26px; font-size: 16px; padding: 2px; border-radius:5px;-moz-border-radius:5px; -webkit-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px;}
.refund_msg_info .refund_code_textarea{ resize: none; width: 260px; height:100px; border:1px solid #c7c7c7;font-size: 16px;padding: 2px; border-radius:5px;-moz-border-radius:5px; -webkit-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px;}
.refund_msg_info .buttons{ text-align: center; margin-top: 10px;}
.refund_msg_info .buttons input{ background-color: #ea661a; border-radius:5px; width: 70px; height: 30px; color: #fff; }
.refundlist_refundCode{ background:#FFF; padding:24px 36px 0px; /*margin-top:24px;*/ height:140px; /*border: 1px solid black;*/  }
.refundlist_refundCode li{ height:44px;}
.flow_close { float: right;
  margin-right: 10px;
  width: 16px;
  height: 16px;
    cursor: pointer;
    background: url(../images/datepicker/close.png) 50% 50% no-repeat;
}