/* CSS Document */
div#kursy-szukaj-div
{
	width : 400px;
 border-right : 1px solid #C0C0C0;  
 border-bottom : 1px solid #C0C0C0;
 background : #EBEBEB;  
 margin : 10px 0px 30px 0px ;
 margin : 10px auto;
 margin-top : 15px; 
 padding	: 5px 0px 17px 0px;
}
div#kursy-szukaj-div ul, div#kursy-szukaj-div li
{
 text-align : center;
 
 list-style			: none; 
 display : block;
 margin : 0px auto;
 padding	: 0px;
 margin-top : 10px;
}
span#kursy-data
{
 margin : 0px 0px 10px 0px;
 font-family : verdana;
 font-size : 11px;
 display : block;
}
#lastDay
{/*Poprzednie notowanie...*/
	margin 			: 10px 0px 0px 0px;
 	font-family 	: verdana;
 	font-size 		: 11px; 
	padding			: 3px 3px 3px 3px; 
 	width				: 250px;
 	background 	: #737373;
 	border 			: 1px outset gray; 
 	color 			: #fff; 
}
select
{
 font-family : verdana;
 font-size : 11px;
}


input#waluty-szukaj-data
{
	font-family : verdana;
	font-size : 11px;
	width : 100px;
	background : #737373;
	color : #fff;
	border : 1px outset gray;
	margin : 10px 0px 0px 0px;
}
input#waluty-szukaj-data:hover, #lastDay:hover
{ 

 background : #B5B5B5;
 color : #040404;
 border : 1px inset gray;
 cursor:	pointer;
}
/**/
input#waluty-szukaj-data.hover
{ 

 background : #B5B5B5;
 color : #040404;
 border : 1px inset gray;
 cursor:	pointer;
 
}
.obraz-kod
{
 margin	: 10px 0px 0px 0px;
	margin : 0px auto;	
	text-align : center;
 position : relative;
 width : 300px;
 height : 30px;
 
}

input#obraz-kod
{
 width : 50px;
 position : absolute;
 top:5px;
 right : 0px;
 
}
.kod-img
{
 position : absolute;
 top:0px;
 left : 0px;
}
.lbl_kod
{
 position : absolute;
 top:3px;
 left : 130px;
 font-size : 0.99em;
}
input#lastDay.hover
{ 

 background : #B5B5B5;
 color : #040404;
 border : 1px inset gray;
 cursor:	pointer;
 
}

