#image-preview {
			  	
			  width: 120px;
			  height: 120px;
			  position: relative;
			  overflow: hidden;
			  background-color: #ffffff;
			  color: #ecf0f1;
			  border : 1px solid grey;


			}

			#image-preview input {
			  line-height: 130px;
			  font-size: 130px;
			  position: absolute;
			  opacity: 0;
			  z-index: 10;
			}

			#image-preview label {
			  position: absolute;
			  z-index: 5;
			  opacity: 0.7;
			  cursor: pointer;
			  background-color: #5ba536;
			  width: 130px;
			  height: 40px;
			  font-size: 13px;
			  line-height: 40px;
			  /*text-transform: uppercase;*/
			  top: 0;
			  left: 0;
			  right: 0;
			  bottom: 0;
			  margin: auto;
			  text-align: center;
			}