div#header ul#search {
	position: absolute;
	top: -7px;
	right: 106px;
	list-style: none;
}
div#header ul#search form.mini-search {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #0099FF;
	height: 18px;
	width: 122px;
}
div#header ul#search input.search-text {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100px;
	height: 16px;
	border: 0;
	padding: 0px;
	padding-left: 2px;
	margin: 0;
	font-size: 12px;
	background: #D0F0FF;
}
div#header ul#search input.search-submit {
	position: absolute;
	top: 1px;
	left: 101px;
	width: 20px;
	height: 16px;
	border: 0;
	background: #FFFFFF url(../images/search-btn.jpg) no-repeat center top;
	text-indent: -9999px;
	cursor: pointer;
}
div#header ul#search input.search-submit:hover {
	background: url(../images/search-btn.jpg) no-repeat center bottom;
}
