кнопка "Поиск" тут
index.php
[CODE]<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Интернет-магазин \"Шины. Диски\"");
?>
<div id="index-center">
<div id="left-form">
<fo rm action="/catalog/product/discs/" name='arrFilter_form' method="get">
<?$APPLICATION->IncludeComponent("get_s_list",".default",array('NAME'=>'Диаметр','ZINDEX'=>10));?>
<?$APPLICATION->IncludeComponent("get_s_list",".default",array('NAME'=>'Ширина','ZINDEX'=>9));?>
<?$APPLICATION->IncludeComponent("get_s_list",".default",array('NAME'=>'Крепеж','ZINDEX'=>8));?>
<?$APPLICATION->IncludeComponent("get_s_list",".default",array('NAME'=>'Вылет','ZINDEX'=>7));?>
<?$APPLICATION->IncludeComponent("get_s_list",".default",array('NAME'=>'PSD','ZINDEX'=>6));?>
<br />
<input type="s ubmit" class="form-button" value="Поиск" />
<input type="hidden" value="Y" name="set_filter">
</form>
</div>
ну и так далее...[/CODE]
стиль... фрагмент C:\WebServers\home\bitr\www\bitrix\templates\mypages\template_styles.css
[CODE].form-button{
border: none;
text-decoration: none;
background-color:#cf122a!important;
width: 60px;
height: 30px;
cursor: pointer;
cursor:hand;
color: #ffffff;
-moz-border-radius:13px;
-webkit-border-radius:13px;
border-radius:13px;
left: 20px;
position: relative;
top: -12px;
}
[/CODE]
скрины с firefox и ie9