#webchat{width:20em;position:fixed;bottom:0;right:20px;margin:0;z-index:1000;box-shadow:0 0 5px 0 rgba(0,0,0,0.15)}#webchat .webchat-tab{background-color:#57663d;padding:.7em;border-top-right-radius:5px;border-top-left-radius:5px;color:white;cursor:pointer}#webchat .webchat-tab a,#webchat .webchat-tab a:hover{color:white;text-decoration:none}#webchat .webchat-body{position:relative}#webchat .webchat-body-xmpp{height:15em}#webchat.webchat-collapsed .webchat-body{display:none}#webchat .webchat-conversation,#webchat .webchat-chat-input,#webchat .webchat-status{border-width:1px;border-color:#DDD;border-style:none solid;background:white}#webchat .webchat-conversation{position:absolute;left:0;right:0;top:0;bottom:3em;background:white;padding:.5em .7em 0 .7em;overflow:auto;border-bottom-style:solid}#webchat .webchat-msg{margin-bottom:.2em}#webchat .webchat-msg .webchat-user{color:#F00}#webchat .webchat-msg.webchat-self .webchat-user{color:#00F}#webchat .webchat-chat-input{text-align:center;position:absolute;left:0;right:0;bottom:0;height:3em}#webchat .webchat-status{display:none}#webchat .webchat-chat-input input{margin:.4em 0;width:18em;height:1.5em;padding:.3em}#webchat .webchat-body-email{background:white;padding:1px 0}#webchat .webchat-body-email p{text-align:center;margin:0}#webchat .webchat-body-email p.webchat-buttons{margin-bottom:1em}#webchat .webchat-body-email input[type=text],#webchat .webchat-body-email textarea{width:17em}#webchat .webchat-body-email textarea{height:6em}#webchat .webchat-body-email .webchat-status{display:block;margin:1em .5em;text-align:center;border:0}#webchat .webchat-body-email .webchat-status-success{color:#090}#webchat .webchat-body-email .webchat-status-error{color:#900}