/* resize */
.wdcontrol.resizecontrol {
}
.resizecontrol .frame {
  padding: 0px;
}

.resizecontrol .frame > .wdbutton {
  display: block;
  width: 14px;
  height: 14px;
  padding: 2px;
  border: 0px;
  line-height: 1px;
}
.resizecontrol .wdbutton > .image {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url('IMAGES/resizemapoff.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.resizecontrol .wdbutton > .image.on {
  background-image: url('IMAGES/resizemapon.png');
}

.resizecontrol .wdbutton {
  height: 20px;
  padding: 0px 2px;
}

/* EOF */