/* 	City of Delaware CSS Document */

/*	
	Orange - #d98500;
	Blue - #0054a6;
	Green - #197b30;
	Maroon - #7b1804;
*/

/* Search Box */

#formbox {
	background: url('Images/search-right.gif') no-repeat right top;
	padding:-1 0 0 0px;
	float:left;
	color:#b0b5b9;
	font-weight:bold;
	width: 120px;
	}
	
#magnifyglass {
	background: url('Images/search-magnify.gif') no-repeat top right; 
	padding: 2 0 0 0;
	float: left;
	width: 25px;
	height: 21px;
	}

.inputbox {
	color:#b0b5b9;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	border: none;
	background: transparent;
	height: 20px;
	_height: 20px;
	width: 115px;
	}	
	
.searchTerm {
	font-weight: bold;
	background: #f7941d;
	padding-left: 2px;
	padding-right: 2px;
	color: #fff
	}