@CHARSET "UTF-8";
.layui-layer-title {
	padding: 0 80px 0 15px!important;	
}

.layui-layer-content .dialogContent {
	position: absolute;
	top: 10px;
	left: 15px;
	right: 15px;
	bottom: 45px;
	overflow: auto;
}

.dialogFooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	background-color: #F8F8F8;
	border-top: 1px solid #eee;
	padding: 0 20px;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}

.dialogFooter:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.dialogFooter button {
	height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}