#main_header {
	width:732px;
	height:20px;
}

div.com_container {
	margin-left:-30px;
	width:768px;
	float:left;
}

div.com_shell {
	float:left;
	clear:both;
	margin-left:4%; 
	width:96%;
}

div.com_header {
	float:left;
	clear:both;
	width:100%;
	color:#fff;
}

div.guest {
	background-color:#333;
	border:solid 1px #333;  
}

div.owner {
	background-color:#600;
	border:solid 1px #600;  
}

div.deleted {
	background-color:#000;
	border:solid 1px #000;
}

div.com_text {
	float:left;
	clear:both;
	width:100%;
	border:solid 1px #999; 
}

div.com_icons {
	float:right;
}

div.com_title {
	height:19px;
	overflow:hidden;
	float:left;
}

.com_title p {
	margin:2px 5px 0px 5px;
	font-size:14px;
	font-weight:bold;
}

div.leave_comment {
	float:right;
}

.leave_comment p {
	margin:2px 5px 0px 5px;
	font-size:14px;
	font-weight:normal;
}

div.com_attrib {
	float:left;
	clear:left;
	color:#999;
}

.com_attrib p {
	margin:0px 0px 0px 5px;
	font-size:10px;
	font-weight:normal;
}

div.com_reply {
	float:right;
	color:#999;
}

.com_reply p {
	margin:0px 5px 0px 0px;
	text-align:right;
	font-size:10px;
	font-weight:normal;
}

img.icon {
	float:right;
	margin:0px 5px 0px 0px;
	width:15px;
	height:15px;
	display:block;
	border:none;
}

