
div.cpsearch div.cp-cb-toggler label,
div.cpsearch div.cp-cb-value label{
	display:inline;
}
div.cpsearch div.cp-cb-toggler input,
div.cpsearch div.cp-cb-value input{
	padding:0;
	margin: 0 .25em 0 0;
}

fieldset.cp-field{
	margin-bottom: 9px;
}

/* uncomment the next statems if you want all fields in a single row */
/*
div.cpsearch div.cp-field{
	display:block;
	float:left;
	margin-right: 10px; 
}
*/

/* uncomment or remove the next statement if you want the search button in a separate row */
/*
div.cpsearch div.cp-auto-submit{
	display:block;
	clear: both;
}
*/

/**  uncomment the following lines to have required fields bordered **/
/*
div.cpsearch select.required + div.chzn-container, 
div.cpsearch input.required,
div.cpsearch select.required{
	border: 1px solid #0088CC;
}
*/

/**  uncomment the following lines to have the background changed to fields who have got selections **/
/*
div.cpsearch select.got-selection + div.chzn-container, 
div.cpsearch input.got-selection,
div.cpsearch select.got-selection{
	background: #DBEAF9;
}
*/