.inputNoBorder {
	background-color: transparent;
	border: 0px solid;
	font-size: 11px;
}
.partsheetFirst {
	width:60px;
	height:20px;
	float:left;
	text-align:left;
	overflow:hidden;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-color:#666;
	border-width:1px;
	padding: 4px 4px 0px 4px;
}
.partsheetOther {
	width:60px;
	height:20px;
	float:left;
	text-align:left;
	overflow:hidden;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-color:#666;
	border-width:1px;
	padding: 4px 4px 0px 4px;
}
.partsDisplayPartNo {
	float: left;
	width: 86px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 53px;
}
.partsDisplayDescription {
	float: left;
	margin-left: 10px;
	width: 63%;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 53px;
}

input[class="partsMenu"] {
	background: white;
	border: 1px solid #444;
	border-radius: 4px;
	color: black;
	font-weight: bold;
	text-align: center;
	height: 30px;
	font-size: 14px;
	padding: 0px 10px 0px 10px;
}

.rightTrash {
	background: transparent url(im3/TrashCanBlack.png) center center/21px 27px no-repeat;
	float: right;
	margin-right: 10px;
	width: 30px;
	height: 25px;
	margin-top: 7px;
}

#reloadIcon {
	position: absolute;
	top: 9px;
	right: 50px;
	font-size: 18px;
	width: 40px;
	height: 40px;
	z-index: 2;
	background-image: url('images/reloadButton.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
}
