#shout {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    color: #FFF;
    padding: 5px 0
    }
#shout label {
    display: block
    }
#shout_form_header {
    cursor: move
    }
#shout_btn {
    border: 1px solid #FFF;
    background-color: #86C9D5;
    color: #FFF;
    font-weight: bold;
    margin: 5px 0;
    float: right
    }
#shout-form {
    margin: 0 auto
    }
#shout-form input.text {
    border: 1px solid #86C9D5
    }
#shout-form input.error {
    border: 1px solid red
    }
#shout_msg {
    width: 154px
    }
#nick {
    width: 50px
    }
div.shout_wrapper {
    width: 180px;
    /*border: 1px solid black;*/
    z-index: 2;
    position: absolute;
    color: #333;
    font-weight: bold
    }
div.shout_wrapper.left {
    left: 10px
    }
div.shout_wrapper.right {
    right: 10px
    }
div.message_top_drag {
    background: url(../img/oben_drag.png) no-repeat top center;
    height: 37px;
    width: 179px
    }
div.message_top {
    background: url(../img/oben.png) no-repeat left top;
    height: 8px;
    width: 169px
    }
div.shout_message {
    padding: 0 5px 0 5px;
    background: url(../img/mitte.png) repeat-y left center;
    width: 159px;
    overflow: hidden
    }
div.message_bottom {
    background: url(../img/unten.png) no-repeat left top;
    height: 29px;
    width: 169px
    }
div.shout_text {
    /*font-weight: bold;*/
    font-size: 7pt;
    line-height: 8pt;
    border-bottom: 1px dotted #FFF;
    padding-bottom: 5px;
    text-align: justify
    }
div.shout_info {
    font-size: 7pt;
    font-weight: normal;
    color: #FFF
    }