
/* forms
----------------------------------------------- */

form {
	margin:0;
	padding:0;	
}

input {
	background-color:#FFF;	
}

input:focus, textarea:focus {
	background-color:#f7d981;
	color:#000;
}
input.text {
	width:110px;
}

input.textSmall {
	width:30px;
}

input.submitBtn, form#top10Form input.submitBtn {
	width:auto;
	text-align: center;
}

form table th, form table td {
	padding:3;
}

form table th {
	font-weight:normal;
	text-align:left;
}

form table td {
	padding-left:0;
	padding-right:3px;
}

form#top10Form table {
	margin-bottom:20px;
}

form#top10Form input.text {
	width:180px;
}