#chatoutput {

/* Height of the shoutbox*/
height: 300px;

/*Uncomment width below*/
/*width: 250px;*/

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

/* Borders */
border: 1px solid #646463;
border-width: 1px 1px;

font: 11px helvetica, arial, sans-serif;
color: #000000;
background: #eeeeee;
overflow: auto;
margin-top: 10px;
margin-bottom: 15px;
}

#chatoutput span {
font-size: 1.1em;
color: #e66000;
}

#chatForm label, #shoutboxAdmin {
display: inline;
margin-top: 50px;
color: #000000;
font-size: 12px;
}

#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: 220px;
height: 100px;
background: #eeeeee;
margin-top: 0px;
}

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


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

#chatoutput li {
padding: 4px;
margin: 0;
color: #000000;
background: none;
font-size: 1.1em;
list-style: none;
text-overflow:ellipsis;
overflow:hidden;
width: 99%;
border-bottom: 2px dotted #666666;
}

/* No bullets from Kubrick et al. */
#chatoutput ul#outputList li:before {
content: '';
}

ul#outputList li:first-line {
line-height: 16px;
}

#lastMessage {
display: none;
}

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

#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;
}
#submitchat.button {
margin-top: 0px;
margin-bottom: 0px;
float: right;
}
#chatbarText.inputbox {
margin-bottom: -25px;
}
