#shoutbox {
    width:800px;
    height:291px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}

.shout_headers {
    width:800px;
    height:76px;
    background-image:url(../images/shoutbox/headers.png);
    background-position: 0 0;
    background-repeat:no-repeat;
}

.shout_left_border {
    width:13px;
    height:202px;
    background-image:url(../images/shoutbox/left_border.jpg);
    background-position: 0 0;
    background-repeat:no-repeat;
    float:left;
}

.shout_right_border {
    width:14px;
    height:202px;
    background-image:url(../images/shoutbox/right_border.jpg);
    background-position: 0 0;
    background-repeat:no-repeat;
    float:left;
}

.shout_body {
    height:202px;
    width:773px;
    float:left;
    background-image:url(../images/1px_transparent_gray20.png);
    overflow:hidden;
}

.shout_body_data {
    height:182px;
    width:773px;
    overflow-y:auto;
    overflow-x:hidden;
    position:relative;
}

.shout_body_buttons {
    
}

.shout_bottom_border {
    width:800px;
    height:13px;
    background-image:url(../images/shoutbox/bottom_border.jpg);
    background-position: 0 0;
    background-repeat:no-repeat;
    float:left;
}

.shout_title {
    height:19px;
    width:773px;
    position:absolute;
    top:12px;
    left:13px;
    background-position:50% 50%;
    background-repeat:no-repeat;
}

.shout_data {
    height:19px;
    width:132px;
    position:absolute;
    top:44px;
    left:13px;
    background-position:50% 50%;
    background-repeat:no-repeat;
}

.shout_login {
    height:19px;
    width:133px;
    position:absolute;
    top:44px;
    left:152px;
    background-position:50% 50%;
    background-repeat:no-repeat;
}

.shout_tresc {
    height:19px;
    width:494px;
    position:absolute;
    top:44px;
    left:292px;
    background-position:50% 50%;
    background-repeat:no-repeat;
}

input.shoutbox_message_input {
    width:715px;
    height:15px;
    float:left;
    margin-left:1px;
}

input.shoutbox_submit {
    width:50px;
    float:right;
    margin-right:1px;
    height:19px;
    padding:1px 1px 4px 1px;
    cursor:pointer;
}

input.disabled {
    cursor:default;
}

div.shoutbox_message {
    min-height:5px;
    height:auto;
    position:relative;
    overflow:hidden;
}

div.smp {
    background-image:url(../images/1px_transparent_black15.png);
}

div.smnp {
    background-image:url(../images/1px_transparent_white10.png);
}


div.shoutbox_message div.data {
    float:left;
    width:129px;
    text-align:center;
    margin-right:1px;
    padding:3px;
}

div.shoutbox_message div.login {
    float:left;
    width:133px;
    margin-left:1px;
    text-align:center;
    padding:3px;
}

div.shoutbox_message div.tresc {
    float:left;
    padding:3px 3px 3px 5px;
    width:470px;
}

img.emot {
    vertical-align:middle;
}


