#comment_box {
	margin-top: 5px;
	position:relative;
}
#comment_settings {
	position:absolute;
	top:0px;
	left:310px;
	overflow:hidden;
	height:30px;
	margin:0;
	border:1px solid #6d728c;
	width:183px;
}
#comment_message {
	border:1px solid #9E7004;
	width: 170px;
	margin: 1px;
	background-color: #F5D131;
}
#comment_form {
	position:absolute;
	top:35px;
	left:310px;
	overflow:hidden;
	height:203px;
	margin:0 0 0 0;
	border:1px solid #6d728c;
	width:183px;
}
	#comment_form .body {
		width: 176px;
		height: 170px;
		margin: 2px 0 0 2px;
		border: 1px solid #6d728c;
	}
	#comment_form .dropbox {
		width: 176px;
		height: 100px;
		margin: 2px 0 0 2px;
		background-color:#EFEFEF;
		border:1px solid #E0E0E0;
		margin:0 0 5px;
		overflow:hidden;
		position:relative;
	}
		#comment_form .dropbox .d_t {
			margin: 0pt;
			padding: 0pt;
			font-size: 19px;
			top: 40px;
			line-height: 19px;
		}
#comment_form_public {
	position:absolute;
	top:0px;
	left:310px;
	overflow:hidden;
	height:238px;
	margin:0 0 0 0;
	border:1px solid #6d728c;
	width:183px;
}
	#comment_form_public .body {
		width: 176px;
		height: 170px;
		margin: 2px 0 0 2px;
		border: 1px solid #6d728c;
	}
	#comment_form_public .dropbox {
		width: 176px;
		height: 100px;
		margin: 2px 0 0 2px;
		background-color:#EFEFEF;
		border:1px solid #E0E0E0;
		margin:0 0 5px;
		overflow:hidden;
		position:relative;
	}
		#comment_form_public .dropbox .d_t {
			margin: 0pt;
			padding: 0pt;
			font-size: 19px;
			top: 40px;
			line-height: 19px;
		}
#comments {
	overflow:auto;
	height:238px;
	margin:5px;
	border:1px solid #e3e4e8;
	width:300px;
	background-color: #000000;
	text-align: left;
}
#comments .comment_single {
	width: 290px;
	margin: 4px 0 0 4px;
	color: #DBE1FE;
	background-color: #393d55;
	border: 1px solid #6d728c;
	position: relative;
}
	#comments .comment_single .delete_image {
		float: right;
		margin: 2px 2px 0 5px;
		cursor: pointer;
	}
	#comments .comment_single .data {
		position: absolute;
		bottom: 2px;
		left: 2px;
		height: 10px;
		width: 286px;
		margin: 0px 2px 2px 2px;
	}
	#comments .comment_single .data .id, #comments .comment_single .data .userid, #comments .comment_single .data .username, #comments .comment_single .data .itemid {
		display: none;
	}
	#comments .comment_single .data .date {
		color: #DBE1FE;
		font-weight: normal;
	}
	#comments .comment_single .data .approved {
		color: #DBFFDB;
		font-weight: normal;
		font-style: italic;
		position: absolute;
		right: 2px;
		cursor: pointer;
	}
	#comments .comment_single .data .unapproved {
		color: #FFDBDB;
		font-weight: normal;
		font-style: italic;
		position: absolute;
		right: 2px;
		cursor: pointer;
	}
	#comments .comment_single .body {
		margin: 2px 2px 15px 2px;
	}
	#comments .comment_single .body .displayname {
		color: #DBE1FE;
		font-weight: bold;
		float: right;
	}