1/************************************************************************************************/
2#fbToolbarSearch {
3    background-image: url(search.gif) !important;
4}
5/************************************************************************************************/
6.fbErrors {
7    background-image: url(errorIcon.gif) !important;
8}
9/************************************************************************************************/
10.logRow-info {
11    background-image: url(infoIcon.gif) !important;
12}
13
14.logRow-warning {
15    background-image: url(warningIcon.gif) !important;
16}
17
18.logRow-error {
19    background-image: url(errorIcon.gif) !important;
20}
21