﻿/*******************************************************/
/***************** Wyszukiwanie ************************/
/*******************************************************/
div#search_panel
{
    float:left; 
	background-image: url("../images/search_btn.gif");
	background-repeat:no-repeat;
	height: 17px;
}

div#search_panel span
{
    float:left;
    padding-right:4px;
	padding-left: 8px;
	color: #3f4040;
	font-weight: 600;
}
div#search_panel input
{
	height: 17px;
	padding: 0 !important;
	border: none;
	border: 0px;
	float:left; 
}
div#search_panel a
{
	width: 25px;
	height: 15px;
	background: url('../images/search_ok_button.gif') no-repeat;
	padding-left: 3px;
	padding-right: 6px;	
	padding-bottom:2px; 
	font-weight: bold;
	color: #323131;
	margin-left: 4px;
	float:left;
	margin-top:2px;  
}

div#search_panel div#nifty_search
{
    height:17px;
    width:5px;  
    background: url('../images/nifty-search.gif') no-repeat;
    float:left ; 
}
