/**
 * shoutit
 *
 * @version      1.1
 * @author       Gabriel Freinbichler
 * @link         http://www.cmods-dev.de
 * @copyright    Copyright (C) 2007 by Gabriel Freinbichler
 * @license      http://www.gnu.org/copyleft/gpl.html GNU General Public License
 */


/*
 * ---------------------------------------------------------------------------------------------------------
 * style defines
 * ---------------------------------------------------------------------------------------------------------
 */
 
#shoutit_contentwrap {
 font: 8pt Arial;
 height: 450px;
 width: 210px;
 background-color: #ecefeb;
 overflow: auto;
}
 
#shoutit_content {
 margin: 2px;
}
 
#shoutit_content .name {
 color: #555555;
 font-weight: bold;
 padding-right: 2px;
}
 
#shoutit_inputwrap {
 font: 8pt Arial;
}
 
#shoutit_input {
 margin: 5px;
}
 
#shoutit_input .text {
 font: 8pt Arial;
}
 
#shoutit_input .button {
 margin-top: 4px;
 font: bold 8pt Arial;
}

.bb_standardsmilies {
    width: 99% !important;
}