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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

#container {
	width: 50%;
	border: 1px solid #ccc;
	padding: 20px;
	}

p 	{
	margin:3px;
	padding:0;
	}
