
#shoutbox_container {
 border: 1px dashed #005880;
 width: 160px;
}

#shoutbox_outputwrap {
 font: 8pt Arial;
 width: 200px;
 height: 150px;
 background-color: #CEE7F2;
 overflow: auto;
}

#shoutbox_outputtext {
 margin: 5px;
}

#shoutbox_outputtext .shoutname {
 color: #555555;
 font-weight: bold;
 padding-right: 5px;
}

#shoutbox_inputwrap {
 font: 8pt Arial;
}

#shoutbox_input {
 margin: 5px;
 text-align:center;
}

#shoutbox_input .shout_form {
 border: 1px solid #888888;
 font: 8pt Arial;
 width: 100%;
 background-color: #CEE7F2;
}

#shoutbox_input .shout_button {
 width: 100%;
 margin-top: 10px;
 background-color: #005880;
 color: white;
 border: 1px solid #888888;
}


A.shoutbox_copyright:link { color:#000000; text-decoration:none; }
A.shoutbox_copyright:visited { color:#000000; text-decoration:none; }
A.shoutbox_copyright:hover { color:#ff0000; text-decoration:underline; }


