#content table.survey {
	border-collapse: collapse;
	margin: 10px 0;
}

	#content table.survey tr th, #content table.survey tr td {
		border: 1px solid #ccc;
		padding: 8px 5px;
		font-size:90%;
	}
	
	#content table.survey tr th {
		vertical-align:bottom;
		padding: 10px 5px 5px 5px;
		background-color:#eee;
	}


#content ul.checkbox {
	list-style-type: none;
	padding:0;
}

	#content ul.checkbox li {
		font-size:90%;
		font-weight:normal;
	}

