.buttonBlueLeft {
  width: 3px;
  height: 24px;
  background: transparent url('../images/layout/buttons/blue-left.png') no-repeat;
  float:left;
  padding:0;
}

.buttonBlueRight {
  width: 3px;
  height: 24px;
  background: transparent url('../images/layout/buttons/blue-right.png') no-repeat;
  float:left;
}

.buttonBlueLeftround {
  width: 3px;
  height: 24px;
  background: transparent url('../images/layout/buttons/blue-left-round.png') no-repeat;
  float:left;
}

.buttonBlueRightround {
  width: 3px;
  height: 24px;
  background: transparent url('../images/layout/buttons/blue-right-round.png') no-repeat;
  float:left;
}

.saveButtonBlue {
  height: 24px;
  background: transparent url('../images/layout/buttons/blue-center.gif') repeat-x;
  float: left;
  border: 0;
  padding: 0 4px 4px 4px;
  margin: 0;
  _margin-left:-7px;
  font-size: 11px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  display:inline-block;
}

html>body .saveButtonBlue {
  margin-left:-7px;
}

.buttonBlueCenter {
  height: 24px;
  line-height: 22px;
  background: transparent url('../images/layout/buttons/blue-center.gif') repeat-x;
  float: left;
  border: 0;
  padding: 0 4px 4px 4px;
  margin: 0;
  font-size: 11px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  vertical-align: middle;
}

.buttonYellowLeft {
	display: block;
	float: left;
	width: 3px;
	height: 24px;
	background: transparent url('../images/layout/buttons/yellow-left.png') no-repeat;
}

.buttonYellowRight {
	display: block;
	float: left;
	width: 3px;
	height: 24px;
	background: transparent url('../images/layout/buttons/yellow-right.png') no-repeat;
}

.buttonYellowLeftround {
  width: 3px;
  height: 24px;
  background: transparent url('../images/layout/buttons/yellow-left-round.png') no-repeat;
  float:left;
}

.buttonYellowRightround {
  width: 3px;
  height: 24px;
  background: transparent url('../images/layout/buttons/yellow-right-round.png') no-repeat;
  float:left;
}

.saveButtonYellow {
  display: block;
  float: left;
  height: 24px;
  background: transparent url('../images/layout/buttons/yellow-center.gif') repeat-x;
  border: 0;
  padding: 0 4px 0 4px;
  margin: 0;
  font-size: 11px;
  text-align: center;
  color: #000;
  cursor: pointer;
}

.buttonYellowCenter {
  height: 24px;
  line-height: 22px;
  background: transparent url('../images/layout/buttons/yellow-center.gif') repeat-x;
  float: left;
  border: 0;
  padding: 0 4px 4px 4px;
  margin: 0;
  font-size: 11px;
  text-align: center;
  color: #000;
  cursor: pointer;
  vertical-align: middle;
}

