#comments h2.comment .count {
	font-size: .8em;
	color: #888;
	font-weight: bold;
}

#comments .block .comment {
	position: relative;
	padding: 0 0 1px 35px;
	//zoom: 1;
	overflow:hidden;
}
#comments .block .comment strong{
font-weight:bold;
}

#comments .block .comment .userpic {
	position: absolute;
	left: 0; top: 0;
}

#comments .block .comment .title {
	display: inline-block;
	clear: both;
	position: relative;
}
#comments .block .comment .title .username,
#comments .block .comment .title .time {
	float: left;
	margin-right: 1em;
padding-bottom: 0;
	margin-bottom: 0;
}

#comments .block .comment .title .username {
	font-weight: bold;
}

#comments .block .comment .title .time {
	color: #888;
}

#comments .block .comment .title {
	overflow: hidden;
}

#comments ul li li {
	margin-left: 40px;
}

#comments .block {
	background-color: whiteSmoke;
	/*border: 1px solid #ebf1de;*/
	//border-top: 2px solid #ebf1de;
	margin-bottom: 5px;
	padding: 12px;
	/*overflow:hidden; bug in ie spacing*/ 
}

#comments .comment .pseudo_link {
	display: inline-block;
	font-size: .9em;
}

#comments .comment .pseudo_link.answer {
	margin-right: 2.7em;
}

#comments .comment .pseudo_link.edit,
#comments .comment .pseudo_link.del {
	color: #d5a60c;
	margin-right: 1.35em;
}

.delMargin
{
margin-left:0 !important;
}
.notice_box .notice_box_content {
background:white none repeat scroll 0 0;
padding:20px 26px;
width:408px;
}

