.searchtable 
{
	border-collapse: collapse;
	font-size: 12px;
	line-height: 12px;
	background-image: none;
}
.searchtable td 
{
    padding:0px;
}
.searchtable td input
{
    vertical-align:middle;
}
.searchtable .searchkey
{
	line-height: 12px;
	height:16px;
	background-image: none;
}
.searchtable .searchvalue
{
	color: #000;
	line-height: 12px;
	height:20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	background-image: none;
	text-indent: 5px;
}
.searchtable .searchbutton
{
	border: 0 none;
	line-height: 16px;
	background-image: none;
}