#chat .username { margin-bottom: 10px; } #chat .username input { width: 225px; } #chat .messages { height: 350px; width: 300px; border: thin solid black; overflow: auto; margin: 2px; } #chat .messages ul { margin: 0px; padding: 0px; } #chat .messages ul li { list-style-type: none; font-size: 12px; } span.me { color: red; } span.them { color: blue; } #chat .newMessage { margin-top: 10px; } #chat .newMessage textarea { width: 240px; height: 50px; } #chat .newMessage button { width: 50px; height: 55px; position: absolute; margin-left: 8px; } .username { font-weight: bold; }