/*style global items*/
*{margin:0px; padding:0px;}
BODY{background-color:black; color:white;}
input[type="button"] {border:1px solid orange; padding:2px; float: right;}
input[type="text"] {border:1px solid orange; padding:2px;}

/*style items in class 'chatwindow'*/
#dialog{width:auto;}
.chatwindow{height:100%; width:100%;}
.chatwindow TABLE{width:100%; height:100%;}
.chatwindow TEXTAREA{width:100%;}
.chatwindow TEXTAREA {height:100%;}


