</div>
		
		
		<div style="display: inline-block; width: 660px; position: relative; top: -36px; border:1px;
		<!--/*
		    background-color: #eaf8fc;
    background-image: linear-gradient(#fff, #d4e8ec);
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;            
    padding: 10px;
	*/-->
		">
			<div style="display: inline-block; width: 270px; position: relative; top: 10px; "><!--border: 0.1em solid #1e90ff;-->
			<?php 
echo tpl_function_selectbox(array('input' => 'user_type', 'id' => 'looking_user_type', 'value' => $this->_vars['user_types']['option'], 'default' => $this->_vars['all_select_lang']), $this);
?>
			</div>
			<input type="text" name="search" placeholder="<?php 
echo l('search_people', 'start', '', 'text', array());
?>
" style="display: inline-block; width: 270px; height: 25px; padding: 3px 8px; "/>
			<input type="submit" value="Search" id="main_search_button_<?php 
echo $this->_vars['form_settings']['form_id'];
?>
" name="search_button" style="height: 33px;">
		</div>
		
		
					<ul style="display: inline-block; position: relative; top: -22px; left: 30px; height: 29px;"  align="center">
				<!-- <div style="	height: 25px; width: 110px;
    } else {
        ?>
			<?php 
        echo tpl_function_checkbox(array('input' => $this->_vars['field_name'], 'id' => $this->_vars['field_name'] . '_select', 'value' => $this->_vars['field']['field_content']['options']['option'], 'selected' => $this->_vars['data'][$this->_vars['field_name']]), $this);
        ?>
		<?php 
    }
    ?>
	<?php 
} elseif ($this->_vars['field']['field']['type'] == 'multiselect') {
    ?>
		<?php 
    if ($this->_vars['field']['field_content']['settings_data_array']['view_type'] == 'mselect') {
        ?>
			<?php 
        echo tpl_function_selectbox(array('input' => $this->_vars['field_name'], 'id' => $this->_vars['field_name'] . '_select', 'value' => $this->_vars['field']['field_content']['options']['option'], 'selected' => $this->_vars['data'][$this->_vars['field_name']], 'default' => $this->_vars['default_select_lang']), $this);
        ?>
		<?php 
    } else {
        ?>
			<?php 
        echo tpl_function_checkbox(array('input' => $this->_vars['field_name'], 'id' => $this->_vars['field_name'] . '_select', 'value' => $this->_vars['field']['field_content']['options']['option'], 'selected' => $this->_vars['field']['field_content']['value'], 'group_methods' => 1), $this);
        ?>
		<?php 
    }
    ?>
	<?php 
} elseif ($this->_vars['field']['field']['type'] == 'text') {
    ?>
		<?php 
    if ($this->_vars['field']['settings']['search_type'] == 'number' && $this->_vars['field']['settings']['view_type'] == 'range') {
if ($this->_vars['dynamic_block_lang_select_data']['count_active'] > 1) {
    ?>
	<div id="lang_select_wrapper_<?php 
    echo $this->_vars['dynamic_block_lang_select_data']['rand'];
    ?>
"<?php 
    if ($this->_vars['dynamic_block_lang_select_data']['params']['right_align']) {
        ?>
 class="righted"<?php 
    }
    ?>
>
		
		<div class="ib vmiddle">
			<?php 
    echo tpl_function_selectbox(array('input' => 'language', 'id' => 'lang_select_' . $this->_vars['dynamic_block_lang_select_data']['rand'], 'value' => $this->_vars['dynamic_block_lang_select_data']['languages'], 'selected' => $this->_vars['dynamic_block_lang_select_data']['lang_id'], 'class' => 'cute'), $this);
    ?>
		</div>
	</div>
				
	<script type="text/javascript"><?php 
    echo '
		$(function(){
			loadScripts(
				"';
    echo tpl_function_js(array('module' => 'start', 'file' => 'selectbox.js', 'return' => 'path'), $this);
    echo '",
				function(){
					var data = ';
    echo tpl_function_json_encode(array('data' => $this->_vars['dynamic_block_lang_select_data']), $this);
    echo ';