table.thread_table {
	margin-top: 1em;
}

table.thread_table tbody tr.post_head td {
	padding: 3px;
}

table.thread_table tbody tr.post_body td {
	padding: 5px 3px;
	background-color: #FCFCFC;
}

table.thread_table tbody tr.post_body td.post_creator {
	width: 150px;
}

table.thread_table tbody tr.post_body td.post_text {
	width: 783px;
}

table.thread_table tbody tr.post_body td.post_text div {
	width: 500px;
}

/* Table head */
table.thread_table tbody tr.post_head {
	background-color: #f2f2f2;
}

table.thread_table tbody tr.post_head td {
	border: 0;
}

table.thread_table tbody td.post_creator {
	width: 150px;
}

table.thread_table tbody td.post_options {

	text-align: right;
}

table.thread_table td.post_options a {
	margin-left: 5px;
	border: 0;
	color: #1D1D1D;
}

table.thread_table td.post_options a:hover {
	color: #f60;
}

table.thread_table td.post_options a img {
	margin-right: 2px;
}

/* quotes */
div.quote_text {
	background-color: #FAFAFA;
	border: 1px solid #BCBCBC;
	margin: 0px 5px 5px 20px;
}

div.quote_title,
div.quote_text {
	padding: 4px 2px;
}

div.quote_title {
margin: 0px 5px 0px 20px;
	text-decoration: underline;
}

div.quote_username {
	font-style: italic;
	font-weight: bold;
	padding-bottom: 2px;
}

/* post a reaction */
form#post_form {
	margin-bottom: 1em;
	padding: 3px;
	background-color: #F2F2F2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

form#post_form fieldset {
	margin-bottom: 5px;
}

form#post_form legend {
	font-size: 14px;
	font-weight: normal;
}

form#post_form div.submit {
	width: auto;
	margin-left: 14em;
}

form#post_form div.submit button {
	margin: 0;
}
