/*buttons inside a elements needs this class explicitly decalred to avoid underline with IE */
a.nounderlineButton, a:visited.nounderlineButton {
    text-decoration: none;
}

.redButton
{
  margin-left: auto;
  margin-right: auto;
  cursor:pointer;
  cursor: hand;
}

.redButton .buttonLeft
{
  background: url(http://cdn.theladders.net/static/web/en_GB/images/buttons/btn_red_left.gif) no-repeat;
  width: 12px;
  height: 32px;
  float: left;
}
.redButton .buttonText
{
  background: url(http://cdn.theladders.net/static/web/en_GB/images/buttons/btn_red_center.gif) repeat-x;
  float: left;
  height: 32px;
  padding: 4px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.redButton .buttonRight
{
  background: url(http://cdn.theladders.net/static/web/en_GB/images/buttons/btn_red_right.gif) no-repeat;
  width: 12px;
  height: 32px;
  float: left;
}
