/* WBC version 5.2.7 */
/* ---------- common buttons --------- */
.commonButton button,
.commonButton input,
.commonButton {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 width:91px;
 height:21px;
 color: #000000;
 background-color: transparent;
 text-align: center;
 vertical-align: middle;
}
.commonButton input,
.commonButton button {
 background-image: url(img/btn_bg.gif);
 width:91px;
 height:21px;
 border: 0 solid white;
 background-repeat: no-repeat;
}
.commonButton input[disabled],
.commonButton button[disabled] {
 background-image: url(img/btn_bg-disabled.gif);
 width:91px;
 height:21px;
 color: #999999;
}

