.input-files .file-wrapper{
	display: inline-block;
	margin: 0 5px 5px 0;
	width: 80px;
	height: 80px;
	background-color: #61b42f;
	background-position: 50% 50%;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}
.input-files .file-wrapper:hover{
	background-color: #6cbe3a;
}
	.input-files .file-wrapper input{
		font-size: 500pt;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		opacity: 0;
		z-index: 100;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
	.input-files .file-wrapper .remove{
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url(images/remove.png) no-repeat 0 0;
		position: absolute;
		top: 2px;
		right: 2px;
	}
	.input-files .file-wrapper div{
		margin: 0;
		padding: 0;
		width: 80px;
		height: 80px;
		line-height: 80px;
		color: #fff;
		font-size: 50pt;
		text-align: center;
		position: relative;
	}
		.input-files .file-wrapper div.filename{
			font-size: 9pt;
			line-height: 12pt;
			text-align: left;
			word-wrap: break-word;
			padding: 5px;
			width: 70px;
			height: 70px;
		}
