/* GLOBAL SEARCH */ 
#globalsearch { 
	width: 163px; 
	height: 38px; 
	position: absolute; 
	top: 0; 
	right: 0; 
	background-position: 100% 0; 
	background-repeat: no-repeat; 
} 
#globalsearch.active { 
	background-position: 100% -38px; 
} 
#globalsearch input.g-prettysearch, #globalsearch .search-wrapper input.g-prettysearch {
	background: url(design/searchfield_repeat.png) center top repeat-x; 
}
#globalsearch input.g-prettysearch { 
	width:140px; 
	height: 16px; 
	margin-top: 3px; 
	margin-left: 11px; 
} 
#globalsearch .search-wrapper { 
	position: relative; 
	width: 140px; 
	margin-top: 3px; 
	margin-left: 11px; 
} 
#globalsearch .search-wrapper input.g-prettysearch { 
	width: 110px; 
	margin-left: 20px; 
	*margin-top:-1px; 
	*margin-right:-2px; 
	*margin-left:10px; 
} 
#globalsearch .search-wrapper .left, #globalsearch .search-wrapper .left { 
	display: block; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 20px; 
	height: 19px; 
	background: url(design/searchfield_leftcap.png) left top no-repeat; 
} 
#globalsearch .search-wrapper .right { 
	display: block; 
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 10px; 
	height: 19px; 
	background: url(design/searchfield_rightcap.png) right top no-repeat; 
} 
#globalsearch .search-wrapper.empty.blurred input { 
	color: #7E7E7E; 
}
#globalsearch .search-wrapper .reset { 
	position: absolute; 
	width: 11px; 
	height: 11px; 
	overflow:hidden; 
	z-index: 1; 
	right: 4px; 
	top: 4px; 
	background: url(design/close.gif); 
	display: block; 
	cursor: pointer; 
	_cursor:hand; 
} 
#globalsearch .search-wrapper.empty .reset { 
	display: none; 
} 
#globalsearch .search-wrapper input.g-prettysearch { 
	position: absolute; 
	width: 110px; 
	top: 0; 
	right: 10px; 
	border: 0px; 
	margin: 0; 
	padding: 3px 0 0 0; 
	font: 11px "Lucida Grande", Arial, sans-serif; 
} 
#globalsearch label .prettyplaceholder { 
	display: block; 
	overflow: hidden; 
	text-indent: -9999px; 
	height: 0; 
	width: 0;
} 
#globalsearch input[type=search].not-round { 
	background: #ABABAB; 
	height: 19px; 
	outline: none; 
	-webkit-border-radius: 9px; 
	-webkit-border-image: url(design/searchfield_border.png) 2 2 2 2 stretch stretch; 
	width: 133px; 
} 
