﻿#txtSerialNumber 
{
	width: 150px;
}
#results
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	position: absolute;
	display: none;
	background-color: #EEEEEE;
	z-index: 5;
}
.searchresult
{
	height: 18px;
	width: 154px;
	border-bottom: 1px solid #333333;
	border-left : 1px solid #333333;
	border-right:1px solid #333333;
	border-top : 0px;	
	vertical-align: middle;
}
.small
{
	font-size: 12px;
}
.searchresult:hover
{
	background-color: #7a95E6;
	cursor: hand;
}
.match 
{
	background-color: Yellow;
}

.loginlabel
{
	font-size: 12px;
	font-family:arial;
	padding-left:10px;
}