#image-preview {
  width: 150px;
  height: 180px;
  position: relative;
  overflow: hidden;
  background: url('../dist/images/user2-160x160.jpg') no-repeat;
  color: #ecf0f1;
  cursor: pointer;
  border-radius: 2px;
  border: solid 1px #ccc;
}
#image-preview:hover {
  border: solid 1px #9999ff;
}
#image-preview input {
  line-height: 200px;
  font-size: 100px;
  position: absolute;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
#image-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.3;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 100px;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.mboxes_close{
  float : right;
}
