/**
* 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 : both;
}
*/
div.cpsearch div.cp_field{
	padding-bottom : 8px;
	border : 0;
}
div.cpsearch fieldset{
	border: 0;
	background : none;
	padding  :10px;
	display: inline;
	vertical-align: text-top;
	width: 175px;
}
div.cpsearch fieldset legend{
	/* put here the style for the checkbox field name */
	color: #F90;
}
div.cpsearch div.cp_cb{
	display: inline;
}

div.cpsearch div.cp_cb_label{
	display: inline;
	padding-left: 5px;
}

div.cpsearch div.cp_field{
	display : inline;
}

/* each cp field can have his own style*/
div.cpsearch div.cp_field_1{
	display : block;
	width : 90%;
	border : 2px solid green;
	background : #dbef00;
}

div.cp_cb{
	position:relative;
	top:2px;
	padding-left:3px;
	padding-top:1px;
	/*moz-border-radius: 3px; 
	-webkit-border-radius: 3px;*/
}

div.cp_cb_value:hover{
	cursor:pointer;
	/*background:#E09D1F; TTR Orange*/
	/*background:#818181; Dark Grey*/
	background:#818181;
}
