/**
 * Los Gatos.com Search From
 * /css/elements/search-form.css
 *
 * Contributers: Franklin Clark
 * Last updated: 04/29/2009
 */

/* Basic
 -------------------------------------------------*/

/* Headings
 -------------------------------------------------*/

/* Anchors/Links
 -------------------------------------------------*/

/* Paragraphs
 -------------------------------------------------*/

/* Tables
 -------------------------------------------------*/

/* Images
 -------------------------------------------------*/

/* Lists
 -------------------------------------------------*/

/* Divisions
 -------------------------------------------------*/

div.siteWideSearch {padding-left:270px;padding-right:0}

/* Forms
 -------------------------------------------------*/

form#siteSearchForm {
    padding-left:56px;
    display:block;
    margin-top:30px;
    width:360px;
    }

/* for firefox and other browsers*/
html>body form#siteSearchForm { width:308px;}

form#siteSearchForm input.searchField {
    float:left;
    margin:1px 0 0 0;
    width:214px;
    padding:0;
    }
    
form#siteSearchForm input.searchButton {float:left; margin-left:10px;width:77px;}
