/* tops */
#topsPage { background-color: #fff; padding-left: 6px; font-family: Arial; }
	#topsPage div.topItem { margin-top: 0px; border-bottom: 1px solid #686868; padding-bottom: 10px; }
		#topsPage div.topItem h3 { height: 18px; clear: left; margin-top: 20px; font-size: 20px; }
		#topsPage div.topItem h4 { margin-bottom: 8px; font-size: 16px; margin-top: 14px; }
			.collapsable { cursor: pointer; }
		#topsPage div.topItem img { float: left; padding: 12px 12px 12px 0; }
		#topsPage div.topItem a.voteTopItem { background-color: #686868; font-size: 12px; padding: 4px; color: #fff; font-family: Arial; }
		
	#topsPage #suggestionsForm { margin-top: 30px; }
		#topsPage #suggestionsForm span.topTitle { font-size: 20px; color: #011574; font-family: Arial; }
		#topsPage #suggestionsForm label { width: 150px; display: block; float: left; }
		#topsPage #suggestionsForm input { margin-bottom: 6px; width: 300px; }
		#topsPage #suggestionsForm textarea { width: 300px; height: 200px; }
		#topsPage #suggestionsForm span.formLegend { font-size: 9px; display: block; clear: both; margin-left: 150px; }
		#topsPage #suggestionsForm #subSuggestionForm { width: 140px; float: left; margin-left: 150px; margin-top: 10px; }
		
	div.flash { background-color: #F9FFD0; border: 1px solid #FFE390; padding: 4px; margin-bottom: 10px; }