
/** blog comment **/
.gb_comment_box {
	float:left;
	padding:5px 0px 10px 0px;
	border-bottom:1px solid #DFDFDF;
	margin-top:25px;
	width:960px;
}
.gb_comment_info {
	float:left;
	width:250px;	
}
.gb_icons {
	float:left;
	width:250px;
}
.gb_comment_info img.avatar {
	float:left;
	width:120px;
	height:120px;
	margin:0px 130px 10px 0px;
	border:0px;
	clear:both;
}
.gb_comment_info img.icons {
	float:left;
	width:32px;
	height:32px;
	margin:10px 10px 10px 0px;
}
.gb_comment_text {
	float:left;
	width:710px;
}
.gb_comment_nr {
	float:left;
	width:200px;
	font-size:12px;
	color:#999;
	padding-bottom:8px;
}
.gb_comment_date {
	float:left;
	width:750px;
	font-size:12px;
	color:#999;
	text-align:right;
	padding-bottom:8px;
}
.gb_answer {
	width:100%;
	float:left;
	border-top:1px solid #DFDFDF;
	padding-top:10px;
	margin:30px 0px 0px 0px;
	font-style:italic;
}

span.gbedit {
	cursor:pointer;
	float:right;
	background-image:url("icon-edit.png");
	background-repeat:no-repeat;
	height:24px;
	width:24px;
}
span.gbdelete {
	cursor:pointer;
	float:right;
	background-image:url("icon-delete.png");
	background-repeat:no-repeat;
	height:24px;
	width:24px;
}

.splitLineGB {
	width:100%;
	float:left;
	border-top:1px solid #DFDFDF;
	margin:20px 0px 20px 0px;
}

.gb_new_entry {
	display:none;

}