/* This file controls the look of the Live shoutbox... */

#chatoutput {
height: 200px;
/* width: 165px; */

/* Horizontal Scrollbar Killer */
padding: 2px 2px; 

/* Borders */
border: 0px solid #CB252F;
border-width: 0px 0px;
-moz-border-radius : 0px 0px 0px 0px;

overflow: auto;
margin-top: 2px;
}

#chatForm label, #shoutboxAdmin {display: block; margin: 2px 0; }

/* User names with links */

#chatForm input[type="hidden"] {border: 0; padding: 0;}
#chatForm input, #chatForm textarea, #chatForm #shoutboxOp {width: 150px; margin: 0 auto; }
#chatForm textarea {width: 150px; }
#chatForm input#submitchat {width: 70px; horizontal-align: middle;}
#chatoutput ul#outputList { padding: 0; position: static; margin: 0; }
#chatoutput ul#outputList li { padding: 2px; margin: 0; background: none; font-size: 1em; list-style: none; }

/* No bullets from Kubrick et al. */

ul#outputList li:first-line { line-height: 16px; }
#lastMessage { padding-bottom: 2px; text-align: center; }
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 {text-align: center;}
#chatInput { }
#SmileyList a img {margin-top: 2px; }
#Show_Spam { text-align: center; color: red; }