input, label, textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 10em;
	cursor: pointer;
	cursor: hand;
	color: #69c;
	font-weight: bold;
}

input, textarea {
	width: 15em;
	margin-left: 1em;
}

input.shaded {
	border-width: 1px;
	border-color: #eeeeee #666666 #666666 #eeeeee;
}

.noresize {
	height: auto;
	width: auto;
}
