div#chatCont {
 position: fixed;
 right: 5px;
 bottom: 5px;
 z-index: 100001;
}

div#chatWrap {
 background: #ffffff;
 border: 1px solid black;
 position: relative;
}

div#chatWrap.minimized {
 width: 200px;
 height: 40px;
}

div#chatWrap.minimized:hover {
 background: #f0f0f0;
}

div#openChat { 
 text-align: center;
 padding: 5px;
 cursor: pointer;
}

div#closeChat { 
 display: none; 
 text-align: right;
 padding: 5px;
 background-color: #eee;
}

div#closeChat img { 
 cursor: pointer;
}

div#chatContent {
 position: absolute;
 text-align: left;
}

div.chatInfoMsg {
 margin: 5px;
}

div.chatInfoMsg.first {
 border-top: 1px dotted black;
 padding-top: 5px;
}

div.chatInfoMsg.last {
 border-bottom: 1px dotted black;
 padding-bottom: 5px;
}

form#chatMsgform {
 text-align: left;
}

textarea#chatMsg {
 bottom: 0;
 width: 100%;
 height: 40px;
 margin: 0;
 border-bottom: none !important;
 border-left: none !important;
 border-right: none !important;
 border-top: 1px solid #ccc !important;
 position: absolute;
 display: none;
 outline: none;
 padding: 5px;
 resize: none;
 box-sizing: border-box;
 border-radius: 0;
}

div#chatMsgs {
 overflow-y: auto;
 height: 233px;
 width: 298px;
 display: none;
}

div.chatmsg {
 padding: 2px 4px;
 font: 12px Arial,Verdana,Tahoma;
 font-size: 12px;
 clear: left;
}

div.emailError { color: #f00000; }

div.chatmsg div.msgcontent {
 padding-bottom: 2px;
 line-height: 1.3;
}

div.chatmsg div.msgdate { 
 font-weight: bold; 
 padding-top: 2px;
 /* padding-bottom: 2px; */
}

input#msgSubmit {
 position: absolute;
 right: 5px;
 bottom: 5px;
 display: none;
 outline: none;
}

div#loading_chatmsgs {
 text-align: center;
 margin-top: 100px;
}

img#submitting {
 display: none;
 position: absolute;
 bottom: 5px;
 right: 5px;
}
