* {
        margin: 0;
        padding: 0;
}
body {
        background: #fff;
        color: #000;
        font: 0.7em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
        padding: 0px;
}
#newsticker {
        background: #ffffaf;
        position: relative;
}
#newsticker ul {
        border: 0px solid #fcf498;
        list-style: none;
        min-height: 1.6em;
        padding: 5px 5px;
        padding-right: 5px;
}
* html #newsticker ul {
        height: 1.0em;
        overflow: visible;
}
#newsticker li.error {
        color: #f00;
}
#newsticker #togglenewsticker {
        background: transparent no-repeat 0 0;
        overflow: hidden;
        position: absolute;
        right: 10px;
        top: 12px;
        width: 14px;
        height: 10px;
        text-indent: 10px;
        outline: none;
}
* html #newsticker #togglenewsticker {
        right: 10px;
}

