﻿.jBox{position: absolute;border: 1px solid #0078A0;visibility: hidden;background-color: white;text-align:left;}
.jBoxHandler
{
	color: #ffffff;
	text-indent: 3px;
	font: bold 12px Arial;
	background-image: url(../images/Handler.gif);
	cursor: move;
	overflow: hidden;
	width: auto;
	height: 20px;
	line-height:20px;
	background-repeat: no-repeat;
}
.jBoxHandler .jBoxControls{position: absolute;right: 8px;top: 0px;cursor: hand;cursor: pointer;}
.jBoxContent{background-color: #DCEDF4;color: #000;height: 150px;padding: 5px 0px;overflow: auto;}
.jBoxStatus{border-top: 1px solid #B9B9B9;background-color: #F8F8F8;height: 13px; }
.jBoxResize{float: right;width: 13px;height: 13px;cursor: nw-resize;font-size: 0;}


#feedbacks
{
	width:180px;
	margin:0 auto;
	font-size:12px;
}
#feedbacks ul
{
	width:170px;
	margin:0px;
	padding:0px;
	margin-left:8px;
}
#feedbacks ul li
{
	height:24px;
	line-height:24px;
	margin-top:5px;
		font-size:12px;
}
#feedbacks ul li.left
{
	float:left;
	text-align:right;
	margin-right:5px;
		font-size:12px;
}

#feedbacks ul li.right
{
 width :140px !important;
 width:135px;
 	font-size:12px;
}