@charset "utf-8";
/* CSS Document */
#scroller {
    background-color: #ffd280;
    color: #c00;
    font-size: 14px;
    height: 28px !important;
    line-height:28px;
    overflow: hidden;
    position: relative;
    width: 1005;
    padding-top: 1px;
    position: relative;
}
.scrollingtext {
    color: #800;
    white-space:nowrap;
    position:absolute;
    font-size: 14px;
}
.scrollingtext .date{
    font-style: normal;
	
}
.scrollingtext .message{
    font-style: oblique;
}
.scrollingtext a:link, .scrollingtext a:visited {
    color: #600;
    font-size: 14px;
}
.scrollingtext a:visited {
    text-decoration:none;
}

.review {
    padding-right: 50px;
}

#static-text {
    position: absolute;
    padding: 0 10px;
    background-color: orange;
    z-index: 99999;
    font-weight: bold;
}
