.fsui-button-set-2 {width:268px;margin:0 auto;height:18px;padding:0;border:0;display:block;clear:both;}
.fsui-button-set-1 {width:134px;margin:0 auto;height:18px;padding:0;border:0;display:block;clear:both;}
.fsui-button {height:18px;line-height:18px;width:130px;text-decoration:none;color:#333333; cursor:pointer;margin:0 2px;position:relative;float:left;display:inline;}
.fsui-button span {line-height:18px;height:18px;display:block;position:absolute;}
.fsui-button span.fsui-button-center {width:124px;background-image:url(../images/btn_mid.png);background-repeat:repeat-x; text-align: center;left:3px;}
.fsui-button span.fsui-button-right {background-image:url(../images/btn_right.png);right:0px;width:3px;}
.fsui-button span.fsui-button-left {background-image:url(../images/btn_left.png);left:0px;width:3px;}
.fsui-button:hover span.fsui-button-center {width:124px;background-image:url(../images/btn_over_mid.png);background-repeat:repeat-x; text-align: center;left:3px;}
.fsui-button:hover span.fsui-button-right {background-image:url(../images/btn_over_right.png);right:0px;width:3px;}
.fsui-button:hover span.fsui-button-left {background-image:url(../images/btn_over_left.png);left:0px;width:3px;}

.fsui-button-disabled {height:18px;line-height:18px;width:130px;text-decoration:none;color:#AAA;margin:0 2px;position:relative;float:left;display:inline;}
.fsui-button-disabled span {line-height:18px;height:18px;display:block;position:absolute;}
.fsui-button-disabled span.fsui-button-center {width:124px;background-image:url(../images/btn_mid_disabled.png);background-repeat:repeat-x; text-align: center;left:3px;}
.fsui-button-disabled span.fsui-button-right {background-image:url(../images/btn_right_disabled.png);right:0px;width:3px;}
.fsui-button-disabled span.fsui-button-left {background-image:url(../images/btn_left_disabled.png);left:0px;width:3px;}
