#CommentWall .comment-tick
{
	background-image: url(img/box_bg.gif);
	height: 6px;
	background-repeat: no-repeat;
	line-height:0;
	font-size:0;
}
#CommentWall .comment-block
{
	background-color: #ECEFF5;
	margin-bottom: 2px;
	padding: 5px;
}
#CommentWall .comment-icon
{
	float: left;
	width: 16px;
	margin-right: 5px;
}
#CommentWall .comment-text
{
	float: left;
}

/**************************************/
/* Add Form */
/**************************************/
#CommentWall .inputtext
{
	font: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #BDC7D8;
	width: 100%;
	margin:0 0 2px 0;
}
#CommentWall .inputbutton
{
	background-color: #3B5998;
	border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-size: 11px;
	padding: 2px 15px 3px;
	text-align: center;
}
#CommentWall .greyed
{
	color: #999999;
}
#CommentWall .MarginTop
{
	margin-top: 10px;
}
#CommentWall .MarginBottom
{
	margin-bottom: 10px;
}
