.button_table {
	margin-right: 10px;
	font-size: 12px;
	cursor: pointer;
  height: 19px;
}

.main_button_content {
  background-color: #4A606D;
  height: 19px;
}

.main_button_lr {
	background: url('../i/butt_left_corner.jpg') top no-repeat;
	width: 3px;
	height: 19px;
	margin: 0px;
	padding: 0px;
}

.main_button_rr {
  background: url('../i/butt_right_corner.jpg') top no-repeat;
  width: 3px;
  height: 19px;
  margin: 0px;
  padding: 0px;
}

.main_button_lr_light {
  background: url('../i/butt_left_corner_light.jpg') top no-repeat;
  width: 3px;
  height: 19px;
  margin: 0px;
  padding: 0px;
}

.main_button_rr_light {
  background: url('../i/butt_right_corner_light.jpg') top no-repeat;
  width: 3px;
  height: 19px;
  margin: 0px;
  padding: 0px;
}

.button_table input {
	background-color: #4A606D;
	border: none;
	color: white;
	font-size: 12px;
	cursor: pointer;
  height: 18px;
}

.button_table_r {
  margin-right: 3px;
  margin-bottom: 5px;
}

.button_table td, .button_table_r td {
  color: white;
  background-color: #4A606D;
  padding: 0px;
  border: 0px;
}

.button_table a, .button_table_r a {
  text-decoration: none;
  color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  color: white;
}

.button_table a:hover, .button_table_r a:hover {
  text-decoration: none;
  color: white;
}

.button_containing_td {
  text-align: right;
}