



div.cpsearch {
direction:rtl;
float:left;
height:150px;
margin-left:10px;;
margin-top:10px;
text-align:right;
width:170px;
}
/* comment next declaration to keep all elements on one row */
div.cp_field, fieldset.cp_field {
	
	clear : both;
}

div.cp_submit {
clear:both;
float:left;
margin-top:5px;
width:117px;
	
}



div.cpsearch form{
float:left;
height:150px;
width:170px;
}

div.cp_submit input.submit {
	
    color: #A3210F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	
	
}


div.cpsearch div.cp_field, xcp_field cp_field_1{

	border:0 none;
	float:left;
	margin-left:24px;
	margin-top:19px;
	padding-bottom:8px;
	width:142px;
}

div.cpsearch input{
	 color: #A3210F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
border:0 none;
float:right;
margin:0 1px 0 0;
padding:0;
width:133px;
}

div.cpsearch div.cp_field select{
	*position:relative;
	*left:7px;
	border:0 none;
    margin:0px;
	padding:0;
	width:132px;
	float:right;
}




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;
}
/* 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;
}
*/

