
button{
	padding: 3px;
	background-color: #292929;
	color: #CCCCCC;
	font-family: verdana;
	font-size: 11px;
	border: #D5D5D5; 
	border-style: solid;
	border-width: 1px;
}
form{
	color: #585858;
	font-family: verdana;
	font-size: 12px;
}
select{
	padding: 2px;
	background-color: #292929;
	color: #CCCCCC;
	font-family: verdana;
	font-size: 11px;
}

#leftInput{ float: left; width: 20%;}
#rightInput{ float: right; width: 80%; padding-bottom:3px;}
#inputs{ clear: both;}
