.mini-popup{
	height: 204px!important;
}
.container{
	min-height: 480px;
}
.title{
	font-size: 18px;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
	padding: 0 20px;
}
.form{
	padding: 20px;
}
.mini-grid-emptyText{
	text-align: center;
	font-size: 16px!important;
}

/*弹出框样式*/
.dialog-model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .1;
  z-index: 999;
  filter:Alpha(Opacity=10);
}

.dialog-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -267px;
    background: url(../../images/sbDialog.png) no-repeat center center;
    width: 533px;
    height: 293px;
    z-index: 9999;
}

.dialog-content {
    margin-left: 200px;
}

.dialog-content ul li {
  color: #fff;
    font-size: 18px;
    font-weight: bolder;
}

.dialog-title {
    position: relative;
    height: 40px;
    line-height: 40px;
}

.dialog-cancel {
    position: absolute;
    top: 10px;
    display: block;
    right: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../../images/sbCancel.png) no-repeat center center;
}

.dialog-foot {
    margin-top: 50px;
    height: 40px;
}

a.dialog-btn {
    background: #0c84db;
    border: 0;
    border-radius: 3px;
    color: #fff;
    width: 110px !important;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 10px;
}

a.dialog-btn:hover {
    background: #0b77c5;
}

.dialog-ul{
    font-size: 20px;
    margin-right: 20px;
    margin-top: 20px;
}