/**
* 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.cp_submit  {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.cpsearch div.cp_field{
	padding-bottom : 8px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #730000;
}

div.cpsearch div.cp_text_search {
	padding-bottom : 8px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #730000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.cpsearch fieldset.cp_field  {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #730000;
}

div.cpsearch fieldset{
	border: 0;
	background : none;
	padding: 4px;
}
div.cpsearch fieldset legend{
	/* put here the style for the checkbox field name */
	font-weight : bold;
	color : #730000;
	/*	background : #800; */
	margin :0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 10px;
}

div.cpsearch div.cp_cb_value {
	margin-bottom: 3px;
}

div.cpsearch div.cp_cb{
	display: inline;
	vertical-align: top;
	float: left;
}
div.cpsearch div.cp_cb_label{
	display: inline;
	font-size: 11px;
	margin-left: 0px;
	left: 25px;
	top: 0px;
}

div.cpsearch select.inputbox {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 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;
}
*/
