/**
 * Quick Search Module Global Template
 *
 * Restyles form so it will fit in side bar
 *
 * Software for 68 Classifieds - Adept Marketing S.A.R.L.
 * This is the standard 68C search form slightly modified by us to fit in a side column.
 *
 * @author John Snyder
 * @copyright Copyright (c) 2009, TemplateCodes.com (Adept Marketing S.A.R.L.) All Rights Reserved.
 * @link http://www.templatecodes.com
 * @package Quick Search Module
 * @category CSS
 * @version 2.2
 * @internal For use with 68C v4.1.6 - 4.1.x
 * @internal PHP5 or greater
 */
@CHARSET "UTF-8";
#searchform { margin: 0 auto; width:90%; text-align:center; vertical-align:top;}
#searchform fieldset { margin:0; border:0; width:100%; text-align:left; }
#searchform fieldset legend { font-size:13px; }
#searchform label { text-align: left; display:block; vertical-align:middle; line-height:26px; }
#searchform input { text-align: left; }
#searchform select { text-align: left; width:165px; }
#searchform p { margin:0; padding:0; }
#minprice input, #maxprice input { width:10px; }
#miles {
margin: 3px 0 0 0;
}
