#Comment_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 15px;
	width: 720px;
}
#Comment_form h3 {
	font-size: 12pt;
	color: #fff;
	padding: 5px 15px;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background-color: #8080ff;
}
#label_form label {
	font-size: 8pt;
	display: block;
}
#Comment_form .cmt_text {
	width: 300px;
	border: 1px solid #666666;
	color: #333333; 
	background: #F8F8F3;
	margin-bottom: 8px;
	cursor: pointer;
}
#Comment_form .cmt_textarea {
	width:340px;
	border:1px solid #666666;
	color:#333333; 
	background:#F8F8F3;
	margin-bottom: 8px;
	cursor: pointer;
}
#Comment_form .cmt_checkbox {
	border: 1px solid #666666;
	color: #333333; 
	background: #F8F8F3;
	margin-right: 3px;
	cursor: pointer;
}
#Comment_form .cmt_pass {
	border: 1px solid #666666;
	color: #333333; 
	background: #F8F8F3;
	margin-bottom: 8px;
	cursor: pointer;
}
#Comment_form .cmt_submit {
	border:1px solid #666666;
	color:#333333; 
	background:#F8F8F3;
	margin-top: 10px;
	cursor: pointer;
}
.BaseComment {
	font-size: 10pt;
	padding: 15px 20px;
	border: 1px solid #666;
	margin-bottom: 10px;
	background-color: #fcfcfc;
}
.com_subject {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dcdcdc;
}
.com_comment {
	margin-bottom: 5px;
	line-height: 120%;
}
.com_other {
	text-align: right;
}
.com_page{
	padding: 5px 15px;
}

