/* all forums */
#forums table, #forum table, #thread table { 
	width: 650px;
}

#ForumAddPostForm { margin-top: 35px; }

/* view thread */
#thread .user_display_name {
	display: block; 
	text-align: center;
}

#thread_header h3 { float: left; }

#thread_header h4 { float: right; }

#thread td .reply_box { margin-top: 3em; }

#thread blockquote { margin-left: 1em;}
