body{background-color: #f2f2f2; font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;}
.root{width:990px; margin:auto; }

h1{text-align: center; color: #f6b22f;}

#table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px 0 40px 0;
	width: 990px;
	text-align: left;
	border-collapse: collapse;
  float:left;
}
#table th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #695519;
}
#table td
{
	padding: 8px;
	color: #695519;
}
#table .odd
{
	background: #dcccae; 
}

.szukaj{
background-color: #f0a90f;
padding:10px 0;
width:990px;
float:left;
}
.szukaj input{ width:800px; margin:auto; margin-left:95px; padding:10px;
 border:1px solid #999;
	-webkit-border-radius: 3px;-khtml-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	
	
	background: #fff;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;   
    
    

}

.clear{clear:both;}
