input.kalkulator_rozmiary {
   font-size: 30px;
	width: 75px;
	height: 37;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	border: 1px solid #afafaf;
}




#bok_l {
	border-right: none;	
}
#bok_b {
	border-right: none;
	border-left: none;	
}
#bok_h {
	border-left: none;	
}
input.kalkulator_rozmiary:active {
   border-top: 3px solid #81d900;
   border-bottom: 3px solid #81d900;
   border-left: 3px solid #81d900;
   border-right: 3px solid #81d900;
}

#bok_l:active {
	border-right: 3px solid #81d900;	
}
#bok_b:active {
	border-right: 3px solid #81d900;
	border-left: 3px solid #81d900;	
}
#bok_h:active{
	border-left: 3px solid #81d900;	
}
input.kalkulator_rozmiary:hover {
   border-top: 3px solid #840000;
   border-bottom: 3px solid #840000;
   border-left: 3px solid #840000;
   border-right: 3px solid #840000;
}

#bok_l:hover {
	border-right: 3px solid #840000;	
}
#bok_b:hover {
	border-right: 3px solid #840000;
	border-left: 3px solid #840000;	
}
#bok_h:hover{
	border-left: 3px solid #840000;	
}
input.kalkulator_iks {
   font-size: 30px;
	width: 30px;
	height: 37;
	border-left: none;
	border-right: none;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	border-right: none;
	border-left: none;	
}

input.kalkulator_iks:hover {
	border-color: #afafaf;
	border-left: none;
	border-right: none;
}


.wynik_kalkulacji {
	font-size: 16px;
}

#mniejszy_tekst_w_tabelce{
	font-size: 12px;
	font-style: italic;
	color: #afafaf;
}
#wyroznienie_wynik {
	font-weight: bold;
	color: #4c0000;
}


.KALKULATOR_KWOTA_WYSWIETLENIE {
	position: relative;
	left:19px;
	display: inline-block;
}
.KALKULATOR_KWOTA_ZL {
 font-size: 35px;	
 font-weight: bold;
 color: #f1c21c;
 text-shadow: 0 1px 0 black, 0 -1px 0 black, 1px 0 0 black, -1px 0 0 black;

}
.KALKULATOR_KWOTA_GR {
 font-size: 20px;		
 position: relative;
 bottom: 15px;
 text-decoration: underline;
 font-weight: bold;
 color: #f1c21c;
 text-shadow: 0 1px 0 black, 0 -1px 0 black, 1px 0 0 black, -1px 0 0 black;

}
.KALKULATOR_KWOTA_WALUTA {
 font-size: 15px;		
 position: relative;
 left: -29px;
 top: 2px;
 font-weight: bold; 	
  color: #6bd900;
 text-shadow: 0 1px 0 black, 0 -1px 0 black, 1px 0 0 black, -1px 0 0 black;
 
}

.ukryj_przed_wyswietleniem_do_wydruku {
	display: none;
}

#podsumowanie_kalkulacji {
	font-size:12px;	
}
.podpis {
	position: relative;
	bottom: 15px;
}


.menu_kalkulatora {
 position: relative; 
 left: 31px;
 bottom: 52px;	
}

.nowa_kalkulacja {
 position: relative; 
 left: 0px; top:30 px;
background: url(image/kalkulator_nowa_kalkulacja.png);
background-color: #e4e4e4;
	-moz-border-radius:27px;
	-webkit-border-radius:27px;
	border-radius:27px;
	border:1px solid #afafaf;
	padding:0px 0px;

	width: 54px;
	height: 54px;
	margin-left: 5px;
	margin-right: 5px;
	
}

.nowa_kalkulacja:hover{

background: url(image/kalkulator_nowa_kalkulacja-aktywny.png);
background-color: #e4e4e4;
     -moz-transform:    rotate(0deg)
                         translateX(0px)
                         translateY(0px)
                         scale(1.2);
     -o-transform:      rotate(0deg)
                         translateX(0px)
                         translateY(0px)
                         scale(1.2);
     -webkit-transform: rotate(0deg)
                         translateX(0px)
                         translateY(0px)
                         scale(1.2);
                         
}
input.kalkulator {
 position: relative; 
 left: 0px; top:0 px;
background: url(image/kalkulator.png);
background-color: #e4e4e4;
	-moz-border-radius:27px;
	-webkit-border-radius:27px;
	border-radius:27px;
	border:1px solid #afafaf;
	padding:0px 0px;

	width: 54px;
	height: 54px;
	margin-left: 5px;
	margin-right: 5px;	
	
}

input.kalkulator:hover{

background: url(image/kalkulator-aktywny.png);
background-color: #e4e4e4;
     -moz-transform:    rotate(0deg)
                         translateX(0px)
                         translateY(0px)
                         scale(1.2);
     -o-transform:      rotate(0deg)
                         translateX(0px)
                         translateY(0px)
                         scale(1.2);
     -webkit-transform: rotate(0deg)
                         translateX(0px)
                         translateY(0px)
                         scale(1.2);
                         
}
.wizualizacja {
 position: relative; 
 left: 0px; top:0 px;
background: url(image/kalkulator_wizualizacja.png);
background-color: #e4e4e4;
	-moz-border-radius:27px;
	-webkit-border-radius:27px;
	border-radius:27px;
	border:1px solid #afafaf;
	padding:0px 0px;

	width: 54px;
	height: 54px;
	margin-left: 5px;
	margin-right: 5px;	
	
}

.wizualizacja:hover{

background: url(image/kalkulator_wizualizacja-aktywny.png);
background-color: #e4e4e4;
     -moz-transform:    rotate(0deg)
                         translateX(0px)
                         translateY(0px)
                         scale(1.2);
     -o-transform:      rotate(0deg)
                         translateX(0px)
                         translateY(0px)
                         scale(1.2);
     -webkit-transform: rotate(0deg)
                         translateX(0px)
                         translateY(0px)
                         scale(1.2);
                         
}

.ramka_rozmiaru {
	padding-top: 25px;
		padding-bottom: 20px;

}