.fd-zone {
	position: relative;
	overflow: hidden;
	width:140px;
	height:140px;
	padding:15px;
	border:0px none;
}
.fd-zone p{
	text-align:center;	
}

/* Hides <input type="file"> while simulating "Browse" button: */
.fd-file {
  opacity: 0;
  font-size: 118px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  font-family: sans-serif;
}

