#box {
    font: 10px Verdana,sans-serif;
    z-index: 100;
    width: 360px;
    min-height: 10px;
    padding: 2px 2px 2px 2px;
    border: 1px solid silver;
    text-align: center;
#    background: gold;
	background: #d0d0d0;
    color: #333;
}

#boxcontent {
    background: #eeeeee;
    color: #333;
    height: 310px;
    overflow-x: auto;
    overflow-y: auto;
    font-size: 11px;
}

#boxcontent table {
    border-collapse: collapse;
    border: 1px;
    width: 100%;
}

#boxcontent tr.streaminfo {
    background: #fefefe;
    color: #333;
}
