html,
body
{
  height: 100%;
  min-height: 100%;
}
.preview
{
  padding-left: 3px; 
}
#cropImage
{
  z-index: 0;
}
#imgCover
{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: green;
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
}
#cropHolder
{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#cropper
{
  cursor: move;
  position: absolute;
  z-index: 3;
}
.resizer
{
  position: absolute;
  background-color: #FF7d7d;
  border: 1px solid #FF0000;
  width: 5px;
  height: 5px;
  z-index: 4;
}
#resizeSe
{ 
  bottom: -3px;
  right: -3px;
  cursor: se-resize;
}
#resizeNe
{ 
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
#resizeNw
{ 
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
#resizeSw
{ 
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
#cropTop
{
  position: absolute;
  font-size: 1px;
  background-image: url(../images/ants-h.gif);
  height: 2px;
  width: 100%;
  top: 0px;
  left: 0px;
}
#cropRight
{
  position: absolute;
  font-size: 1px;
  background-image: url(../images/ants-v.gif);
  width: 2px;
  height: 100%;
  top: 0px;
  right: 0px;
}
#cropBottom
{
  position: absolute;
  font-size: 1px;
  background-image: url(../images/ants-h.gif);
  width: 100%;
  height: 2px;
  bottom: 0px;
  right: 0px;
}
#cropLeft
{
  position: absolute;
  font-size: 1px;
  background-image: url(../images/ants-v.gif);
  width: 2px;
  height: 100%;
  top: 0px;
  left: 0px;
}
.thumb
{
  cursor: pointer;
}
.crop
{
  visibility: hidden;
  position: absolute;
}
#infobar
{
  position: absolute;
  top: 0; 
  left: 0; 
  width: 100%; 
  display: none;
  z-index: 500;
}
#info
{
  font-weight: bold;
  padding: 6px 0px 6px 15px;
  font-size: 10pt;
}
.noticebar
{
  color: #2b73b5;
  font: bold 11px arial, helvetica, sans-serif;
  background: #ffffff;
  border: 2px solid #2b73b5;
  padding: 4px 10px;
}
.errorbar
{
  color: #ff4200;
  font: bold 11px arial, helvetica, sans-serif;
  background: #ffffff;
  border: 2px solid #ff4200;
  padding: 4px 10px;
}
.noticebar img
{
  border: none;
}
.errorbar img
{
  border: none;
}
#thumb_selector img
{
  margin: 2px;
}