jquery.imageUpload.css 394 Bytes
.image-upload {
	display: inline-block;
	border: 2px dashed #ccc;
	position: relative;
	cursor: pointer;
}

.image-upload a {
	font-size: 40px;
	font-weight: 700;
	color: #ccc;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 150px;
	position: absolute;
	cursor: pointer;
}

.image-upload input {
	width: 100%;
	position: absolute;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}