#screen {
	background: url(layout/background_media.jpg) no-repeat; 
}

table.mediaboard {
	background-color: #cfcfcf; 
	width: 320px; 
	height: 430px; 
	font-family: arial, sans-serif; 
	font-size: 7.5pt; 
	margin-left: 40px; 
}

table.mediaboard th {
	height: 28px; 
	border-bottom: solid #e7e7e7 2px; 
}

table.mediaboard td {
	padding: 5px; 
}

.message {
	padding-top: 10px; 
}

#message_area {
	width: 333px; 
	height: 420px; 
	border: solid black 1px; 
	background: white; 
	padding: 7px; 
	overflow: auto; 
}

table.messageboard th img {
	margin-left: 10px; 
}

th img {
	float: left; 
}

.message_text {
	display: block; 
	clear: left; 
	margin-top: 8px; 
}