form,
form .errors {
	margin: 0;
	padding: 0;
}
form dt {
	float: left;
	width: 100px;
}
form dd {
	margin-bottom: 10px;
}
form label {
	
}
form .errors {
	color: #ff6600;
	list-style-type: none;
}
input, 
select, 
button, 
textarea {
	width: 160px;
	padding: 4px;
	font-size: 10px;
	border: 1px solid #cccccc;
	background: url( '../img/input.png' ) top left repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
textarea {
	width: 200px;
	height: 80px;
}
