.comment
{
	width: 				100%;
}
.comment .resume
{
	cursor: 			pointer;
}

.comment .block
{
	
}

.comment .linktxt
{
	padding: 			5px;
}
.comment .full
{
	padding: 			15px;
	background-color: 	#EEE;
	-webkit-border-radius: 	15px;
	-khtml-border-radius: 	15px;
	-moz-border-radius: 	15px;
	border-radius: 			15px;
}
.comment_line0
{
	text-align:			left;
	margin: 			3px;
}
.comment_line1
{
	text-align:			left;
	margin: 			3px;
}

.comment .comment_title
{
	
	font-size:			12px;
	padding: 			4px;
	background-color: 	#BBB;
	-webkit-border-radius: 	10px 10px 0px 0px;
	-khtml-border-radius: 	10px 10px 0px 0px;
	-moz-border-radius: 	10px 10px 0px 0px;
	border-radius: 			10px 10px 0px 0px;
}
.comment .comment_content
{
	padding: 			4px;
	background-color: 	#DDD;
	-webkit-border-radius: 	0px 0px 10px 10px;
	-khtml-border-radius: 	0px 0px 10px 10px;
	-moz-border-radius: 	0px 0px 10px 10px;
	border-radius: 			0px 0px 10px 10px;
}



.comment .frm_title_input
{
	font-size: 			11px;
	font-family: 		Verdana;
	color: 				#000;
	font-weight: 		bold;
	float: 				left;
	padding: 			3px;
	width: 				150px;
	height: 			18px;
	background-color: 	#CCC;
	text-align: 		left;
	-webkit-border-radius: 	5px 0px 0px 5px;
	-khtml-border-radius: 	5px 0px 0px 5px;
	-moz-border-radius: 	5px 0px 0px 5px;
	border-radius: 			5px 0px 0px 5px;
}
.comment .frm_content_input
{
	font-size: 			11px;
	font-family: 		Verdana;
	color: 				#000;
	font-weight: 		bold;
	float: 				left;
	padding: 			3px;
	width: 				250px;
	aheight: 			18px;
	min-height:			18px;
	background-color: 	#DDD;
	text-align: 		left;
	-webkit-border-radius: 	0px 5px 5px 0px;
	-khtml-border-radius: 	0px 5px 5px 0px;
	-moz-border-radius: 	0px 5px 5px 0px;
	border-radius: 			0px 5px 5px 0px;
}
.comment .frm_title_textarea
{
	font-size: 			11px;
	font-family: 		Verdana;
	color: 				#000;
	font-weight: 		bold;
	float: 				left;
	padding: 			3px;
	width: 				150px;
	min-height: 			87px;
	background-color: 	#CCC;
	text-align: 		left;
	-webkit-border-radius: 	5px 0px 0px 5px;
	-khtml-border-radius: 	5px 0px 0px 5px;
	-moz-border-radius: 	5px 0px 0px 5px;
	border-radius: 			5px 0px 0px 5px;
}
.comment .frm_content_textarea
{
	font-size: 			11px;
	font-family: 		Verdana;
	color: 				#000;
	font-weight: 		bold;
	float: 				left;
	padding: 			3px;
	width: 				250px;
	min-height: 		87px;
	background-color: 	#DDD;
	text-align: 		left;
	-webkit-border-radius: 	0px 5px 5px 0px;
	-khtml-border-radius: 	0px 5px 5px 0px;
	-moz-border-radius: 	0px 5px 5px 0px;
	border-radius: 			0px 5px 5px 0px;
}

.comment .frm_line_submit
{
	font-size: 			11px;
	font-family: 		Verdana;
	color: 				#000;
	font-weight: 		bold;
	padding: 			3px;
	width: 				405px;
	height: 			19px;
	background-color: 	#CCC;
	text-align: 		center;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
}

.comment .frm_content_input input
{
	width:				245px;
	height: 			12px;
	font-size: 			11px;
}
.comment .frm_content_input select
{
	width:				249px;
	height: 			17px;
	font-size: 			11px;
}
.comment .frm_content_textarea textarea
{
	width:				245px;
	height: 			80px;
	font-size: 			11px;
	
}

.comment .frm_line_submit input
{
	color: 				#000;
	border: 			1px outset black;	
	height: 			19px;
	font-size: 			11px;
	font-weight: 		bold;
	font-family: 		Verdana;
	background-color: 	#CCC;
	cursor: 			pointer;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
}


.comment .frm_separator
{
	height: 			3px;
	clear: 				both;	
}


