﻿
/************ Search box (general) ***********/
.sbinputs {
	white-space: nowrap;
	height: 23px;
	clear:both;
float:right;
}
.wsSearchBoxInputCommon {
	font-size: 93%;
	height: 18px;
	border: solid 1px #999999;
	position: relative;
	min-height: 18px;
	top: 0px;#top:-1px;_top:-1px;
}
.wsSearchBoxInput {
	min-width: 142px;
	width: 142px;
	padding-left: 5px;
	padding-top: 3px;
	color: #777777;
}
.searchButton
{
	position: relative;
	left: -3px;
	vertical-align: top;
	border: 0px solid #fff;
}
.searchButton:hover
{
	border: 1px solid #000;
}

