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

#chatoutput {
/*height: 210px;*/
width: 264px;

/* Horizontal Scrollbar Killer */
padding: 4px 4px;

/* Borders */
border-top: 1px solid #b4b4b2; /*eee*/
border-bottom: 1px solid #b4b4b2;
/*border-width: 1px 1px;
-moz-border-radius : 0px 0px 0px 0px;*/

color: #525251;
background: #; ?>; /* bcbcb9*/
overflow: auto;
margin-top: 5px;
}

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

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

#chatForm input[type="hidden"] { border: 0; padding: 0; }
#chatForm input, #chatForm textarea, #chatForm #shoutboxOp {font-size: 10px; font-family: Arial; color: #1b1b1b; background-image: url(http://www.typeneu.com/wp-content/themes/TypeNeu/images/form_dots.gif); border: 0px; width: 270px; display: block; margin: 0}
#chatForm textarea { width: 100px; }
#chatForm input#submitchat {font-weight: none; font-size: 9px; color: #eee; background: #525251; width: 30px; height: 16px; margin: 5px 0px 0px 0px; border: 0px; outset; padding: 0px; }
#chatoutput ul#outputList { padding: 4px 0px 0px 0px; position: static; margin: 0; }
#chatoutput ul#outputList li { padding: 4px 0px 0px 0px; margin: 0; color: #525251; background: none; list-style: none; }

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

ul#outputList li:first-line {}
#lastMessage { padding-bottom: 2px; text-align: left; border-bottom: 0px solid #b4b4b2; }
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: #eee; }
#chatInput { }
#SmileyList a img { margin-top: 4px; }
#Show_Spam { text-align: left; color: red; }