

#chatoutput {

height: 200px;
width: 300px;

/* Horizontal Scrollbar Killer */

font: 11px helvetica, arial, sans-serif;
color: #333333;
background: #FFFFFF;
overflow: auto;
}

#chatoutput span {
font-size: 12px;
font-weight:bold;
font-family:Arial;
color: #000000;
}

#chatForm label, #shoutboxAdmin {
display: block;
margin: 4px 0;
}

#chatoutput a {
font-style: normal;
font-weight: bold;
color: #0066CC}

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

#chatForm input, #chatForm textarea {
width: 120px;
display: block;
margin: 0 auto;
}

#chatForm textarea {
width: 150px;
}


#chatForm input#submitchat {
background:#eaeaea;
color:#000000;
font-size:11px;
width: 70px;
height:30px;
padding-bottom:4px;
border: 1px solid;
cursor:pointer;
}

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

#chatoutput ul#outputList li {
padding: 4px;
margin: 0;
color: #333333;
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: left;
border-bottom: 1px solid #EAEAEA;
}

em#responseTime {
font-style: normal;
display: inline;
}

#chatoutput .wp-smiley {
vertical-align: middle;
}