@charset "utf-8";
/* Omnimusic buttons style */

.btnLeftBg { height: 34px; margin: 0 auto; padding: 0; background: url(../img/btn_light_grey_left_bg.jpg) left top no-repeat; }
.btnRightBg { height: 34px; margin: 0 auto; padding: 0; background: url(../img/btn_light_grey_right_bg.jpg) right top no-repeat; }

.smBtn { width: 80px; height: 34px; margin: 0; padding: 0; text-align: center; background: url(../img/btn_light_grey_x_bg.jpg) left top repeat-x; }
.smBtn a { display: block; width: 80px; height: 16px; margin: 0; padding: 8px 0; font-size: 12px; font-weight: bold; color: #000; text-align: center; }
.smBtn a:hover { text-decoration: underline; }

.medBtn { width: 120px; height: 34px; margin: 15px auto 10px; padding: 0; text-align: center; background: url(../img/btn_light_grey_x_bg.jpg) left top repeat-x; }
.medBtn a { display: block; width: 120px; height: 16px; margin: 0; padding: 8px 0; font-size: 12px; font-weight: bold; color: #000; text-align: center; }
.medBtn a:hover { text-decoration: underline; }

.lrgBtn { width: 180px; height: 34px; margin: 15px auto 10px; padding: 0; text-align: center; background: url(../img/btn_light_grey_x_bg.jpg) left top repeat-x; }
.lrgBtn a { display: block; width: 180px; height: 16px; margin: 0; padding: 8px 0; font-size: 12px; font-weight: bold; color: #000; text-align: center; }
.lrgBtn a:hover { text-decoration: underline; }

.goBtn { width: 50px; height: 34px; margin: 0; padding: 0; text-align: center; background: url(../img/btn_light_grey_x_bg.jpg) left top repeat-x; }
.goBtn a { display: block; width: 40px; height: 16px; margin: 0; padding: 9px 0; font-size: 12px; font-weight: bold; color: #000; text-align: center; }
.goBtn a:hover { text-decoration: underline; }
.goBtn input.submitType { width: 50px; margin: 0; padding: 9px 0; text-align: center; font-weight: bold; background: none; border: none; }


