@CHARSET "UTF-8";

html, body, .wrap {
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	border: 0;
	font-size: 12px;
}
/* font */
* {
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
div {
	text-align: left;
	overflow: auto;
}
.wrap {
	width: 990px;
	overflow: hidden;
}
#logo {
	margin: 10px 0px;
}
.col1, .col2 {
	float: left;
}
.col1 { width: 320px; margin-right: 10px; }
.col2 { width: 660px; }
#header1, #header2, #header3, #header4, #header5 {
	margin-top: 20px;
	height: 31px;
	background-repeat: no-repeat;
}
#header1 {	background-image: url(../img/header1.gif) }
#header2 {	background-image: url(../img/header2.gif) }
#header3 {	background-image: url(../img/header3.gif) }
#header4 {	background-image: url(../img/header4.gif) }
#header5 {	background-image: url(../img/header5.gif) }
#header6 {	background-image: url(../img/header6.gif) }
#footer {
	margin-top: 12px;
	background: #656565;
}
#footer * {
	color: white;
}
#footer .wrap div {
	width: 265px;
	margin: 20px 30px;
	text-align: justify;
}
.opinion {
	width: 276px;
	text-align: justify;
	color: #666666;
	font-style: italic;
	margin-left: 10px;
}
.author {
	color: #cf0b8c;
	font-style: normal;
}
.site-style {
	color: #cf0b8c;
	font-weight: bold;
}
.start-program {
	cursor: pointer;
}
.global-info {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg-black-trans.png);
	text-align: center;
	display: none;
}
.global-info-box {
	position: relative;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	border: 1px black solid;
	background: white;
	width: 540px;
}
.start-program-form {
	position: relative;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	border: 1px black solid;
	background: white;
	width: 540px;
	height: 660px;
}
.start-program-form form {
	background-repeat: repeat-y;
	margin: 0px 25px;
}
.start-program-close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: bold;
	cursor: pointer;
}
.big-pink {
	width: 279px;
	height: 71px;
	font-size: 32px;
	color: #cf0b8c;
	text-align: center;
	font-stretch: ultra-expanded;
	text-transform: uppercase;
}
.ble-info {
/*	color: #bbb;*/
	margin: 0px 8px;
	margin-top: 55px;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
}
.co-zyskujesz {
	font-size: 16px;	
	padding-left: 20px;
}
.co-zyskujesz li{
	font-size: 14 px;
	font-weight: bold;
	list-style-position: outside;
}
.col1-bottom {
	text-align: justify;
	margin-right: 10px;
}
.pp {
	font-size: 14px;
	text-align: justify;
	border: 1px #cf0b8c solid;
	padding: 30px;
	margin: 25px 50px;
	float: right;
	width: 490px;
	background: #eee;
}
.pp b {
}
#pp-login {
	width: 240px;
	margin: 0 auto;
	text-align: center;
}
.pp-login-error {
	color: red;
	font-size: 12px;
}
#pp-logout {
	position: absolute;
	top: 4px;
	right: 10px;
	font-weight: bold;
	color: red;
}
.pp-stats-wrap {
	width: 480px;
}
.pp-stats-table {
	font-size: 12px;
	border: 2px black solid;
	text-align: center;
	margin: 0 auto;
}
.pp-stats-light {
	background: #ffffff;
	color: #333;
}
.pp-stats-dark {
	background: #e2e2e2;
	color: #111;
}
.pp-stats-sum {
	font-weight: bold;
	background: white;
	color: black;
}

.costContainer{
	margin-top:25px;
	text-align:center;
	font-size:12px;
	color:#db00b2;
}


