#chat-container { position: absolute; /* background: #fffdf8; */ } #chat { overflow-y: scroll; overflow-x: hidden; max-height: 320px; font-size: 13px; line-height: 18px; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; width: 250px; } #chat #chat-shim { height: 320px; } #chat p { margin: 0; } #chat span.nick { display:inline-block; width: 50px; vertical-align: top; } #chat span.you { color: #ee33bb; } #chat span.msg { display: inline-block; vertical-align: top; word-wrap: break-word; max-width: 200px; } #chat-container #chat img { max-width: 200px; max-height: 200px; } #form { margin: 0; } #form input { outline: 0; margin-top: 0; border: 1px solid #ddd; border-right-width: 4px; padding: 2px; margin-left: 10px; font-size: 13px; width: 251px; } #form #open-emoticons { position: absolute; right: -2px; bottom: 18px; width: 15px; height: 15px; cursor: pointer; } #form #emoticons { display: none; display: center; z-index: 100; position: absolute; right: -5px; bottom: 39px; width: 110px; padding: 2px 0px 2px 5px; border: 1px solid #ddd; background: white; } #form #emoticons img { margin: 2px; border: 1px solid transparent; cursor: pointer; } #form #emoticons img:hover { border: 1px solid black; }