
/* searchbox */
div.searchbox {
	width: 120px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	background: url(../images/search/search_bg.png) 0 0 no-repeat;
}

div.searchbox:hover  {
	background: url(../images/search/search_bg.png) 0 -18px no-repeat;
}

div.searchbox:hover input {
	color: #000000;
}

div.searchbox input:focus {
	color: #000000;
}

div.searchbox input {
	width: 84px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 11px;
}

div.search{
margin-top:3px;
margin-left:100px;
}

div.searchbox button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	float: left;
	cursor: pointer;
	line-height: 0px;
}

div.searchbox button.search-magnifier {
	background: url(../images/search/magnifier_icon.png) 0 0 no-repeat;
}

div.searchbox button.search-close {
	background: url(../images/search/close_icon.png) 0 0 no-repeat;
}
div.searchbox button.search-loader {
	background: url(../images/search/loader_icon.gif) 0 0 no-repeat;
}
