body { padding: 50px; background: #CCCCCC; }

/* Pretty search replacer (not for Safari) */
div.pretty-search { position: relative; float: left; padding-left: 23px; overflow: hidden; left: -5px; top: -3px; margin-bottom: -6px; }
div.pretty-search,
div.pretty-search div.ps-container,
div.pretty-search div.ps-left,
div.pretty-search div.ps-right { height: 29px; }

div.pretty-search div.ps-left,
div.pretty-search div.ps-right { background: url(../i/search-input.png) no-repeat; -background-image: none; -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./i/search-input.png',sizingMethod=crop); }
div.pretty-search div.ps-container { padding-right: 22px; position: relative; overflow: hidden; }
div.pretty-search input.ps-input { border: 0; background: url(../i/search-controls.gif) repeat-x 0 0; font-size: 11px; position: relative; z-index: 2; top: 5px; //top: 4px; height: 15px; padding-top: 3px; padding-left: 0; width: 100%; }
div.pretty-search input.ps-input-placeholder { color: gray; }
div.pretty-search span.ps-placeholder { display: none; position: absolute; font-size: 11px; color: gray; z-index: 3; top: 8px; left: 1px; font-family: "Lucida Grande", Arial, sans-serif; }
div.pretty-search span.ps-spinner { display: none; position: absolute; right: 9px; top: 9px; z-index: 4; }
div.pretty-search span.ps-clear { display: none; position: absolute; right: 9px; top: 9px; z-index: 3; background: url(../i/search-controls.gif) no-repeat 0 -38px; cursor: pointer; cursor: hand; }
div.pretty-search span.ps-clear-down { background-position: -11px -38px; }

div.pretty-search div.ps-left { position: absolute; left: 0; top: 0; width: 23px; }
div.pretty-search div.ps-right { position: absolute; left: 0; top: 0; width: 100%; background-position: right 0; }
div.pretty-search div.ps-right { -left: auto; -right: 0; -width: 500px; }

div.pretty-search-focus div.ps-left { background-position: 0 -29px; }
div.pretty-search-focus div.ps-right { background-position: right -29px; }
div.pretty-search-focus input.ps-input { background-position: 0 -19px; }
div.pretty-search-focus div.ps-left,
div.pretty-search-focus div.ps-right { -top: -29px; -height: 58px; }

div.pretty-search-loading span.ps-spinner { display: block; }
