div.general{
	align: center;
	width: 800px;
	max-width: 800px;
	border: solid 0px black;
	z-index: 0;
	font-family: Tahoma;
}

.top_logo{
	align: center;
	width: 800px;
	max-width: 800px;
	height: 100px;
	max-height: 100px;
	border: solid 0px black;
	background-image: url(../img/logo_gorne.png);
	z-index: 0;
}

.top_cos{
	position: relative;
	top: 5px;
	left: 0px;
	width: 800px;
	max-width: 800px;
	height: 100px;
	float: left;
	border: dotted 0px red;
	background-image: url(../img/tlo_przycisk.png);
	background-repeat: none;
	z-index: 0;
}
.nav_bar{
	background: #ffffff;
	background-image: url(../img/tlo_nav.png);
	background-repeat: none;
	height: 30px;
	width: 800px;
}
.top_frame{
	background: #ffffff;
	background-image: url(../img/top_all.png);
	background-repeat: none;
	height: 15px;
	width: 800px;
}
.bottom_frame{
	background: #ffffff;
	background-image: url(../img/bottom_all.png);
	background-repeat: none;
	height: 15px;
	width: 800px;
}
.input_box{
	width: 125px;
	border: solid 1px black;
	background: BlueYellow;
}
.select_bar{
	width: 125px;
	border: solid 1px black;
}

