.picview{
width:100px;
margin:-30pxauto;
position:relative;
}

.picview .photo-wrap{
	padding:6px;
	background-color:white;
	border:1pxsolidgainsboro;
	position:absolute;
	box-shadow:0010pxrgba(0,0,0,.1);
	right:-12px;
	margin-top:10px;
}
.picview .photo{
	width:86px;
	height:118px;
}
.picview .photo img{
	vertical-align:top;
	max-height:100%;
	max-width:100%;
	margin:0auto;
}
.picview .photo-wrap .upload{
	position:absolute;
	background-color:rgba(0,0,0,.4);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#66000000',EndColorStr='#66000000');
	color:white;
	bottom:6px;
	text-align:center;
	left:6px;
	right:6px;
	display:none;
	line-height:22px;
}
:root .picview .photo-wrap .upload{
filter:none;
}
.picview .photo-wrap:hover .upload{
	display:block;
}
.picview .photo-wrap .upload:hover{
	text-decoration:underline;
}
.picview .photo-wrap .file{
	position:absolute;
	bottom:6px;
	right:6px;
	cursor:pointer;
	left:6px;
	overflow:hidden;
}
.picview .photo-wrap .file input{
	width:200%;
	text-align:right;
	opacity:0;
	filter:alpha(opacity=0);
	cursor:pointer;
	position:relative;
	z-index:99;
	font-size:24px;
	text-indent:-1.2em;
	left:-100%;
}
:root .picview .photo-wrap .file input{
	filter:none;
}
.picview .photo-wrap .file img{
	display:none;
}
#hbxtd{
	border:none;
}
.photo .close{
	position:absolute;
	font-size:20px;
	font-weight:700;
	color:#666;
	display:block;
	line-height:1;
	width:20px;
	height:20px;
	text-align:center;
	top:-2px;
	right:-2px;
	text-decoration:none;
	display:none;
}
.photo-wrap:hover .close{
	display:block;
}
