/* CSS - Form Search Main */

#comp_form_search_main {

	overflow:hidden;

}

#comp_form_search_main .submit {

	width: 60px;
	height: 18px;
	padding: 18px 0 0;
	background: transparent url(../../img/button/search_btn.gif) no-repeat center top;

}

#comp_form_search_main .submit:hover {

	background: transparent url(../../img/button/search_btn.gif) no-repeat 0 -18px;

}

.section {
	
	width:80%;
	
	margin-left:auto;
	margin-right:auto;

	margin-top:10px;
	margin-bottom:10px;

}

.search_footer {

	width:80%;
	
	margin-left:auto;
	margin-right:auto;

	margin-top:10px;
	
	padding-top:10px;
}

.section_body {
	
	padding-left:50px;
	padding-right:50px;

}


#form_search_main_birthdate_start, #form_search_main_birthdate_end {

	width:50px;

}