table.topics {
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
}

table.topics th {
	background: #eee;
	color: #666;
	padding: 3px 8px 3px 8px;
	border-bottom: 1px dashed #ccc;
}

table.topics td {
	padding: 8px;
}

table.topics td.topic {
	width: 50%;
	font-weight: bold;
}

table.topics td.posts {
	width: 14%;
}

table.topics td.poster,
table.topics td.last_post {
	width: 18%;
}

table.topics td.poster div.datetime,
table.topics td.last_post div.datetime {
	color: #999;
	font-size: 90%;
	font-weight: normal;
}

div#add_forumtopic_form table {
	width: 80%;
}

div#add_forumtopic_form td {
	padding-right: 10px;
}

div#add_forumtopic_form input#forumtopic_title {
	width: 100%;
}

div#add_forumtopic_form textarea#forumtopic_body {
	height: 150px;
}