﻿/*******************************************************/
/***************** Wyszukiwanie ************************/
/*******************************************************/
div#search_panel {
	position: absolute;
	top: 178px;
	right: 0px;
}
div#search_panel span {
	color:white;
	float:left;
	font-weight:600;
	line-height:15px;
	padding-left:7px;
	display:none;
	padding-right:4px;
}
div#search_panel input {
	background:transparent url(../images/in3.jpg) no-repeat scroll 0 0;
	border:0 none;
	float:left;
	font-size:11px;
	height:20px;
	width:95px;
	padding-left: 20px;
}
div#search_panel a {
/*	background:transparent url(../images/search_ok_button2.png) no-repeat scroll 0 0; */
	background-color: #cccccc;
	color:black;
	float:left;
	font-size: 8pt;
	font-weight:bold;
	line-height:15px;
	margin:0 5px 0 4px;
	padding:2px 7px 3px;
}
div#search_panel div#nifty_search {
    height:20px;
    width:3px;  
    background: url('../images/nifty-search.jpg') no-repeat;
    float:left;
}