.button-to {
	margin: 0;
	padding: 0;
}

.buttons {
	height: 40px;
	float: left;
}

.buttons a, .buttons a:visited, .buttons button {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #F5F5F5;
  border: 1px solid #DEDEDE;
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 10px 5px 10px; /* Links */
}

.buttons button {
  width: auto;
  overflow: visible;
  padding: 4px 10px 4px 10px; /* IE6 */
}

.buttons button[type] {
  padding: 4px 9px 5px 9px; /* Firefox */
  line-height: 18px; /* Safari */
}

*:first-child+html button[type] {
  padding: 3px 10px 4px 10px; /* IE7 */
}

.buttons button img, .buttons a img {
  margin: 0 7px 0 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
	vertical-align: text-bottom;
}

/* STANDARD */
button, .buttons a, .buttons a:visited {
  color: #565656;
	text-decoration: none;
}

button:hover, .buttons a:hover {
  background-color: #DFF4FF;
  border: 1px solid #C2E1EF;
  color: #336699;
	text-decoration: none;
}

.buttons a:active, .buttons button:active {
  background-color: #6299C5;
  border: 1px solid #6299C5;
  color: #FFF;
	text-decoration: none;
}

/* POSITIVE */

button.positive, .buttons a.positive, .buttons a.positive:visited {
  color: #529214;
	text-decoration: none;
}

.buttons a.positive:hover, button.positive:hover {
  background-color: #E6EFC2;
  border: 1px solid #C6D880;
  color: #529214;
	text-decoration: none;
}

.buttons a.positive:active, .buttons button.positive:active {
  background-color: #529214;
  border: 1px solid #529214;
  color: #FFF;
	text-decoration: none;
}

/* NEGATIVE */

.buttons a.negative, button.negative, .buttons a.negative:visited {
  color: #D12F19;
	text-decoration: none;
}

.buttons a.negative:hover, button.negative:hover {
  background: #FBE3E4;
  border: 1px solid #FBC2C4;
  color: #D12F19;
	text-decoration: none;
}

.buttons a.negative:active, .buttons button.negative:active {
  background-color: #D12F19;
  border: 1px solid #D12F19;
  color: #FFF;
	text-decoration: none;
}

#page-buttons .buttons a, #page-buttons .buttons a:visited, #page-buttons .buttons button {
	margin: 0 20px 0 0;
}