#chatoutput {

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

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

/* Horizontal Scrollbar Killer */
padding: 10px 10px; 

/* Borders */
border: 4px solid #d5b500;

font: 12px helvetica, arial, sans-serif;
color: #5f5f5f;
background: #FFFFFF;
overflow: auto;
margin-top: 10px;
}

#chatoutput span {
font-size: 1.1em;
color: #ffbd33/*#ff9baa*//*#FF3C16*/;
}

#chatoutput span .time{

font-size: 0.8em;
color: #FFDD99/*#ffb6c1*//*#FF3C16*/;
 font-family: sans-serif;
}

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

#shoutbox {
	display:block;
	margin-bottom: 30px;
	
	
}

#divForm {
float:right;
margin-top: -206px;

}

#divHistory a{
	color: #bda100;
}

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

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

#chatForm textarea {
width: 200px;
display:block;
}

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


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

#chatoutput li {
padding: 4px;
margin: 0;
background: white none;
font-size: 1em;
list-style: none;
text-overflow:ellipsis;
overflow:hidden;
width: 430px;
 }

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

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

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

.homepage {
	display: none;
}
