/* CSS Document */

table.rating{
	width:100%;
}

table.small{
	width:160px;
}

table.rating th{
	background-color:#000;
	width:80px;
	height:30px;
	color:#fff;
	text-align:center;
	border:none;
}

table.rating th.empty{
	border:none;
	background:none;
	width:300px;
}

table.rating td.question{
	width:50%;
	border-width:0 0 1px;
	text-align:right;
	padding-right:10px;
}

table.rating td{
	border:1px solid #000;
	text-align:center;
	height:30px;
}
