  /* This file controls the look of the Live shoutbox... */

#chatoutput {
/*height: 400px;*/
 width: 160px; 
 

/* Horizontal Scrollbar Killer */
padding: 6px 8px; 

/* Borders */
border: 0px solid 3f4217;
border-width: 0px 0px;
-moz-border-radius : 0px 0px 0px 0px;

font: 11px helvetica, arial, sans-serif;
color: #333333;
background: #d8caa8;
overflow: auto;
margin-top: -3px;
margin-left: 0px;
}

#chatoutput span { font-weight: bold; font-size: 8pt; color: #3f4217; }
#chatForm label, #shoutboxAdmin { display: block; margin: 4px 0; }
#chatoutput a {  font-style: normal; font-weight: bold; color: #3f4217 }

/* User names with links */
#chatoutput li span a { font-weight: normal; display: inline !important; border-bottom: px dotted #3f4217 }

#chatForm input, #chatForm textarea {background: #EEFFCF; padding: 2px; width: 154px;  margin: 0 auto; }
#chatForm textarea { width: 154px; background: #EEFFCF;}
#chatForm input#submitchat { width: 70px; margin: 10px auto; border: 2px ; padding: 2px; }
#chatoutput ul#outputList {  background: #e1daca;  padding: 0; position: static; margin: 0; }
#chatoutput ul#outputList li { padding: 4px; margin: 0; color: #333333; background: none; font-size: 1em; list-style: none; }

/* No bullets from Kubrick et al. */
#chatoutput ul#outputList li:before { content: ''; }

ul#outputList li:first-line { background: #fff;  line-height: 16px; }
#lastMessage { padding-bottom: 6px; text-align: center; margin-bottom:8px; border-bottom: 2px solid #E8FFBF; }
em#responseTime { font-style: normal; display: block; }
#chatoutput .wp-smiley { vertical-align: middle; }

#JalSound { margin: 0 -16px 0 0; cursor: pointer; float: left; width: 16px; height: 16px; }
#usersOnline { color: #3f4217; font-size: 9px; text-align: center; }

#chatInput { margin-left: 0px;
width: 160px; 
background: #d8caa8;
padding: 6px 8px; 
border: 0px solid #3f4217;
border-width: 0px 0px;
-moz-border-radius : 0px 0px 0px 0px;
  }
  

  
  
  
  
