/*
+----------------------------------------------------------------------+
| Advanced Filter Mod                                                  |
+----------------------------------------------------------------------+
| Copyright (c) 2009 BCSE LLC. dba BCS Engineering                     |
+----------------------------------------------------------------------+
|                                                                      |
| Advanced Filter Mod is subject for version 2.0 of the BCSE           |
| proprietary license. That license file can be found bundled with     |
| this package in the file BCSE_LICENSE. A copy of this license can    |
| also be found at                                                     |
| http://www.bcsengineering.com/license/BCSE_LICENSE_2.0.txt           |
|                                                                      |
+----------------------------------------------------------------------+
*/

#customer_filter{ border: 1px solid #CCC; padding: 10px; margin: 5px 0 0 0; float: left; clear: both; overflow: hidden; }
.filter_select_wrapper{ float: left; }
.filter_dropdown_wrapper{ float: left; }
.filter_select{ padding: 0 7px 0 0; font-size:10px; text-transform:uppercase; font-weight: bold; float: left; }
.filter_select select { font-size:10px; }
.filter_input{ float: right; padding: 0; }
.filter_input input{ border: 1px solid black; cursor: pointer; font-size:10px; }
.clear_div{ clear: both; padding: 0px; margin: 0px; width: 0px; height: 0px; }
.ajax_overlay{ background-color: white; opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; position: absolute; 	z-index: 499; top: 0; left: 0; width: 100%; height: 100%; text-align: center; }
.ajax_overlay img{ width: 100px; height: 100px; margin: 5px auto 0 auto; }

