#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_table {
	border: 1px solid #FFF;
	background: #b3d299;
}

#post_table td {
	border: 1px solid #FFF;
}

.divider {
	background:#ACD785;
	border-left: 0px ! important;
	border-right: 0px ! important;
}

.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;
}

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

.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%;
	list-style: none;
	margin: 1px;
	padding: 2px;
}
ul#topic_list li a {
	color: #167906;
	font-weight: bold;
}

.topicHeader {
	font-weight: bold;
	font-size: 16px;
}

.posted_by {
	font-size: 11px;
	color: #666;
}

