.crosshair {
  cursor: crosshair;
}

.move {
  cursor: move;
}

#actionarea {
  background: url("/images/crop_bg.gif");
  padding: 40px 20px;
  text-align: center;
  width: 100%;
}

#crop {
  position: relative;
  margin: auto;
}

.wand_area {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  font-size: 0;
  overflow: hidden;
}

.cover {
  position: absolute;
  overflow:hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
  background-color: #000;
  filter: alpha(opacity=40);
  -khtml-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
}

div.wand {
  position:absolute;
  overflow: hidden;
  background-image:url("/images/crop_wand.gif");
}

.h_wand {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
}

.v_wand {
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0px;
}

.resizer {
  position: absolute;
  background-color: #c00;
  filter: alpha(opacity=10);
  -khtml-opacity: .1;
  -moz-opacity: .1;
  opacity: .1;
}

.corner {
  height: 30px;
  width: 30px;
  max-height: 40%;
  max-width: 40%;
}

.r_hor {
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  max-height: 40%;
}

.r_ver {
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
  max-width: 40%;
}

.nw { left:  0; top:    0; cursor: nw-resize; }
.ne { right: 0; top:    0; cursor: ne-resize; }
.se { right: 0; bottom: 0; cursor: se-resize; }
.sw { left:  0; bottom: 0; cursor: sw-resize; }

.n { top:    0; cursor: n-resize; }
.e { right:  0; cursor: e-resize; }
.s { bottom: 0; cursor: s-resize; }
.w { left:   0; cursor: w-resize; }

.wandaction .resizer {
  display: none;
}

.wandaction div.active {
  z-index: 10;
  display: block;
  filter: alpha(opacity=30);
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
}

.fixratio .r_hor,
.fixratio .r_ver {
  display: none;
}

.fixratio .corner {
  filter: alpha(opacity=23);
  -khtml-opacity: .23;
  -moz-opacity: .23;
  opacity: .23;
}

input {
  width: 50px;
  font-size: 1em;
  text-align: right;
}

input.radio {
  width: 20px;
  text-align: left;
}

table {
  font-size: 0.8em;
}

code {
  margin-bottom: 5px;
}
