#searchIcon {
	width: 28px;
	height: 27px;
	background: url(../../images/search_icon_normal.png) no-repeat;
	float: right;
	position: relative;
	top: 14px;
	right: 40px;
	cursor: pointer;
	z-index: 30;
}

#searchIcon:active {
	width: 28px;
	height: 27px;
	background: url(../../images/search_icon_hover.png) no-repeat;
	float: right;
	position: relative;
	top: 14px;
	right: 40px;
	cursor: pointer;
	z-index: 30;
}

#searchBox {
	width: 284px;
	height: 60px;
	background: url(../../images/search_box_ie6.jpg) no-repeat;
	display: none;
	position: relative;
	float: right;
	z-index: 55;
	top: -48px;
	text-align: center;
}

html>body #searchBox {
	width: 284px;
	height: 60px;
	background: url(../../images/search_box.png) no-repeat;
	display: none;
	position: relative;
	float: right;
	z-index: 55;
	top: -48px;
	text-align: center;
	right: -21px;
}

.searchWidth {
	width: 220px;
}

.searchForm {
	position: relative;
	top: 5px;
}

html>body .searchForm {
	position: relative;
	top: 11px;
}

#navcontainer {
	width: 820px;
	max-width: 820px;
}