.dialog{border: 4px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position:relative;
}
.dialog-confirm{}
.dialog-title {
    padding: 0 10px;
    height: 31px;text-align: left;
    line-height: 31px;
    background: #f3f3f3;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei";
    overflow: hidden;
}
.dialog-content {
    padding: 10px;
    overflow: auto;
    background: #fff;
    line-height:22px;
}
.dialog-btns{padding:5px 5px; text-align:center;}
.dialog-btns input{
    padding: 5px 10px;
}
.dialog-icon-alert {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 48px;
    height: 48px;
    background: url(../images/icons-dialog.png) no-repeat;
    background-position: -94px 0;
}
.dialog-icon-success {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 48px;
    height: 48px;
    background: url(../images/icons-dialog.png) no-repeat;
    background-position:0 0;
}.dialog-close {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 100000;
  top: 10px;
  right: 10px;
  overflow: hidden;
  width: 13px;
  height: 13px;
  background: url(../images/dialog.png) no-repeat;
  font-size: 0;
}

.pager {
    padding-left: 0;
    margin:10px 0;text-align: center;
}
.pager ul{display: inline-block;}
.pager li {
    display: inline
}
.pager li a{
    position: relative;
    float: left;
    padding:5px 10px;
    margin: 0 5px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pager li a:focus,.pager li a:hover{
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pager .active a,.pager .active a:focus,.pager .active a:hover{
    z-index: 2;
    color: #e4393c;cursor: default;
}
.pager .disabled a,.pager .disabled a:focus,.pager .disabled a:hover{
    color: #ccc;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}



.coupontbl{width:400px; margin:5px;text-align:left; table-layout:fixed;empty-cells:show; border-collapse: collapse;border:1px solid #cad9ea;}
.coupontbl  thead tr{line-height:28px;background-color:#EBEBEB;color:#3F3D37;}
.coupontbl  .index{text-align:center;width:40px;border: solid 1px #ffffff;}
.coupontbl  .code{text-align:center;width:100px;border: solid 1px #ffffff;}
.coupontbl  .price{text-align:center;width:60px;border: solid 1px #ffffff;}
.coupontbl  .time{text-align:center;border: solid 1px #ffffff;}
 


