#chat{
    margin-left: 0px;
    width: 200px;
    height: 350px;
    background-color: #E3F6CE;
    border-color:#58FA58;
    border-style: solid;
    border-width:1px;
}
#chat_messages{
    margin-top: 10px;
    width: 190px;
    height: 200px;
    overflow: auto;
    font-size: 7pt;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    border-color:#58FA58;
    border-style: solid;
    border-width:1px;
}
#chat_input{
    margin-left:auto;
    margin-right:auto;
    margin-top: 5px;
    width: 190px;
    height: 50px;
    overflow: auto;
    border-width: 1px;
    border-style: solid;
    border-color:#58FA58;
    font-size: 7pt;
    background-color: #FFFFFF;
}
#emotDlg{
    position: absolute;
    background-color: #E3F6CE;
    width: 280px;
    height: 340px;
    overflow: auto;
    display:none;
    border-width: 1px;
    border-style: solid;
    border-color:#58FA58;
    z-index: 15;
}
#icon_table{
    width: 275px;
    height: 290px;
    margin: auto;
    border-spacing: 0px;
    border-collapse: collapse;
}
.close:hover{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #FF8000;
    cursor: pointer;
    text-decoration: none;
     background-color: #E3F6CE;
}
.close{
    position: absolute;
    top: 3px;
    right: 3px;
    border-width: 1px;
    border-style: solid;
    border-color:#58FA58;
    background-color:#ACFA58;    
}
#emot_head{
    width: 280px;
    height: 25px;
    background-image: url('images/emH.jpg');
    background-repeat: repeat-x;    
    
}
#emot_h{
    position: relative;
    left: 10px;
    font-family: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #FFFFFF;
}
.tab{
    background-color:#ACFA58;
    text-align: center;
    border-color:#58FA58;
    border-style: solid;
    border-width:1px;
}
.tabh{
    background-color: #E3F6CE;
    text-align: center;
}
#emot_bottom{
    width: 280px;
    height: 25px;
}
#chat_toolbar{
    margin-left:auto;
    margin-right:auto;
    margin-top: 5px;
    width: 190px;
    height: 30px;
}
#chat_head{
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    width: 200px;
    height: 31px;
    background-image: url('images/hB.jpg');
    background-repeat: repeat-x;    
    
}
#cHead{
    position: relative;
    top: 5px;
    left: 15px;
    font-family: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
}
#chat_footer{
    font-family: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
}
