#rightBoxes{
	
}
#rightBoxes h3{
	font-size: 12px;
	margin-bottom: 20px;
}
#rightBoxes .gold{
	/**
	color: #ffbf00;
	*/
	font-weight: bold;
	border: 1px solid #157fe8;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 30px;
	margin-bottom: 10px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px 25px 25px 25px;
	background-color: #e2f0ff;
	font-size: 20px;
}
#rightBoxes .silver{
	/**
	color: #bababa;
	*/
	font-weight: bold;
	border: 1px solid #157fe8;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 30px;
	margin-bottom: 10px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px 25px 25px 25px;
	background-color: #e2f0ff;
	font-size: 20px;
}
.accountInfo{
	margin-bottom: 30px;
}
#rightBoxes a{
	color: #0265cb;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	display: block;
}
#rightBoxes a:hover{
	text-decoration: underline;
}
#rightBoxes .pakiet{
	font-size: 19px;
}
#rightBoxes .pakiet:hover{
	text-decoration: none;
}
.pakiet{
	background-image: url("../gfx/button_bg_2.png");
	margin-top: 30px;
	text-decoration: none;
	color: #0265cb;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px 25px 25px 25px;
	font-size: 19px;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
}

.pakiet:hover{
	background-color: #ffe27f;
	background-image: url("../gfx/button_bg_3.png");
	text-decoration: none;
}
.kontoGoldButton{
	background-image: url("../gfx/button_bg_2.png");
	margin-top: 10px;
	text-decoration: none;
	color: #0265cb;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px 25px 25px 25px;
	font-size: 15px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	height: 18px;
}
.kontoSilverButton{
	background-image: url("../gfx/button_bg_4.png");
	margin-top: 10px;
	text-decoration: none;
	color: #0265cb;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px 25px 25px 25px;
	font-size: 15px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	height: 18px;
}