@charset "UTF-8";

ul.info_tabs {
	list-style: none;
	margin: 0;
	padding: 10px 0px 0px 0px;
	height: 20px;
	border-bottom: 1px solid #e1e1e3;
	width: 473px;
	margin: 0px 0px 10px 0px;
}

ul.info_tabs li {
	font-family: sans-serif;
	font-size: 10px;
	float: left;
	margin: 0 2px;
	height: 16px;
	text-align: center;
	position: relative;
	border: 1px solid #e1e1e3;
	top: 1px;
	background: url("../images/admin/tabs_back.jpg") repeat-x;
	cursor: pointer;
	padding: 2px 10px 0px 10px;
	text-align: center;
}

ul.info_tabs li.select {
	border-bottom: 1px solid #fff;
	background: url("../images/admin/tabs_back2.jpg") repeat-x;
	cursor: pointer;
}

ul.info_tabs li:hover {
	border-bottom: 1px solid #fff;
	background: url("../images/admin/tabs_back2.jpg") repeat-x;
}

ul.info_tabs li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

fieldset.iobiekt_part {
	display: none;
}

.informator_iobiekt_nazwa {
	font-family: tahoma;
	font-size: 10pt;
	font-size-adjust: none;
	font-variant: small-caps;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	color: #cf452a;
}

.pola {
	margin: 2px 3px 0px 0px;
}

.form_iobiekt_row {
	margin-bottom: 10px;
}
.form_obiekt_row {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}


fieldset {
border: 1px solid #CCC;
display: block;
padding: 8px;
}
input {
	border: 1px solid #CCC;
	
}
label {
	float: left;
	font-weight: normal !important;
	padding: 0px 0px 3px 0px;
	text-align: left;
	width: 95px;
}

legend {
	font-weight: bold;
	color: #34596C;
}
