 /* Chat Box CSS */
      #departureHolder {   position: fixed; float:left; }
      #departure { margin: 30px 0 0 10px;  height:391px; width:581px; text-align:left; display:none;   background: url(/images/chat_bg.png) no-repeat; font: normal 12px "Arial", "Verdana", "Helvetica","sans-serif"; line-height:18px; position:absolute; }
      #headerLine { width:100%; height:27px; margin-top: 10px; display:block;}
      #headerLine .closeChat { width:80px; margin:0 25px 0 0;  float:right; }
      #headerLine .chatTitle {  width: 422px;   float:left; margin-left:10px;}
      #departure .messageCPU { font-weight:bold; }
      #departure .messageUser { font-weight:  bold; color: #002aff; }
      #departure .divScrollholder { width: 100%; height:auto; display:block; }
      #divScroll { border: solid 1px #000000; margin-left:10px; background-color: #eee; overflow-x: hidden; overflow-y: scroll;   height: 252px; width: 422px; float:left; }
      #agentPhoto {   width: 132px; height:252px; background: url(/images/chat_heidi.jpg) no-repeat;  float:right; margin-right:10px; }
      #departure  textarea  { height:70px; width:400px; border: solid 1px #000; margin-left:10px; float:left;}
      #departure  a  { width:100%; text-align:center;  font: bold 12px "Arial", "Verdana", "Helvetica","sans-serif"; }
      #agentTypingMessage {  margin:0 0 0 11px;  float:left; width:422px; height:auto; background: url(/images/chat_agent_typing.png) no-repeat; font-weight:bold; padding:0 0 0 4px; color:#fff; }
      #agentTypingMessage p { margin:0 0 0 26px; padding:0; }
      #departure .chatBtnSend {   margin: 10px 25px 0 0; height:70px; width:132px; float:right; }