/* ------------------------------------------------------------------------------------------------------------------ */
/* search */
form#search { display: block; position: relative; width: 365px; height: 34px; margin: 0 auto; overflow: hidden; background-color: #ffffff; }
    form#search input.text { display: block; border: none; background-color: transparent; font-family: 'Exo-Regular', sans-serif; font-size: 12px; width: 300px; height: 32px; margin: 1px 0 0 10px; float: left; color: #0a253e; }
    form#search input.submit { display: block; float: right; cursor: pointer; width: 34px; height: 24px; margin: 5px 7px 5px 0; border: none; background: transparent url(../../../../src/img/search/submit.png) no-repeat; }


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