/*
This file is NOT NECESSARY for the rater to work. None of these styles are needed.
This is only to style the demo page
*/

#container {
	width: 50%;
	border: 1px solid #ccc;
	padding: 20px;
	}
	#con {
	width: 100px;
	}
	
p 	{
	margin:3px;
	padding:0;
	}

#dhtmltooltip{
text-align: center;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #fff;
position: absolute;
width: 120px;
border: 1px dashed #fff;
padding: 2px;
background-color: #000;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.fadeinbox{
position:absolute;
width: 500px;
left: 0;
top: -400px;
border: 1px dashed #FFFFFF;
background-color: #000000;
padding: 4px;
z-index: 100;
}

.pop-up_text {
font:normal 11px/19px Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

