#comments{
	border: 1px solid #EEEEEE;
}

#comments .username{
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px;
}

#comments .btn{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    background-color: #FF5D05;
	color: #FFFFFF;
	border: 1px solid #FF5D05;
    cursor:pointer;
}

#comments #comments_title{
	float: left;
	font-weight: bold;
	font-size: 14px;
	background-color: #EEEEEE;
	color: #FF5D05;
	padding: 5px;
	height: 20px;
	line-height: 20px;
}

#comments #comments_title .span_number{
	color: #000000;
}

#comments #insert_comment{
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	background-color: #EEEEEE;
	color: #FF5D05;
	padding: 5px;
	height: 20px;
	line-height: 20px;
}

#comments #insert_comment a{
	color: #FF5D05;
	text-decoration: none;
}

#comments #insert_comment a:hover{
	color: #FF5D05;
	text-decoration: underline;
}

#comments #ul_single_comments{
	overflow: auto;
	max-height: 400px;
	max-width:626px;
}

#comments #ul_single_comments li {
	padding: 10px;
	border: 1px solid #EEEEEE;
}

#comments #ul_single_comments .span_number{
	color: #FF5D05;
	font-weight: bold;
}

#comments #ul_single_comments .span_user{
	font-weight: bold;
}

#comments #ul_single_comments .span_date{
	color: #999999;
}

#comments #ul_single_comments .comment_body{
	padding: 2px 0px;
}

#comments #form_insert{
	padding: 5px;
}

#comments .login_comment{
	color: #888888;
	padding: 10px 5px;
}

#comments .a_hidden{
	font-size: 11px;
	color: #DC4141;
}

#comments .a_show{
	font-size: 11px;
	color: #448844;
}
	
