#shoutboxForm {
	padding-top: 3px;
}

#shoutboxContent {
	overflow: auto;
}

#shoutboxUsername {
	width: 15%;
	float: left;
}

#shoutboxMessage {
	width: 95%;
}

#shoutboxUsername + #shoutboxMessage {
	margin-left: 2px;
	width: 80%;
}

#shoutboxUsername:after + #shoutboxMessage:after {
	clear: left;
}