.type-search-container{
	position:relative;
	height:19px;
}
.type-search-container input.type-search{
	color:#000;
	background:#fff  url(../../../img/jquery/typesearch/searchfield_repeat.png) repeat-x;
	border:0;
	font:11px/normal "Lucida Grande",Arial,sans-serif;
	margin:0;
	padding:3px 0 0;
	position:absolute;
	right:10px;
	top:0;
	height:16px;
	/* fix for internet explorer */
	_height:19px;
}
.type-search-container .left,.type-search-container .right{
	color:inherit;
	background-color:transparent;
	background-repeat:no-repeat;
	display:block;
	height:19px;
	position:absolute;
	top:0;
}
.type-search-container .left{
	background-image:url(../../../img/jquery/typesearch/searchfield_leftcap.png);
	width:20px;
	left:0;
}
.type-search-container .right{
	background-image:url(../../../img/jquery/typesearch/searchfield_rightcap.png);
	right:0;
	width:10px;
}
.type-search-container .reset{
	color:inherit;
	background:transparent url(../../../img/jquery/typesearch/close.gif) no-repeat;
	display:block;
	height:11px;
	overflow:hidden;
	position:absolute;
	right:4px;
	top:4px;
	width:11px;
	z-index:1;
	cursor:pointer;
}
