/* CSS Document */

#i_search_form {
	position: relative;
	margin-top:5px;
}
* + html #i_search_form {
	position:absolute;
}
* + html #i_search_form div {
	margin-top:5px;
}
* + html #i_search_button {
	margin-top:5px;
}

#i_search_form div {
	width: 103x;
	height: 21px;
	overflow: hidden;
	background: url(/img/search_input.jpg) top left no-repeat;
	position:absolute;
	top:-25px;
	left:590px;
}
#i_search_input {
	padding: 0px;
	margin: 3px 10px 0;
	width: 93px;
	height: 16px;
	overflow: hidden;
	border: none;
	font-size: 12px;
}
#nd_h_search #i_search_input {
	background-color: transparent;
}
#i_search_button {
	position: absolute;
	top: -25px;
	left: 690px;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 21px;
	overflow: hidden;
}

