#divNode
{
	position:fixed;
	background-color:#efefef;
	background-repeat:no-repeat;
	border:solid 0px #cccccc;
	bottom:10px;
	right:10px;
}
#resizer
{
	position:fixed;
	background-color:white;
	background-image: url('../images/feedback.gif');
	background-repeat:no-repeat;
	bottom:10px;
	right:10px;
}
#topDivRater
{
	width:285px;
	padding: 5px;
	background: #2782c1;
	font-family:Arial;
	color: #FFF;
	font-weight: bold;
}
#contentDivRater
{
	width:100%;
	height:150px;
 	background-color:#efefef;

}
#contentDivRater p
{
	margin:0;
	padding:0;
}
#closerDiv
{
	float:right;
	height:16px;
	width:16px;
	background-image:url(../images/fileclose.png);
	background-repeat:no-repeat;
	margin-right:0px;
}
