#widget { 
    font-family: helvetica;
    width: 600px; 
    height: 402px;
    border: 6px solid #555555;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #cccccc;
}
#controlbar {
    padding-left:10px;
    padding-right:10px;
    height: 28px;
    line-height: 28px;
}
#status {
    background-color: #eeeeee;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
#status2 {
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
#title {
    background-color: #aaaaaa;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
    text-decoration: none;
}
#scrollbox {
    background-color: #ffffff;
    height: 300px;
    overflow: auto;
}
#content {
    padding: 5px;
}
#counter {
    float:right;
}
button {
    width: 50px;
}

