#chatoutput {

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

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

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

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

font: 11px helvetica, arial, sans-serif;
color: #CCCCCC;
background: #2c292d;
overflow: auto;
margin-top: 10px;
}

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

#chatForm label, #shoutboxAdmin {
display: block;
margin: 4px 0;
/*width:150px;*/
}
#chatForm #chatbarText, #chatForm #shoutboxname {
	color: #CCCCCC;
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#chatForm #chatbarText {
	width:327px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
color: #FFFFFF;
padding: 2px;
}
#chatoutput a {
font-style: normal;
font-weight: bold;
color: #dea900}

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

#chatForm textarea {
width: 150px;
}

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


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

#chatoutput li {
padding: 4px;
margin: 0;
color: #CCCCCC;
background: none;
font-size: 1em;
list-style: none;
/*text-overflow:ellipsis;*/
overflow:hidden;
width: 100%;
}

/* 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 dotted #666666;
}

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

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

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

.homepage {
	display: none;
}
#shoutbox_captcha {
	width: 320px;
}
#shoutbox_captcha label,
#shoutbox_captcha select{
	float:left;
	margin-right:10px;
}
#shoutbox_captcha select{
/*	clear:both;*/
	width: 100px;
	background-color: #C0C0C0;
	margin-right:100px;
}
#shoutbox_captcha #submitchat{
	clear:both;
}

