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

label {
	text-align: right;
	width: 10em;
	cursor: pointer;
	cursor: hand;
}

input, textarea {
	width: 15em;
	margin-left: 1em;
	border: 1px;
	
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: inherit;
	font-size: inherit;
	color: #000033;
	background-color: #F3F3F3;
	border: 1px #AAAAAA solid;
}

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

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