input[type=text] { 
	font-family: 'trebuchet ms', trebuchet, verdana;
	font-size: 0.8em;
   	left: 8em;
   	color: #969696;
   	background-color: white;
   	height: 23px;
   	border-width:0px;
	padding: 5px;
} 
input[type=checkbox] {
   	width: 20px;
   	height: 20px;
   	vertical-align: middle;
}
select {
	font-family: 'trebuchet ms', trebuchet, verdana;
	font-size: 0.8em;
   	width: 60px; 
   	color: #969696;
   	background-color: white;
   	height: 23px;
   	border-width:0px;
}
textarea {
	font-family: 'trebuchet ms', trebuchet, verdana;
	font-size: 0.8em;
   	width: 295px;
   	color: #969696;
   	background-color: white;
   	height: 111px;
   	border-width:0px;
	padding: 5px;
}
.commit:link, .commit:active, .commit:visited {
   	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;
	vertical-align: text-top;
}
.commit:hover {
	color: #666666;
}
