#searchBox {
	padding:28px 0px 0px 120px;
	color: #c9e8f7;
	margin-bottom: 20px;
	width: 477px;
	height: 49px;
	background-image: url('../images/searchBar');
	background-repeat: no-repeat;
	background-position: center center;
	}
ul.searchResults li {
	list-style: none;
	padding: 3px 0px 0px 15px;
	}
ul.searchResults li a.link {
	padding-right: 20px;
	background-image: url('../images/icon_newWindow.gif');
	background-repeat: no-repeat;
	background-position: center right;
	}
#leftShadow {
	background-image: url('../images/leftShadow.gif');
	display: block;
	height: 100%;
	width: 6px;
	position: absolute;
	top: 0px;
	left: -6px;
}
#rightShadow {
	background-image: url('../images/rightShadow.gif');
	display: block;
	height: 100%;
	width: 6px;
	position: absolute;
	top: 0px;
	right: -6px;
}
* html #leftShadow {
	background-image: none;
}
* html #rightShadow {
	background-image: none;
}
