@charset "utf-8";
/* CSS Document */

a:active, a:focus {
	-moz-outline:none;
	outline:none;
	ie-dummy:expression(this.hideFocus=true);
}

.sub_send{
	background:url(../img/buttons/wyslij.png);
	width:75px;
	height:14px;
	padding:0px;
	border:0px;
}

.sub_send:hover{
	background:url(../img/buttons/wyslij_h.png);
	width:75px;
	height:14px;
	padding:0px;
	border:0px;
}


.sub_clear{
	background:url(../img/buttons/wyczysc.png);
	width:107px;
	height:14px;
	padding:0px;
	border:0px;
}

.sub_clear:hover{
	background:url(../img/buttons/wyczysc_h.png);
	width:107px;
	height:14px;
	padding:0px;
	border:0px;
}

.sub_szukaj{
	background:url(../img/buttons/szukaj.png);
	width:175px;
	height:14px;
	padding:0px;
	border:0px;
}

.sub_szukaj:hover{
	cursor:pointer;
	background:url(../img/buttons/szukaj_h.png);
	width:175px;
	height:14px;
	padding:0px;
	border:0px;
}

.sub_zapisz{
	background:url(../img/buttons/zapisz_sie.png);
	width:175px;
	height:13px;
	padding:0px;
	border:0px;
}

.sub_zapisz:hover{
	cursor:pointer;
	background:url(../img/buttons/zapisz_sie_h.png);
	width:175px;
	height:13px;
	padding:0px;
	border:0px;
}

.sub_wypisz{
	background:url(../img/buttons/wypisz_sie.png);
	width:175px;
	height:13px;
	padding:0px;
	border:0px;
}

.sub_wypisz:hover{
	cursor:pointer;
	background:url(../img/buttons/wypisz_sie_h.png);
	width:175px;
	height:13px;
	padding:0px;
	border:0px;
}

.sub_wylicz{
	background:url(../img/buttons/wylicz.png);
	width:68px;
	height:14px;
	padding:0px;
	border:0px;
}

.sub_wylicz:hover{
	cursor:pointer;
	background:url(../img/buttons/wylicz_h.png);
	width:68px;
	height:14px;
	padding:0px;
	border:0px;
}

.form_text2{
	width:80px;
	font-family:Verdana;
	color:#000000;
	size:10px;
	padding:1px;
	border-width:1px;
	border-style:solid;
	/*border-color:#FFD482;*/
	border-color:#000000;
}

.txt_small_w{
	width:50px;
	height:10px;
	font-family:Verdana;
	font-size:10px;
}

.txt_big_w{
	width:145px;
	height:10px;
	font-family:Verdana;
	font-size:10px;
}

.combo_big_w{
	font-family:Verdana;
	font-size:10px;
	width:150px;
	height:20px;
    padding:0px;
}

.siteNumber{
	padding-bottom:2px;
	margin:0px;
	font-family:Verdana;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	width:20px;
	height:16px;
	border:0px;/* 1px #FF6600 solid;*/
	background-color:#ffffff;/*#FFCC00;*/
}

.siteNumber:hover{
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana;
	font-size:12px;
	border:0px;/* 1px #FF6600 solid;*/
	background-color:#ffffff;/*#FFCC00;*/
}

.siteNumberBold{
	margin:0px;
	padding-bottom:2px;
	text-align:center;
	width:20px;
	height:16px;
	vertical-align:middle;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	border:0px;/* 1px #FF6600 solid;*/
	background-color:#ffffff;/*#FFCC00;*/
}

.siteNumberBack{
	padding:0px;
	border:0px;
	margin:0px;
	text-align:center;
	width:93px;
	height:13px;
	vertical-align:top;
	font-family:Verdana;
	font-size:12px;
	background-image:url(../img/buttons/poprzednia.png);
}

.siteNumberBack:hover{
	cursor:pointer;
	border:0px;
	text-align:center;
	vertical-align:top;
	font-family:Verdana;
	font-size:12px;
background-image:url(../img/buttons/poprzednia_h.png);
}

.siteNumberNext{
	padding:0px;
	margin:0px;
	border:0px;
	text-align:center;
	width:79px;
	height:13px;
	display:inline;
	vertical-align:top;
	font-family:Verdana;
	font-size:12px;
	background-image:url(../img/buttons/nastepna.png);
}

.siteNumberNext:hover{
	cursor:pointer;
	text-align:center;
	display:inline;
	vertical-align:top;
	font-family:Verdana;
	font-size:12px;
	background-image:url(../img/buttons/nastepna_h.png);
}

