.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: #999;
	line-height: 12px;
	margin-right:4px;
	height:16px;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
}
.searchtable .searchbutton
{
	border:0;
	padding:3px 8px;
	color:#FFF;
	line-height:18px;
	background: #b40303 url(../images/bg_title.png) top center repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.searchtable .searchbutton:hover{background: #890202 url(../images/bg_title.png) bottom center repeat-x;}
.searchtable .searchbutton:active {background: background: #fb6a00 url(../images/bg_title.png) center center repeat-x;}