h2 {
    text-align:center;
    margin:10px auto;
}

.marquee_container {
    margin:10px auto;
    width:700px;
    position:relative;
}

#message {
    width:550px;
    background:#000000;
    color:#FF0000;
}

#post,#clear {
    font-weight:bold;
}

#clear {
    color:#FF0000;
}

.error {
    color:#FF0000;
}

#messages {
    margin:0;
    padding:0;
    float:left;
    height:320px;
    width:300px;
    overflow:scroll;
}

#messages ul {
    margin:0;
    /* padding:0 0 0 15px; */
    padding:0;
    list-style:none;
}

#messages ul li {
    margin:0 0 2px 0;
    padding:2px;
}

.msg_in_queue {
    color:#0000A0;
    /* list-style-type:circle; */
}

.msg_current {
    color:#0000FF;
    font-weight:bold;
    /* list-style-type:disc; */
}

.msg_archived {
    color:#000000;
    /* list-style-type:disc; */
}

.msg_own {
    background:#CEFC9F;
}

.msgs_in_queue {
    text-align:right;
}

#wilcocks {
    text-align:right;
    clear:right;
    margin:0;
    padding:0;
    float:right;
    width:400px;
}

#info_line {
    margin:10px auto;
    width:700px;
    text-align:center;
}

.clear {
    clear:both;
}

#throbber {
    visibility:hidden;
    color:#000000;
    font-weight:bold;
}

.dismiss_error {
    color:#FF00FF;
    font-weight:bold;
}

#htmlconverter {
    display:none;
}

#colour {
    background:#FF0000;
    color:#FF0000;
    width:50px;
}

.marker {
    background:#000000;
    font-weight:bold;
}