/* ISOPAINT BUTTON */

a.iso_button {
  display: block;
  float: left;
  height: 27px;
}

a.iso_button map {
  display: block;
  float: left;
  height: 27px;
  cursor: pointer;
}

a.iso_button map div.left {
  float: left;
  width: 21px;
  height: 27px;
  background-image: url('../gfx/blackButtonLeft.png');
}

a.iso_button map div.main {
  float: left;
  height: 27px;
  background-image: url('../gfx/blackButtonBackground.png');
}

a.iso_button map div.main span {
  display: block;
  float: left;
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: white;
  /*font-family: "Apex New Bold", verdana, arial, sans-serif;*/
  font-family: verdana, arial, sans-serif;
}

a.iso_button map div.right {
  float: left;
  width: 13px;
  height: 27px;
  background-image: url('../gfx/blackButtonRight.png');
}



