label {
	display: block;
	text-align: right;
	float: right;
	clear: both;
	margin-bottom: 1.5em;
}

input, textarea {
	width: 280px;
	padding: 2px 5px;
	text-align: left;
	border: none;
	border-bottom: 1px solid;
	background: none;
}

textarea {
	width: 278px;
	height: 6em;
	border: 1px solid #999;
}