/**
* Custom Properties for Joomla! 1.5.x
* @package Custom Properties
* @subpackage Mod cp_search
* @version 1.98
* @revision $Revision: 1.1.2.3 $
* @author Andrea Forghieri
* @copyright (C) Andrea Forghieri, www.solidsystem.it
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2
*/

div.cpsearch{}
/* comment next declaration to keep all elements on one row */
div.cp_submit, div.cp_field, fieldset.cp_field  {
	clear : none;
}
div.cpsearch div.cp_field{
	padding-bottom : 8px;
	border : 0;
}
div.cpsearch fieldset{
	margin-right: 10px;
	padding  :4px;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;	
	border-right: solid 1px #d7d7d7;	
	background-color: #f5f5f5;
	float: left;
	width: 260px
}
div.cpsearch fieldset legend{
	font-weight: bold;
	padding: 4px;
}
div.cpsearch div.cp_cb{
	display: inline;
	padding-right: 10px;
}
div.cpsearch div.cp_cb_label{
	display: inline;
}
/* uncomment if you want checkboxes to be displayed one beside the other
div.cpsearch fieldset div.cp_field{
	display : inline;
}
*/
/* each cp field can have his own style
div.cpsearch div.cp_field_10{
	display : block;
	width : 90%;
	border : 2px solid green;
	background : #dbef00;
}
*/
