#chatbox #chat_messages {
	overflow: auto;
	height: 150px;
}

#chatbox #chat_messages .chat_date {
	font-size: 1.4em;
}

#chatbox #chat_messages .row {
	padding: 5px;
	position: relative;
}

#chatbox #chat_messages .row .chat_info {
	float: left;
/*	position: absolute; */

	width: 125px;
	border-right: 1px solid white;
}

#chatbox #chat_messages .row .chat_text {
	margin-left: 133px;
}

#chatbox #chat_messages .row .chat_clear {
	clear: both;
}

#chatbox #chat_posting {
	position: relative;
	margin-top: 4px;
}

#chatbox #chat_posting span {
	position: absolute;
	color: white;
	top: 2px;
	left: 2px;
	font-size: 1.2em;
}

#chatbox #chat_posting fieldset {
	margin-left: 131px;
}

#chatbox #chat_posting fieldset #chat_posting_submit {
	float: right;
	width: 100px;
}

#chatbox #chat_posting fieldset div {
	margin-right: 120px;
	margin-top: 1px;
}

#chatbox #chat_posting fieldset div input {
	width: 100%;
}

#chatbox #chat_login_post {
	color: white;
	top: 2px;
	left: 2px;
	font-size: 1.1em;
}