table.forum_top_bar {
 	margin: 30px 0 0;
 	}
 
 table.forum {
 	width: 100%;
 	margin: 5px 0;
 	border-collapse: collapse;
 	border-top: 1px solid #DDD;
 	border-left: 1px solid #DDD;
 	font-size: 85%;
 	}
 table.forum th,
 table.forum td {
 	padding: 5px;
 	border-bottom: 1px solid #DDD;
 	border-right: 1px solid #DDD;
 	}

 	

 	table.forum td th,
 	table.forum td td {
 		border: none;
 		padding: 0;
 		}
 	
 table.forum .forum_header_row {
 	background-color: #EEE;
 	}
 	
 div.forum_footer {
 	border: 1px solid #DDD;
 	background: #EEE;
 	}
 table.forum_footer_bar td {
 	padding: 5px;
 	background: #EEE;
 	font-size: 10px;
 	}
 	
 	
 	.forum_input {
 		position: relative;
 	        border: none;
		padding: 3px 0;	
 		background-color: #FC4F15;
 		color: #FFF;
 		font-size: 10px;
 		cursor: pointer;
 		}
	.submit, .cancel, .button {
		border: none;
                padding: 3px 0;
                background-color: #FC4F15;
                color: #FFF;
                font-size: 10px;
                cursor: pointer;
		}
 	
 	.forum_breadcrumb {
   		padding: 0 5px 0 0;
   		font-size: 10px;
 		}
 	.forum_breadcrumb br {
 		display: none;
 		}
 		
 		
 	table.form {
 		margin: 0;
 		}
 	table.form th {
 		text-align: left;
 		}
 		
 		
 	table.forum_buttons {
 		float: right;
 		}

	.post_reply ol {
		margin: 0;
		padding: 0;
		}
	
	.post_reply li {
		list-style: none;
		margin: 5px 0;
		}	
	.post_reply ol li label {
		padding: 0 5px;
		}

	.forum_title_row td {
		font-weight: bold;
		background: #C2B2B5;
		}
	table.forum_post_user_details {
		padding: 5px 0;
		}
	div.forum_post_author {
		color: #FC4F15;
		}
	.forum_post_title {
		font-weight: bold;
		color: #FC4F15;
		}
	.input_large_off,
 	.input_large_on {
 		width: 300px;
 		padding: 3px;
 		border: 1px solid #DDD;
 		font-size: 10px;
 		}
 	
	.textarea_small_off,
	.textarea_small_on {
		width: 300px;
		border: 1px solid #DDD;
		}
	
 	.textarea_medium_off,
 	.textarea_medium_on {
 		width: 95%;
 		height: 350px;
 		border: 1px solid #DDD;
 		}

