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