.forum-search-frame {
	float: right;
	margin: 0 0 1em 1em;
	width: 300px;
}

.forum-search-frame .swat-entry {
	width: 98%;
}

.forum-list {
	list-style-type: none;
	padding: 0 1em;
	margin-left: 0;
}

.forum-list li {
	margin: 1em 0;
}

.forum-list li p {
	margin: 0 0 0 24px;
}

#main-content .forum-list .message {
	background: url(../images/elements/forum-post.png) 0 0 no-repeat;
	padding: 0 2px 0 24px;
	min-height: 20px;
}

* html #main-content .forum-list .message {
	height: 20px;
}

#main-content .forum-list .forum-message-title {
	font-weight: bold;
	display: inline;
	outline: none;
	margin-bottom: 0;
}

#main-content .recent-replies .forum-list .forum-message-title {
	font-weight: normal;
}

.forum-date {
	font-family: sans-serif;
	font-size: 80%;
	color: #91916E;
}

.forum-reply-count {
	font-family: sans-serif;
	font-size: 80%;
	color: #A00;
	font-weight: bold;
}

.recent-replies .forum-reply-count {
	font-weight: normal;
}

#main-content .forum-bodytext {
	margin: 0.5em 0 2em 26px;
	padding-bottom: 0.5em;
	line-height: 1.2;
	border-bottom: 1px solid #DDDDCC;
}

#forum_frame {
	width: 30em;
}

#forum_form .swat-entry,
#forum_form .swat-textarea {
	width: 98%;
}

.new-link-container .swat-tool-link {
	font-weight: bold;
}

div.newest-messages {
	float: left;
	width: 60%;
}

div.recent-replies {
	width: 35%;
	padding-left: 20px;
	float: right;
}

#page {
	clear: left;
}

