input {
	border: 1px solid #000;
	padding: 1px 1px 1px 1px;	
	position:relative;
	font-size:11px;
}

select {
	border: 1px solid #000;
	padding: 1px 1px 1px 1px;	
	position:relative;
	font-size:11px;
}

input#legend {
	width:170px;
}

input#tape {
	width:200px;
}

input#customlegend {
	width:380px;
}

input#sm_pipe_legend {
	width:174px;
}

input#pipe {
	width:60px;
	border-left:0px;
}

input#custompipe {
	width:160px;
}

input#qty {
	width:30px;
}
input#partno {
	width:40px;
	border-right:0px;
}

input#style {
	width:60px;
	border-left:0px;
}

input#bkg {
	width:60px;
	border-left:0px;
}

div.suggestBox{
	position:absolute;
}
div.suggestBox ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.suggestBox ul li{
	background-color:#fff;
	background-image: none;
	margin:0px;
	padding:0px 0px 0px 3px;
}
div.suggestBox ul a{
	text-decoration:none;
	color:#1E3278;
}
div.suggestBox ul li.active{
	background-color:#1E3278;
}
div.suggestBox ul li.active a{
	color:white;
}