DIV.t-console { position: fixed; z-index: 1; top: 2px; left: 2px; }
DIV.t-console-entry { font-weight: bold; padding: 0px 2px 0px 22px; cursor: pointer; border-radius: 5px; margin-bottom: 5px; }
DIV.t-console DIV.t-err { background: red url(db85b86292b712dbcf8bda7ac1437a65238820a6.png)  no-repeat scroll 0% 0%; color: white; padding-left: 22px; }
DIV.t-console DIV.t-warn { background: rgb(244, 218, 91) url(db85b86292b712dbcf8bda7ac1437a65238820a6.png)  no-repeat scroll 0% 0%; color: black; padding-left: 22px; }
DIV.t-console DIV.t-info { background: green url(8aa251c4da2fca4c68e8c08c13d90a847c8acfc1.png)  no-repeat scroll 0% 0%; color: white; padding-left: 22px; }
DIV.t-console DIV.t-debug { background-color: silver; color: black; padding-left: 22px; }
