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

#chatoutput {
font: 1em Arial, Helvetica, sans-serif;
letter-spacing:0.03em;
color: #48402f;
height: 100px;
/* width: 172px; */

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

/* Borders */
border-bottom: 1px dashed #edae5e;
border-top: 1px dashed #edae5e;




background: #f2fffc;
overflow: auto;
margin-bottom: 4px;
}

#chatoutput span { font: 1em Arial, Helvetica, sans-serif; letter-spacing:0.03em; color: #c850a6; }

#chatForm label, #shoutboxAdmin {letter-spacing:0.03em; color: #c850a6; display: block; margin-top: 15px; }

#chatoutput a { font-style: normal; font-weight: normal; color: #c850a6; }

/* User names with links */
#chatoutput li span a {font: 1em Arial, Helvetica, sans-serif; letter-spacing:-0.03em; font-weight: normal; display: inline !important; border-bottom: 1px dotted #478193 }

#chatForm input[type="hidden"] {border: 1; padding:29; }

#chatForm input, #chatForm textarea, #chatForm #shoutboxOp { margin-top:0px; background:#f2fffc; border:1px; border-color:#edae5e; width:250px; display: block; }

#chatForm textarea {margin-top:3px; height: 50px; background:#f2fffc; width:250px; border:1px; border-color:#edae5e; }


#chatForm input#submitchat { width: 70px; margin: 10px auto; border: 2px outset; padding: 2px; }

#chatoutput ul#outputList { padding: 10; position: static; margin: 0; }

#chatForm input#buttonku { background:#f20000; }

#chatoutput ul#outputList li { padding: 4px; margin: 0; color: #48402f; 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 { line-height: 16px; }
#lastMessage { padding-bottom: 2px; text-align: center; border-bottom: 2px dotted #dce6e3; }
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: #478193; font-size: 9px; text-align: center; }


#chatInput {   background-image:url(img/bg.jpg);
	background-position:top right;
	background-repeat:no-repeat; }
    
    
#SmileyList a img { margin-top: 4px; }
#Show_Spam { text-align: center; color: red; }