* {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

#designer-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 512px;
  height: 384px;
  /*position: relative;*/
  position: absolute;
  left: -512px;
  top: 64px;
  border: 0px;
  padding: 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  /*perspective: 512px;*/
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  transform-origin: left top;
  transition: none;
}

#designer {
  border: none;
  /*background-color: #FFF;*/
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('../../images/not_found.png');
  background-size: auto 100%;
  background-position: center center;
  cursor: crosshair;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px;
  /*transform: rotateY(25deg) rotateX(8deg);
  transform-origin: top left;
  transition: transform 1s;*/
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

#fade {
  display: block;
  width: 0px;
  height: 0px;
  border: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(45,177,252,0.5);
  z-index: 2;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.icon {
  display: none;
  max-width: 64px;
  max-height: 64px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  background-size: 100% 100%;
  position: absolute;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

#move {
  left: 0px;
  top: 0px;
  background-image: url('../../images/move.png');
  z-index: 2;
}

#resize {
  right: 0px;
  bottom: 0px;
  background-image: url('../../images/resize.png');
}

/*.rowleft {
  display: block;
  width: 32%;
  height: auto;
  float: left;
  text-align: center;
  margin-bottom: 32px;
}

.rowleft input { margin-top: 32px; }
.rowleft img { position: relative; top: 16px; }*/

.rowleft {
  text-align: center;
}

label {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

#imgtext {
  -webkit-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.minibutton {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 16px;
  position: relative;
}

.minibutton:hover {
  width: 26px;
  height: 26px;
  bottom: 1px;
  left: 1px;
  margin-left: 14px;
  margin-bottom: -1px;
}

#designers {
    transform-origin: left top;
}
