#shoutbox {
    margin-top: 20px;
    margin-left: 180px;
    margin-bottom: 20px;
    width: 500px;
}

#shoutbox-content {
     overflow:auto;
     height: 250px;
     width: 500px;
     margin-left: 5px;
}

#shoutbox-footer {
    margin-top: 10px;
}

#shoutbox-footer textarea {
  font-size: 12px;
  width: 400px;
  height: 20px;
  display: block;
  float: left;
  margin: 0;
  margin-bottom: 3px;
  border: solid 1px #666666;
}

#shoutbox-footer input {
    float: right;
}

div.shout {
}

span.author {
    display: inline;
    font-weight: bold;
    font-size: 12px;
}

span.time {
    font-size: 11px;
}

span.content {
    display: inline;
    width: 200px;
    font-size: 12px;
}

span.remove {
    display:block;
    margin-top: 10px;
}
