
.post_top
{
	width: 650px;
	margin-top: 17px;
	padding: 10px;
	border: 1px solid #ccc;
}
.post_head
{
	font-size: 13px;
	color: #aaa;	
	padding-bottom: 10px;
}
.post_content
{
	font-size: 13px;
	line-height: 19px;
}
.post_by
{
	padding-top: 17px;
}
.post_foot
{
	font-size: 13px;
	color: #aaa;
	text-align: right;
}

.reply_top
{
	margin-top: -1px;
	padding: 10px;
	border: 1px solid #ccc;
}

textarea
{
	font-family: 'Courier New', courier;
	font-size: 12px;	
	color: #111;
	padding: 7px;
	width: 500px;
	border: 1px solid #ccc;	
}

.admin_top
{
	width: 650px;
	margin-top: 13px;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}

#top_box
{
	overflow: hidden;
	z-index: 999;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #222;
	height: 0;
	color: #fff;
	font: 15px/45px 'lucida grande', tahoma;
	opacity: .9;

}




