

.shoutbox {
    width:95%;
    margin:0 auto;
}

.shoutbox #message-box, .shoutbox #submit-buttons {
    width:100%;
}

.shoutbox .entry {
    border:1px solid #8080FF;
    margin:5px 0 5px 0;
    padding:2px;
}

/* Überschrift, Name, Datum etc. */
.shoutbox .entry .name {
    font-size:13px;
    font-weight:bold;
    background-color:#FFFFFF;
}

.shoutbox .entry .name .datum {
    font-style:italic;
    font-weight:normal;
}

/* Text Inhalt */
.shoutbox .entry .content {
    font-size:12px;
    font-family:sans-serif;
    padding:3px;
    background-color:#EEEEFF;
}

.shoutbox .entry .content code {
    background-color:#FFFFFF;
    color:#008000;
    font-family:monospace;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}


.shoutbox .shoutbox_buttons {
    text-align:center;
    cursor:pointer;
}

.shoutbox .shoutbox_buttons .bbcode {
    padding:2px;
    cursor:pointer;
}

.shoutbox .captcha {
    width:300px;
    margin-left:auto;
    margin-right:auto;
}

.shoutbox .captcha td {
    vertical-align:top;
}

.shoutbox .captcha .inputbox {
    width:98%;
}




