49 | | .fg-buttonset{background: #ee920c; |
50 | | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee920c', endColorstr='#ffcd0b'); |
51 | | background:-webkit-gradient(linear, left top, left bottom, from(#ee920c), to(#ffcd0b)); |
52 | | background:-moz-linear-gradient(top, #ee920c, transparent); width:100%;margin:0;} |
| 49 | .fg-buttonset{background: #bababa; |
| 50 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#707070'); |
| 51 | background:-webkit-gradient(linear, left top, left bottom, from(#bababa), to(#707070)); |
| 52 | background:-moz-linear-gradient(top, #bababa, #707070); |
| 53 | width:100%;margin:0;} |