
.searchinput {
	background: url('../images/textbox.png') repeat-x;
	font-size: 12px;
	color: #000000;
	width: 250px;
	height: 14px;
	min-height: 14px;

	border: 1px solid #AABBBB;
	vertical-align: middle;
	margin: 1px 2px;	
	padding: 2px 4px;
	overflow: hidden;
}

.searchinput:hover {
	opacity:1.0;	filter: alpha(opacity=100);	-moz-opacity: 1.0;
}
.searchinput:active, .searchinput:focus {
	opacity:1.0;	filter: alpha(opacity=100);	-moz-opacity: 1.0;
	border: 1px solid #889999;
}

.searchbutton {
    background: url('../images/button.png') repeat-x;
	font-size: 11px;
	
	color: #FFFFFF;

	height: 18px;
	min-height: 18px;

	border: 1px solid #BB2200;
	vertical-align: middle;
	margin: 1px 2px;
	padding: 1px 4px;
	
	font-weight: bold;
	
    cursor: pointer;
	opacity:.75;	filter: alpha(opacity=75);	-moz-opacity: 0.75;
}

.searchbutton:hover, .searchbutton:focus {
	opacity:1.00;	filter: alpha(opacity=100);	-moz-opacity: 1.00;
	border: 1px solid #BB2200;
}
