
#shoutbox
{margin-left:5px;
margin-right:5px;
margin-top:10px;
}
#chatoutput {

/* Height of the shoutbox*/
height: 150px;
/*Uncomment width below*/
/*width: 220px;*/

/* Horizontal Scrollbar Killer */
padding: 0px 0px; 

/* Borders */
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;

font: 10px helvetica, arial, sans-serif;
color: #333333;
background: transparent;
overflow: auto;
margin-top: 5px;
}

#chatoutput span {
font-size: 10px;
color: #FF3C16;
}

#chatForm label, #shoutboxAdmin {
display: block;
margin: 0px 0;
}
#chatoutput a {
font-style: normal;
font-weight: bold;
color: #FF3C16}
/* User names with links */
#chatoutput li span a {
font-weight: normal;
display: inline !important;
border-bottom: 1px dotted #FF3C16}
#chatForm textarea {
width: 155px;
}

#JalSound {
	width: 16px;
	height: 16px;
	float: left;
	padding-right: 10px;
}
#chatoutput ul#outputList {
padding: 0;
position: static;
margin: 0;
}
#chatoutput li {
padding: 1px 1px 1px 3px;
margin: 0;
color: #333333;
background: none;
font-size: 10px;
list-style: none;
text-overflow:ellipsis;
overflow:hidden;
width: 155px;
}
.inputbox{color:#999999;}
/* No bullets from Kubrick et al. */
#chatoutput ul#outputList li:before {
content: '';
}
ul#outputList li:first-line {
line-height: 10px;
}
#lastMessage {
padding-bottom: 2px;
text-align: center;
background :url(../images/a.png) 0 0 repeat;
border-bottom: 2px dotted #666666;
}
em#responseTime {
font-style: normal;
display: block;
}
#chatoutput .wp-smiley {
vertical-align: middle;
}
.homepage {
	display: none;
}
#shoutboxname {border:1px solid #999;}