.chatbox {
    position: fixed;
    width: 100%;
    display:none;
    z-index:10000;
    bottom:0;
    right:0;
}

/*
 * ARANCIO X NOTIFICHE: #F99d39
 * ROSSO X ERRORI:      #FF192C
 * GIALLO X WARNING:    #F2DE00
 * VERDE X INFO:        #55C603
*/
.chatboxheadInfo {
    padding:5px;
    color: #ffffff;

    font-weight: bold;
    background: #55C603 url("../resources/css/images/graphics/infoMsg_slice.png") repeat-x;
    border-right:1px solid #55C603;
    border-left:1px solid #55C603;
}

.chatboxheadNotify {
    padding:5px;
    color: #ffffff;

    font-weight: bold;
    background: #F99d39 url("../resources/css/images/graphics/warnMsg_slice.png") repeat-x;
    border-right:1px solid #F99d39;
    border-left:1px solid #F99d39;
}

.chatboxheadWarn {
    padding:5px;
    color: #4C4602;

    font-weight: bold;
    background: #F2DE00 url("../resources/css/images/graphics/warnMsg_slice.png") repeat-x;
    border-right:1px solid #F2DE00;
    border-left:1px solid #F2DE00;
}

.chatboxheadError {
    padding:5px;
    color: #ffffff;

    font-weight: bold;
    background: #FF192C url("../resources/css/images/graphics/errorMsg_slice.png") repeat-x;
    border-right:1px solid #FF192C;
    border-left:1px solid #FF192C;
}

/* ---------------------------------------- */

.chatboxblink {
    background-color: #176689;
    border-right:1px solid #176689;
    border-left:1px solid #176689;
}

.chatboxcontent {
    font-family: arial,sans-serif;
    font-size: 13px;
    color: white;
    /*height:20px;
    width:100%;
    overflow:auto;
    padding:7px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #eeeeee;
    background-color: #ffffff;
    line-height: 1.3em;*/
}

.chatboxinput {
    padding: 5px;
    background-color: #ffffff;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
    width: 206px;
    height: 50px;
    padding:3px 0pt 3px 3px;
    border: 1px solid #eeeeee;
    margin: 1px;
    overflow:hidden;
}

.chatboxtextareaselected {
    border: 2px solid #f99d39;
    margin:0;
}

.chatboxmessage {
    margin-left:1em;
}

.chatboxicon {
    float:left;
    position:relative;
    bottom: 4px;
    margin: 0;
    margin-left: 3px;
    margin-right: 10px;
}

.chatboxinfo {
    margin-left:-1em;
    color:#666666;

}

.chatboxmessagefrom {
    margin-left:-1em;
    font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
    float: right;
}

.chatboxoptions a {
    text-decoration: none;
    color: white;
    font-weight:bold;
    font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
    float: left;
}