#post_form {

}

#post_form td {
	vertical-align: top;
}

#post_form input,
#post_form textarea {
	border: 1px solid #000;
	padding: 2px;
	width: 400px;
}

.submitContainer {
	padding: 5px;
	padding-left: 120px;
}

.post_title {
	font-size: 16px;
	font-weight: bold;
	color: #D79B4D;
}

.post_content {
	border: solid 0px;
	background-color: #F3F0E9;
	font: 12px verdana;
}

.postContent {
	background-color: #EFEBE0;
}

.commentDivide {
	size: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post_quote,
.post_reply_quote {
	margin-left: 10px;
	padding: 2px;
}

.post_reply_quote {
	background-color: #EFEBE0;
}

.post_details {
	font-size: 10px;
	color: #6D6C67;
	font-weight: bold;
}

ul#topic_list {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

ul#topic_list li {
	width: 100%;
	background-color: #DAD8CF;
	list-style: none;
	margin: 1px;
	padding: 2px;
}

.posted_by {
	font-size: 10px;
	color: #999;
}

