label {
	cursor: pointer;
}


/* checkboxy */

.ckb, .ckb1 {
	width: 17px;
	background: url(../img/forms/checkbox.png) no-repeat;
	border: 0;
	margin-bottom: 3px;
	cursor: pointer;
	height: 15px;
	line-height: 15px;
}

.ckb {
	background: url(../img/forms/checkbox.png) no-repeat left bottom;
}

/* przyciski */

.button, .buttonMini {
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}

.button {
	background: url(../img/button.png) no-repeat;
	width: 106px;
	height: 31px;
}

.buttonMini {
	background: url(../img/buttonMini.png) no-repeat;
	width: 70px;
	height: 25px;
	padding-top: 2px;
}

/* podpowiedzi select */

div.podpowiedzi {
	position: relative;
}


div.podpowiedzi ul {
	display: none;
	position: absolute;
	left: 2px;
	top: 20px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 1px solid #9D1010;
	width: 150px;
	z-index: 1;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 240px;
	background-color: #F7F4F4;
	text-align: left;
	z-index: 9999;
}

div.podpowiedzi ul li {
	padding-left: 5px;
	background: none;
	background-color: #F7F4F4;
	font-size: 11px;
	line-height: 16px;
}


div.podpowiedzi ul li.hover {
	background-color: #cc0101;
	color: white;
}


#listaPodpowiedzi {
	position: absolute;
	left: 2px;
	top: 20px;
	padding: 0px;
	margin: 0px;
	width: 150px;
}



/* naglowek */
.header-checkbox, .header-checkbox1 {
	padding-top: 0px;
	background: url(../img/forms/header-checkbox.png) no-repeat left bottom;
	color: #ffffff;
	border: 0;
	height: 22px;
	padding-left: 25px;
	padding-right: 0px;
	cursor: pointer;
	text-align: left;
}

.header-checkbox1 {
	background: url(../img/forms/header-checkbox.png) no-repeat left top;
}

/* inne */
.komunikatAjax {
	display: none;
	position: fixed;
	top: 0px;
	left: 50%;
	width: 700px;
	height: 30px;
	margin-left: -350px;
	background: url('../img/komunikatAjax.png') no-repeat;
	font-size: 16px;
	padding: 5px;
}
