/**
* 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{
	width: 520px;
	padding: 20px 10px 10px 20px;
	background-image: url(../../../templates/r2public/images/bgstores.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
/* comment next declaration to keep all elements on one row */
div.cp_field, fieldset.cp_field  {
	width: 110px;
	float: left;
	height: 150px;
}
div.cp_submit  {
	width: 100px;
	float: left;
}
div.cpsearch div.cp_field{
	padding-bottom : 8px;
	border : 0;
}
div.cpsearch fieldset{
	border: 0;
	background : none;
	padding  :4px;
}
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;
}
.cp_submit .button {
	background-color: #000000;
	width: 80px;
	height: 25px;
	background-image: url(../../../templates/r2public/images/bgloginknop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #312925;
	color:#CCCCCC;
	font-size:10px;
	margin: 0;
	margin-top: 15px;
}
.checkbox {
	color:#999999;
	height: 25px;
	width: 25px;
	background: none;
}

/* 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;
}
*/
