#shoutbox_smiles
{
    background-color: #F0F8F0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    z-index: 14;
}

#smiley_msg
{
    width: calc(100% - 24px);
    border: 1px solid gray;
    margin: 0;
    padding: 0;
    height: 18px;
}