/* button 185 */
.button { cursor: pointer; border-top: 1px solid #300303; background: #cc0000; background: -webkit-gradient(linear, left top, left bottom, from(#bf3f3f), to(#cc0000)); background: -moz-linear-gradient(top, #bf3f3f, #cc0000); padding: 6px 12px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white; font-size: 14px; font-family: Helvetica, Arial, Sans-Serif; text-decoration: none; vertical-align: middle; text-align: center; }
.button:hover { border-top-color: #782828; background: #782828; color: #ccc; }
.button:active { border-top-color: #872734; background: #872734; }

/* button 500 */
.button500 { cursor: pointer; border-top: 1px solid #300303; background: #cc0000; background: -webkit-gradient(linear, left top, left bottom, from(#bf3f3f), to(#cc0000)); background: -moz-linear-gradient(top, #bf3f3f, #cc0000); padding: 6px 140px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white; font-size: 14px; font-family: Helvetica, Arial, Sans-Serif; text-decoration: none; vertical-align: middle; text-align: center; }
.button500:hover { border-top-color: #782828; background: #782828; color: #ccc; }
.button500:active { border-top-color: #872734; background: #872734; }

