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

#chatoutput {
height: 200px;
/* width: 172px; */

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

/* Borders */
border: 1px solid #eeeeee;
border-width: 1px 1px;
-moz-border-radius : 14px 0px 0px 0px;

color: #999999;
background: #ffffff;
overflow: auto;
margin-top: 10px;
}

#chatoutput span { text-align:left; font-weight: bold; font-size: 9px; color: #ff00b4; }
#chatForm label, #shoutboxAdmin { display: block; margin: 4px 0; }
#chatoutput a {  text-align:left; font-style: normal; font-weight: bold; color: #ff00b4 }

/* User names with links */
#chatoutput li span a {  text-align:left; font-weight: bold; display: inline !important; border-bottom: 1px dotted #ff00b4 }

#chatForm input[type="hidden"] { border: 0; padding: 0; }
#chatForm input, #chatForm textarea, #chatForm #shoutboxOp { text-align: center; width: 97%; display: block; margin: 0 auto; }
#chatForm textarea { text-align: center; width:  97%; }
#chatForm input#submitchat { text-align: center; width: 97%; margin: 10px auto; border: 2px outset; padding: 2px; }
#chatoutput ul#outputList { padding: 0; position: static; margin: 0; }
#chatoutput ul#outputList li { text-align:left; padding: 4px; margin: 0; color: #999999; background: none; font-size: 10px; list-style: none; }

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

ul#outputList li:first-line { line-height: 16px; }
#lastMessage { padding-bottom: 2px; text-align: center; border-bottom: 2px dotted #eeeeee; }
em#responseTime { font-style: normal; display: block; }
#chatoutput .wp-smiley { vertical-align: middle; }

#JalSound { display: none; margin: 0 -16px 0 0; cursor: pointer; float: left; width: 13px; height: 13px; border: #fff solid 0px;}
#usersOnline { color: #ff00b4; font-size: 9px; text-align: center; }
#chatInput { }
#SmileyList a img { margin-top: 4px; }
#Show_Spam { text-align: center; color: red; }