/*
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_new {
	width: 95%;
	padding: 0px;
    height:70px;
    background-color: #D3EFFF;
	}

h1 {
	font-size: 21px;
	font-family: Arial, sans-serif;
	margin:0 0 0px 0;
	padding:0;
	}

h2 {
	font-size: 16px;
	color: #333;
	font-family: Arial, sans-serif;
	margin:0 0 10px 0;
	padding:0;
	}

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