.crosshair {
  cursor: crosshair;
}

.move {
  cursor: move;
}

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

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

#wand {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  font-size: 0;
}

.cover {
  position: absolute;
  height: 0;
  font-size: 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;
}

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

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

#actionarea table {
  font-size: 0.8em;
}

#actionarea code {
  margin-bottom: 5px;
}