body, form {
 margin:0;padding:0;
}

#log {
 background-color:black;
}
#controls {
 background-color:red;
 position:absolute;
 width:300px;
 height:200px;
 bottom:0;
 right:300px;
}
#items {
 background-color:green;
 position:absolute;
 height:200px;
 bottom:0;
 right:600px;
}

#mobs {
 background-color:yellow;
 position:absolute;
 height:200px;
 bottom:0;
 left:0;
}

#chat {
 background-color:gray;
 position:absolute;
 width:300px;
 top:0;
 right:0;
}
#tabs {
 background-color:blue;
 position:absolute;
 width:300px;
 height:300px;
 bottom:0;
 right:0;
 text-align:center;
}


.logwindow {
/* width:100%;*/
 height:6em;
 border:none;
 overflow:auto;
 font-size:.8em;
 background-color:black;
}

.logwindow p {
 margin:0;
}

.logwindow p.system {color:blue;}
.logwindow p.systemerror {color:red;}
.logwindow p.tell {color:white;}
.logwindow p.youtell {color:gray;}
.logwindow p.say {color:red;}
.logwindow p.yousay {color:#c00;}
.logwindow p.bellow {color:#cc0;}
.logwindow p.youbellow {color:#cc0;}
.logwindow p.emote {color:green;}
.logwindow p.youemote {color:#0c0;}
.logwindow p.roomtitle {color:white;}
.logwindow p.roomdesc {color:gray;}
.logwindow p.playermove {color:#c00;}

.navbuttons table, .navbuttons td, .navbuttons input {
 margin:0;padding:0;
 border-collapse:collapse;
}
.navbuttons input {width:25px;}

