.section a#ffb_button, .section a#ffb_button_larger, .section a#ffb_button_med, .section a#ffb_button_small {
    cursor: pointer;
    margin: 20px auto;
}

a#ffb_button_med, a#ffb_button_small {
    cursor: pointer;
    color: #929292;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    width: 100px;
}

a#ffb_button_small {
    cursor: pointer;
    width: 130px;
}

a#ffb_button {
    cursor: pointer;
    color: #929292;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    width: 130px;
}

a#ffb_button_larger {
  cursor: pointer;
  color: #929292;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  width: 130px;
}

.section a#ffb_button:hover, .section a#ffb_button_larger:hover, .section a#ffb_button_med:hover, .section a#ffb_button_small:hover, a#ffb_button:hover #ffb_text, #ffb_text:hover {
    cursor: pointer;
}

a#ffb_button #ffb_text {
    cursor: pointer;
    background: url(http://app.flashfeedback.com/images/admin/button.png) top center no-repeat;    
    display: block;
    font-size: 14px;
    line-height: 16px; 
    height: 30px;
    padding: 10px 24px 20px 22px;
    width: 70px;
    text-align: center;
}

a#ffb_button_larger #ffb_text {
    cursor: pointer;
    background: url(http://app.flashfeedback.com/images/admin/button_larger.png) top center no-repeat;    
    display: block;
    font-size: 12px;
    line-height:14px;
    height: 25px;
    padding: 6px 20px 18px 20px;
    width: 80px;
    text-align: center;
}

a#ffb_button_med #ffb_text, a#ffb_button_small #ffb_text {
    cursor: pointer;
    background: url(http://app.flashfeedback.com/images/admin/medium.png) center no-repeat;
    display: block;
    height: 50px;
    text-indent: -3000px;
    width: 90px;
}

a#ffb_button_small #ffb_text {
    cursor: pointer;
    background: url(http://app.flashfeedback.com/images/admin/small.png) center no-repeat;
    cursor: pointer;
    height: 40px;
    width: 40px;
}

a#ffb_button #ffb_charity, a#ffb_button_larger #ffb_charity, a#ffb_button_med #ffb_charity, a#ffb_button_small #ffb_charity {
    cursor: pointer;
    color: #6a6a6a;
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
    display: block;
    text-align: center;
}

a#ffb_button_small #ffb_charity {
    cursor: pointer;
    display: block;
    margin-top: -40px;
    margin-left: 40px;
    position: absolute;
    width: 95px;
}

