#chatoutput {
height: 200px;
/*width: 220px;*/
/* Horizontal Scrollbar Killer */
padding: 6px 5px; 
border-bottom: 1px solid #ccc;
font: 11px "Trebuchet MS", Arial, sans-serif;
color: #333;
background: #FFF;
overflow: auto;
margin-top: 0px;
}

#chatoutput span {font-size: 11px;color: #039;}

#shoutbox{font-size:11px;}


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

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

/* User names with links */
#chatoutput li span a {
font-weight: normal;
display: inline !important;
border-bottom: 1px dotted #069
}
/* era 200 prima */
#chatbarText{width:160px;}
#chatForm textarea {width: 140px; height:30px; font-family:Arial, Helvetica, sans-serif; font-size:11px; margin:0;}

#JalSound {
width: 16px;
height: 16px;
float: left;
padding-right: 10px;
}


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

#chatoutput li {
padding: 2px;
margin: 0;
color: #333;
background: none;
font-size: 10px;
list-style: none;
text-overflow:ellipsis;
overflow:hidden;
/* 190 */
width: 140px;
border-bottom:1px dotted #ddd;
}

/* 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 solid #ddd;
}

em#responseTime {
}

#chatoutput .avatar img {
width: 35px;
height: 35px;
float: left;
margin-right: 4px;
border: 1px solid #C0C0C0;
}

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

.homepage {
display: none;
}
