@charset "utf-8";
/* CSS Document */


#comment_header {
	width:502px;
	height:15px;
	font-size:1em;
	font-weight:bold;
	color:#333333;
	margin-left:22px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin-bottom:5px;
}

.comment_wrapper {
	width:502px;
	height:auto;
	margin-left:18px;
}

.comment_divide {
	background-image:url(../images/comment_horiz_divide.png);
	background-repeat:no-repeat;
	width:502px;
	height:10px;
	font-size:0px;
	float:left;
	margin-top:15px;
}

.comment_datetime {
	width:100px;
	height:auto;
	float:left;
	color:#999999;
	font-size:0.75em;
	margin-top:15px;
	margin-right:31px;
}

.comment_contents {
	width:371px;
	height:auto;
	float:left;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
	font-size:0.8em;
}

.delete_overlay {
	height:20px;
	width:20px;
	background-color:red;
	position:absolute;
	z-index:10;
}

.comment_author {
	width:485px;
	float:left;
	height:20px;
	margin-top:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	font-style:italic;
	text-align:right;
}

#commentadd {
	width:485px;
	height:350px;
	margin-top:15px;
	float:left;
}

#comment_textbox {
	width:350px;
	float:left;
	margin-top:15px;
}

.nocomment {
	font-size:0.9em;
	margin-left:26px;
	margin-top:10px;
	margin-bottom:10px;
}

#comment_submit {
	width:460px;
	text-align:right;
	margin-top:15px;
	float:left;
	height:35px;
}

#comment_alert {
	float:left;
	width:245px;
	height:16px;
	margin-top:12px;
	font-size:0.75em;
	padding:4px;
	background-image:url(../images/alertbox.jpg);
	display:none;
}

#comment_success {
	float:left;
	width:245px;
	height:16px;
	margin-top:12px;
	font-size:0.75em;
	padding:4px;
	background-image:url(../images/alertbox_success.png);
	display:none;
}

.admin_delete {
	width:20px;
	height:20px;
	background:url(../images/delete_button.png) no-repeat 0px -20px;
	margin-top:-20px;
	float:left;
}
.admin_delete:hover {
	background:url(../images/delete_button.png) no-repeat 0px 0px;
	cursor:pointer;
}