.SearchBoxTable{
	margin: 0px;
	background: #FF9ACC;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}
.SearchBoxTD {
	text-align: center; 
	border-style: solid; 
	border-width: 0px;
}
.SearchBoxInput {
	width: 130px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 12px;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	font-family: verdana;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.SearchBoxButton {
	padding: 0px;
	border-right: #ffffff 0px outset;
	border-top: #ffffff 0px outset;
	font-weight: normal;
	font-size: 13px;
	border-left: #ffffff 0px outset;
	color: #000000;
	border-bottom: #ffffff 0px outset;
	background-color: #bfbdbf;
}
