/**
* 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{
	margin-bottom:-5px;
	height:140px;
	overflow:hidden;}
/* 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-left : 0px;
	border : 0px;
	height: 27px;
	width:175px;
	color:#000;
	position:relative;
	top:0px;
	margin-bottom:-2px;

}

div.cpsearch div.cp_field select {
font-family: Helvetica, Verdana, Arial,  sans-serif;
font-size: 14px;
font-weight: normal;
color: #000000;
width:175px;
size:50;
height: 27px;
position:relative;
top:-15px;
}
div.cpsearch div.cp_field option {
font-family: Helvetica, Verdana, Arial,  sans-serif;
font-size: 14px;
font-weight: normal;
color: #000000;
background-color:#FFF;
width:175px;
size:50;
height: 27px;
position:relative;
top:-15px;
}


div.cpsearch .button{
	float:right;
	background: url(../images/button.png);
	width:81px;
	height:32px;
	border:none;
	position:relative;
	top:-19px;
	z-index:0;
	right:10px;
	padding-bottom:0px;
}


div.cpsearch fieldset{
	border: 0;
	background : none;
	padding  :3px;
	
}
div.cpsearch fieldset legend{
	/* put here the style for the checkbox field name */
}
div.cpsearch div.cp_cb{
	display: inline;
}
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;
}
*/
