﻿div#topTen 
{
	margin:8px;
}
div#topTen .hidden {display: none;}
div#topTen #updatedInputs {margin-top:10px;}

div#top10Entry textarea {background-color:White;width:500px;height:150px;}
div#top10Entry div.entry { clear:both; height:20px;}
div#top10Entry div.entry input {width:230px;}
div#top10Entry div.entry textarea {width:230px;height:50px;}
div#top10Entry div.entry div.label { width: 130px; float:left; padding-right:10px;}
div#top10Entry div.entry div.field { width: 260px; float:left;}
div#top10Entry p#thankYou {margin-bottom:10px;font-weight:bold;}

