/*

  chat.css

  css style information for chat.html

*/
div#chattext {width: 400px; height: 200px; border: 1px outset black; overflow: auto;}
div#users {width: 200px; height: 200px; border: 1px outset black; overflow: auto;}
select#destination {width:150px;}
input#message {width: 400px;}
button#gobutton {width: 50px;}
table#maintable {border-collapse: collapse}
