table.parts { 
  margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 2px ridge black;
	background: #7574B0;
	cursor: pointer;
	}

table.parts tr.title {
  background: #7574B0;
	}
	
table.parts tr {
	background: #C8C9DD;
  }

table.parts tr.alt {
	background: #A5A9C4;
  }

table.parts tr.blank {
  background: #3D3C7E;
  }

table.parts tr.disc {
	background: #999999;
	color: white;
  }
	
table.parts td { 
	border: 1px inset black;
	min-width: 40px; 
	padding-left: 8px;
	padding-right: 8px;
	}

ul.autocomplete {
  font-size: 13px;
  cursor: pointer;
	text-align: left;
	border: 1px solid black;
	border-top: none;
	background: #F8F8F8;
	list-style: none;
  margin: 0px auto 0px auto;
	width: 139px;
	padding: 0px;
	position: absolute;
	left: 18.75px;
	}

ul.autocomplete li {
	padding: 0px 4px 0px 4px;
	}
	
ul.autocomplete li:hover {
	background-color: #C2B8F5;
	}	
	
div.container {
  width: 537px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	}
	
div.floatform {
  float: left;
	position: relative;
  width: 175px;
	padding: 0px 2px 0px 2px;
	}	