/* ideal world settings */
button.commonButton {
  font-size: 12px; }
button.downloadButton {
  font-size: 11px; }
button.commonButton,
button.downloadButton {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
  border-width: 0;
  background-color: transparent;
  text-align: left;
  color: #fff; }
a.commonButton:visited,
a.commonButton:hover,
a.commonButton {
  font-size: 12px; }
a.downloadButton:visited,
a.downloadButton:hover,
a.downloadButton {
  font-size: 11px; }
a.commonButton:visited,
a.downloadButton:visited,
a.commonButton:hover,
a.downloadButton:hover,
a.commonButton,
a.downloadButton {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  text-decoration: none; }
.pageContainer button.commonButton,
.pageContainer a.commonButton,
.pageContainer button.downloadButton,
.pageContainer a.downloadButton {
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right top;
  cursor: pointer;
  word-spacing: 0;
  text-align: center;
  border-style: none;
  border-width: 0; }
.pageContainer button.commonButton,
.pageContainer a.commonButton {
  background-image: url('/images/server_admin_panel/bg_rbtn_right.gif');
  margin: 0 5px 0 0;
  height: 27px;
  padding: 0 12px 0 0; }
.pageContainer button.downloadButton,
.pageContainer a.downloadButton {
  background-image: url('/images/server_admin_panel/bg_gbtn_right.gif');
  margin: 0;
  height: 21px;
  padding: 0 10px 0 0; }
.commonButton span,
.downloadButton span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left top;
  vertical-align: baseline;
  white-space: nowrap; }
.commonButton span {
  padding-left: 40px;
  padding-right: 18px;
  background-image: url('/images/server_admin_panel/bg_rbtn_left.gif');
  height: 27px;
  line-height: 27px; }
.downloadButton span {
  padding-left: 30px;
  padding-right: 5px;
  background-image: url('/images/server_admin_panel/bg_gbtn_left.gif');
  height: 21px;
  line-height: 20px; }

/*REALLIFESTART*/
.commonButton,
.downloadButton {
  zoom: 1;
  display: table-cell;
  display: -moz-box; }
button.commonButton span,
button.downloadButton span {
  float: left; }
a.commonButton span,
a.downloadButton span {
  display: block;
  width:auto !important; width:1px; }
button.commonButton,
button.downloadButton {
  overflow: visible;
  width:auto !important; width:1px;
  -moz-padding-end: 8px !important;
  -moz-padding-start: 0 !important; }
button.commonButton span:-moz-first-node,
button.downloadButton span:-moz-first-node {
  margin-top: -1px;
  -moz-margin-start: -3px !important; }
