#screen {
	background: url(layout/background_messageboard.jpg) no-repeat; 
}

table.messageboard {
	background-color: #cfcfcf; 
	width: 410px; 
	height: 380px; 
	font-family: arial, sans-serif; 
	font-size: 7.5pt; 
}

table.messageboard th {
	height: 28px; 
	border-bottom: solid #e7e7e7 2px; 
}

table.messageboard th img {
	float: left; 
}

table.messageboard th span {
	float: right; 
}

table.messageboard td {
	padding: 5px; 
}

.message {
	padding-top: 10px; 
}

#message_area {
	width: 400px; 
	height: 370px; 
	border: solid black 1px; 
	background: white; 
	padding: 7px; 
	overflow: auto; 
}

table.messageboard th {
	padding: 0 10px 0 10px; 
}
