#chat-frame{
    background-color: transparent;
    bottom: 10px;
    height: 300px;
    overflow: hidden;
    position: fixed;
    right: 25px;
    width: 320px;
    z-index: 98;
}
#intro-button {
    background: #FFFFFF url("../../virtassist/bg_bottom.png") repeat-x scroll bottom left;
    z-index: 99; 
    width: 285px; 
    height: 218px;
    border: 1px solid gray;
    font-family: arial, sans-serif;
    -webkit-box-shadow: 0px 0px 4px 4px #bbbbbb;
    -moz-box-shadow: 0px 0px 4px 4px #bbbbbb;
    box-shadow: 0px 0px 4px 4px #bbbbbb;
    
}

.conversation-div {
    background-color: #FFFFFF;
    border: 1px solid gray;
    display: block;
    font-size: 11px;
    height: 108px;
    margin: 0 10px;
    max-height: 108px;
    min-height: 108px;
    overflow: auto;
    padding-bottom: 20px;
}
.event-listener {
    bottom: 130px;
    display: inline-block;
    font-size: 11px;
    left: 95px;
    position: absolute;
    color: #969696;
    font-weight: bold;
}
.conv-answer {
    margin: 0;
}
#chat-header {
    background: url("../../virtassist/chatbot_header_bg.jpg") repeat-x scroll 0 0 transparent;
    color: #59b59d;
    font-size: 14px;
    height: 25px;
    margin: 0 0 3px;
    padding-left: 10px;
    padding-top: 9px;
    text-align: left;
    vertical-align: top;
}
.intro {
    margin: 0;
    color: #969696;
    font-weight: bold;
    text-align: center;
}

.assistent {
    padding: 1px;
    margin:  3px;
    color: #000000;
}
.assistent .conver-label {
    color: #46b0d5;
}
.visitor {
    padding: 1px;
    margin:3px;
    color: #000000;
}
.visitor .conver-label {
    color: #969696;
}
.chat-action {
    margin-top: 7px;
    padding-left: 10px;
}
#chat-answer {
    width: 60%;
}
.conver-label {
    font-weight: bolder;
    font-style: italic;
}
#close-button {
    float: right;
    margin-right: 5px;
    margin-top: 0px;
    cursor: pointer;
}
#chat-icon {
    margin-top: -3px;
    margin-right: 10px;
}
#invite {
    height: 27px;
    position: absolute;
    bottom: 15px;
    width: 285px;
    background: url("../../virtassist/chatbot_header_bg.jpg") repeat-x scroll 0 0 transparent;
    cursor: pointer;
    margin-bottom: 5px;
    font-family: arial,sasans-serif;
    font-size: 12px;
}