#chatoutput {
	height: 300px;
	padding: 0 8px 0 0;
	overflow: auto;
}

#chatoutput .msgbox {
	margin-bottom: 12px;
}

#chatoutput .msgtime {
	background: #56b9c1;
	padding: 2px 6px;
	color: #fff;
}

#chatoutput .msgtext {
	background: #eee;
	padding: 2px 6px;
	border: #56b9c1 1px solid;
}

#chatbarText {
	border: #ccc 1px solid;
	width: 300px !important;
	margin: 0;
	padding: 3px;
}

#chatForm span#submitchat {
	margin: 4px 0 0 3px;
	padding: 2px 0 0 0;
}

#content #chatForm a:hover{
	background-color: #f2f2f2;
}

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