.searchForm{
	margin: 0 0 0px 0 ;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align:left;
	background: url(../images/bkg_form_searc.jpg) repeat-x;
	border-bottom:1px solid #CCC;
	
} /* reset stuff */

    .searchForm p.titleform{
	color: #FFF;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 6px 4px;
	text-transform:none;
	background: url(../images/bkg_title_box_search.jpg) repeat-x left top;
	font-size:0.7em;

}


    /* This is the main unit that contains our form elements */
    .searchForm .ctrlHolder,
    .searchForm .buttonHolder{ margin: 0; padding: 0; clear: both; }
	    .searchForm .ctrlHolder{ padding: 7px 12px}
    .searchForm .buttonHolder{  margin: 7px 12px}


    /* Clear all floats */ 
    .searchForm:after,
      .searchForm .buttonHolder:after, 
      .searchForm .ctrlHolder:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; }

      .searchForm label { display: block; float: none;  padding: 0; line-height: 100%; width: auto; font-size:0.7em; margin-bottom:3px; font-weight:bold; color:#555 }

    .searchForm .selectInput{  font-size:11px; width:160px}
	
	
