.disabledWallDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;

	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}

#boxWallComment {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -253px;
	margin-top: -278px;
	width: 507px;
	height: 557px;
	background-image: url(/tomos/wall/img/box-wall-comment.png);
	z-index: 1001;
}

#boxWallCommentList {
	position: absolute;
	top: 46px;
	left: 10px;
	width: 464px !important;
	width: 480px;
	height: 306px !important;
	height: 322px;
	background-color: #E8E8E9;
	overflow: auto;
	padding: 8px;
	line-height: 14px;
}
.boxWallCommentListItem {
	margin-bottom: 22px;
}
.boxWallCommentListItemTitle {
	font-family: arial;
	font-size: 11px;
	color: #B1B3B5;
}
.boxWallCommentListItemContent {
	font-family: arial;
	font-size: 12px;
	color: #666;
}
.boxWallCommentListItemTitle {
	font-family: arial;
	font-size: 11px;
	color: #B1B3B5;
}
#boxWallCommentLittleMan {
	position: absolute;
	top: 8px;
	left: 454px;
	width: 27px;
	height: 38px;
	background-image: url(/tomos/wall/img/box-wall-comment-little-man.png);
}

#boxWallCommentTitle {
	position: absolute;
	top: 17px;
	left: 10px;
	width: 136px;
	height: 24px;
	font-family: arial;
	font-size: 20px;
	color: #FFF;
}

#boxWallCommentTitleReact {
	position: absolute;
	top: 375px;
	left: 10px;
	width: 47px;
	height: 18px;
	font-family: arial;
	font-size: 14px;
	color: #FFF;
}

#boxWallCommentTextArea {
	position: absolute;
	top: 398px;
	left: 10px;
	width: 480px;
	height: 93px;	
}

#boxWallCommentTextArea textarea {
	width: 480px;
	height: 93px;
}

#boxWallCommentButtonCancel {
	position: absolute;
	top: 510px;
	left: 363px;
	width: 60px;
	height: 20px;
	background-image: url(/tomos/wall/img/box-wall-comment-button-cancel.png);
	cursor: pointer;
}

#boxWallCommentButtonOk {
	position: absolute;
	top: 510px;
	left: 423px;
	width: 69px;
	height: 20px;
	background-image: url(/tomos/wall/img/box-wall-comment-button-ok.png);
	cursor: pointer;
}