
.mblToolbarButton {
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin: 0px 6px;
  padding: 0px 10px;
  height: 23px;
  border: 1px inset #3F3E3E;
  font-family: Helvetica;
  font-size: 13px;
  font-weight: bold;
  color: white;
  line-height: 23px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
div.mblToolbarButtonDomButton {
  width: 11px;
  height: 23px;
}
