/* --------------------------------------------------------------

   grid.css

-------------------------------------------------------------- */
/*h2#registration { clear: both; }*/
div#checkout
            { width: 380px; clear: both; margin-bottom: 3.6000em;}
label, input, textarea
            {display: block; }
input[type="text"], textarea[name]
            { border: 1px solid #5178BF; width: 100%; 
              font-family: Monaco, Courier, monotype; font-size: 13px; line-height: 1.3846;}
input[type="text"]
            { height: 1.6000em;}
form ol     { margin: 0;}
form li     { list-style-type: none; margin-bottom: 1.3846em;}
div#checkout button
            { padding: 0;
              background-image: none; background-color: transparent; border: 0px none;}
/*button img  { border: 2px solid #5178BF;}
button:focus img,
button:hover img
            { border: 2px solid #E39315;}*/
button
            { border: 1px solid #101330; padding: 5px 2px;
              font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
              /*font-size: 0.6923em;*/ text-transform: uppercase; color: #E39315;
              background-color:#203a6f;}
button:hover {background-color: #2E5092; cursor: pointer;}

.materials div.primary button
            { border: 0px none transparent; padding: 0;
              font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
              /*font-size: 0.6923em;*/ text-transform: uppercase; color: #E39315;
              background-color:transparent;}

/* @group Search Form */

#search     { float: right; clear: right; padding-right: 24px;}
#search button
            { border: 1px solid #101330; padding: 3px 1px;
              font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-size: 0.6923em; text-transform: uppercase; color: #E39315;
              background-color:#203a6f; display: inline;}
#search button:hover {background-color: #2E5092; cursor: pointer;}

#search input[type="text"]#search-field
            { border: 1px solid #101330; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: 10px; padding: 1px 0px; height: 1.5000em; width: auto; display: inline;}
#search label
            { display: none; }

#content .search input, #content .search button
            { display: inline; width: auto;}
#content .search input
            { padding: 4px 0px; height:auto;}
/* @end   Search Form */

