.mask {
	position: absolute;
	top: 0px;
	background-color: #777;
	z-index: 9017;
	left: 0px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	text-align: center;
}

#imDiv {
	z-index: 9019;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	margin: 0 auto;
}

#imDiv span {
	height: 100%;
	width: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

#maskImg {
	z-index: 9018;
	max-height: 100%;
	max-width: 100%;
	/* margin-top: 20px; */
	vertical-align: middle;
}

.picDiv, .picDivClose {
	width: 453px;
	margin-left: 84px;
}

.picDiv a, .picDivClose a {
	height: 120px;
}

.form-group.file .l-btn {
	margin-left: 0px;
}

.delPic {
	background: url(default/images/x.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.delPic:hover {
	background: url(default/images/x-hover.png)
		no-repeat;
}