
INPUT,SELECT,TEXTAREA {
	background-color: black;
	color: white;
	border-color: #444;
}

INPUT,SELECT {
	font-size: x-small;
}

INPUT[type="button"] {
	background-color: white;
	color: black;
	border-color: #444;
}

#uid {
	background-color: black;
	color: white;
	border: 2px inset #444;
	border-color: #f5f5f5;
	text-align: center;
	width: 33px;
}