.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.popupbox {
    height: 100%;
    width: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none;
}
.popupbox:target {
  display:table;
}
.popuplink {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.popupimg {
  background-color:#fff;
  display:block;
}
.popupimgBG{
  display:inline-block;
  background-color:#FFF;
  padding:10px;
}
.previewimg{
  max-height:180px;
  max-width:180px;
}
.border-radius {
  width: 100%;
  height: 300%;
  line-height: 300%;
  background-color: #ffffcc;
  border-radius: 10px;
  color: #000;
  text-align: center;
}
