div#first_main {
	background-color:#F60;
	width: 622px;
	height:auto;
	border-left: solid;
	border-right: solid;
	border-top:solid;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
h2#form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top:0px;
	margin-bottom: 0px;
}
div#main {
	width: 622px;
	height:auto;
	border-left:solid;
	border-right:solid;
	background-color:#F60;
}
div#between {
	width: 622px;
	height:50px;
	border-left:solid;
	border-right:solid;
}
div#end {
	background-color:#F60;
	width: 622px;
	height: 5px;
	border-left:solid;
	border-right:solid;
	border-bottom:solid;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
div#fcontent {
	width: 622px;
	height: 220px;
	border-left:solid;
	border-right:solid;
	border-top:dashed;
	border-top-color:#F30;
	border-bottom:dashed;
	border-bottom-color:#F30;
}
div#linef {
	width: 622px;
	height: 2px;
	background-color:#00F;
}
div#fuser {
	width: 120px;
	height: 90px;
	float:left;
	border:dotted;
	margin-right: 3px;
	margin-bottom: 3px
}
p#publishon {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 8px;
}
div#reply_title {
	width: 622px;
	border-left:solid;
	border-right:solid;
	background-color:#F60;
}
.clear {
	margin: 4px;
	height: 10px;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #1B3356;
	text-decoration: none; /* no underline */
	color: #1B3356;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #1B3356;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #1B3356;
	font-weight: bold;
	background-color: #1B3356;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
