@CHARSET "ISO-8859-1";

fieldset {
	width: 500px;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	border: 0;
}
fieldset input {
	float: left;
}
fieldset label {
	float: left;
	display: block;
}
fieldset.left label {
	display: block;
	width: 200px;
	float: left;
}
fieldset.left input {
	float: none;
	width: 250px;
	border: none;
}

fieldset ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset li {
	margin-bottom: 5px;
	clear: both;
}
fieldset.left li.gender {
	margin-left: 80px;
}
fieldset.left li.gender input {
	width: auto;
}
fieldset.left li.gender label {
	padding-top: 0;
	width: auto;
}
input, textarea, select {
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}
textarea {
	width: 250px;
	height: 75px;
	border: none;
}
.missing {
	border: 2px groove red;
}
.required {
	vertical-align: super;
	font-size: xx-small;
}
#explainhow {
	display: none;
}
#docrow {
	margin-top: 10px;
}



#submit {
	width: 75px;
	height: 20px;
	margin-left: 0px;
	margin-right: 50px;
	margin-top: 3px;
	border: 0px;
	background-color: #000;
	color: white;
	display: block;
	text-align: center;
	float: left;
	cursor: pointer;
}
#reset {
	width: 69px;
	height: 20px;
	margin-top: 3px;
	border: 0px;
	background-color: #000;
	color: white;
	display: block;
	text-align: center;
	float: left;
	cursor: pointer;	
}
#submit:hover, #reset:hover {
	background-color: white;
	color: black;
}
#palletlength, #palletwidth, #palletheight, #palletweight, #palletnums{
	width: 150px; margin-right: 10px;
}
#palletnew, #palletused {
	width: 15px;	border: none;
}

