/** Pretty search borrowed from Apple.com. Namaste, Apple web ninjas. **/

#searchfield { width: 130px; height: 38px; top: 0; right: 0; background-position: 100% 0; background-repeat: no-repeat;}
#searchfield.active { background-position: 100% -38px; }
#searchfield input.g-prettysearch { width: 130px; height: 16px; background: url(/img/searchfield_repeat.png) center top repeat-x; }
#searchfield .search-wrapper { position: relative; width: 130px; margin-left: 0px; }
#searchfield .search-wrapper input.g-prettysearch { width: 110px; margin-left: 20px; *margin-top:-1px; *margin-right:-2px; *margin-left:10px; }
#searchfield .search-wrapper .left,
#searchfield .search-wrapper .right { behavior: url(http://www.iphonealley.com/rev3/sites/all/themes/zen/ipa3/iepngfix.htc); }
#searchfield .search-wrapper .left { display: block; position: absolute; left: 0; top: 0; width: 20px; height: 19px; background: url(/img/searchfield_leftcap.png) left top no-repeat; }
#searchfield .search-wrapper .right { display: block; position: absolute; right: 0; top: 0; width: 10px; height: 19px; background: url(/img/searchfield_rightcap.png) right top no-repeat; }
#searchfield .search-wrapper.empty.blurred input { color: #7E7E7E; }
#searchfield .search-wrapper .reset { position: absolute; width: 11px; height: 11px; overflow:hidden; z-index: 1; right: 4px; top: 4px; background: url(prettysearch/close.gif); display: block; cursor: pointer; _cursor:hand; }
#searchfield .search-wrapper.empty .reset { display: none; }
#searchfield .search-wrapper input.g-prettysearch { position: absolute; width: 100px; top: 0; right: 10px; background: url(prettysearch/searchfield_repeat.png) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font: 11px "Lucida Grande", Geneva, Arial, sans-serif; }
#searchfield label .prettyplaceholder { display: none; }
input.prettysearch { width:200px; height: 16px; background: url(/img/searchfield_repeat.png) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font:11px "Lucida Grande", Geneva, Arial, sans-serif; }
.search-wrapper { position: relative; width: 200px; }
.search-wrapper input.prettysearch { width: 171px; margin-left: 20px; *margin-top:-1px; *margin-right:-2px; *margin-left:10px; }
.search-wrapper .left,
.search-wrapper .right { behavior:url(http://www.iphonealley.com/rev3/sites/all/themes/zen/ipa3/iepngfix.htc); }
.search-wrapper .left { display: block; position: absolute; left: 0; top: 0; width: 20px; height: 19px; background: url(prettysearch/searchfield_leftcap.png) left top no-repeat; }
.search-wrapper .right { display: block; position: absolute; right: 0; top: 0; width: 10px; height: 19px; background: url(prettysearch/searchfield_rightcap.png) right top no-repeat; }
.search-wrapper.empty.blurred input { color: #7E7E7E; }
.search-wrapper .reset { position: absolute; width: 11px; height: 11px; overflow:hidden; z-index: 1; right: 4px; top: 4px; background: url(prettysearch/close.gif); display: block; cursor: pointer; _cursor:hand; }
.search-wrapper.empty .reset { display: none; }