| 4711 | | background-image: -webkit-gradient( |
| 4712 | | linear, |
| 4713 | | left bottom, |
| 4714 | | left top, |
| 4715 | | color-stop(0.07, rgb(230,230,230)), |
| 4716 | | color-stop(0.77, rgb(216,216,216)) |
| 4717 | | ); |
| 4718 | | background-image: -moz-linear-gradient( |
| 4719 | | center bottom, |
| 4720 | | rgb(230,230,230) 7%, |
| 4721 | | rgb(216,216,216) 77% |
| 4722 | | ); |
| 4723 | | background-repeat: no-repeat; |
| 4724 | | background-image-position: 10px 8px; |
| | 4711 | background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.07, #e6e6e6), color-stop(0.77, #d8d8d8)); |
| | 4712 | background-image: -webkit-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); |
| | 4713 | background-image: -moz-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); |
| | 4714 | background-image: -ms-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); |
| | 4715 | background-image: -o-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); |
| | 4716 | background-image: linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); |