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

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

/* Horizontal Scrollbar Killer */
padding: 0; 

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

font: 10px helvetica, arial, sans-serif;
color: #333333;
background: #FFFFFF;
overflow: auto;
margin-top: 0;
}

#chatoutput span { font-size: 12px; color: #9F684F; }
#chatForm label, #shoutboxAdmin { display: block; margin: 1px 0; }
#chatoutput a { font-style: normal; font-weight: bold; color: #D9D9D1 }

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

#chatForm input[type="hidden"] { border: 0; padding: 0; }
#chatForm input, #chatForm textarea, #chatForm #shoutboxOp { width: 285px; display: block; margin: 0 auto; font-family: Georgia; }
#chatForm textarea, #chatForm input { width: 289px; color: #555; border: 1px solid #d9d9d0; margin: 1px 0; padding: 3px 4px 3px 4px; }
#chatForm input#submitchat { width: 70px; margin: 1px auto; background-color: #F5F5BC; }
#chatoutput ul#outputList { padding: 0; position: static; margin: 0; }
#chatoutput ul#outputList li { width: 280px; padding: 0; margin: 0; color: #333; background: none; font-size: 1.2em; list-style: none; }

#chatForm #areaiwyslij textarea { display: inline; width: 220px; float: left;  background: url('http://nczas.com/wp-content/themes/default/grafika/tresc.jpg') bottom left no-repeat; }
#chatForm #areaiwyslij input { display: inline; width: 65px; height: 65px; margin-left: 4px; }

/* 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: 1px dotted #d9d9d1; }
em#responseTime { font-style: normal; display: inline; }
#chatoutput .wp-smiley { vertical-align: middle; }

#JalSound { margin: 0 -16px 0 0; cursor: pointer; float: left; width: 16px; height: 16px; }
#usersOnline { color: #D9D9D1; font-size: 10px; text-align: center; }
#chatInput { }
#SmileyList a img { margin-top: 4px; }
#Show_Spam { text-align: center; color: red; }