
/* comment */
#allMent{ position:absolute; top: 0px; left:778px; }
.sepGrey{ font-size: 1px; height: 1px; background-color: #DDDDDD; }
.sepDash{ font-size: 1px; height: 32px; background-image:url(sepDash.png); }
.box{ width: 65px; height: 267px; background-color: #F5F5F5; }
.mask{ width: 65px; height: 267px; overflow: hidden; position:relative; }
.mentContainer{ 
	width: 65px; position: absolute;
	font-family: Helvetica, Arial, sans-serif; font-size: 12px; 
	color: #DDDDDD; line-height: 16px; 
}
.filter{
	width: 65px; height: 267px; position: absolute; top: 1px;
	background-color: #F5F5F5; opacity: 0.80; filter:alpha(opacity=80);
}
.trap{
	width: 65px; height: 267px; position: absolute; top: -19px; left: -20px;
	background-color:#F5F5F5; opacity: 0; filter:alpha(opacity=0);
}
.bg{
	width: 65px; height: 267px; position: absolute; top: 1px;
	background-color: #F5F5F5;
}
.arrowUp{
	width: 65px; height:15px; position: absolute; top: 0px;
	background-image:url(arrowUp.png); opacity: 0.75; filter:alpha(opacity=75);
	cursor:pointer; cursor:hand;
}
.arrowDown{
	width: 65px; height:15px; position: absolute; top: 252px;
	background-image:url(arrowDown.png); opacity: 0.75; filter:alpha(opacity=75);
	cursor:pointer; cursor:hand;
}
.mentName, .mentPost { color: #000; }

