/* @override http://drink-sobieski.com/plansza/basic.css */

a {
	color: white;
	font: 200%/56px "Arial Black";
}

html {
	background: black url(images/bg.jpg) no-repeat 0 9999px;
}

body {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background-color: black;
}

.wrap {
	width: 100%;
	background-color: #888;
	display: inline;
	height: 100%;
}

.inner-wrap {
	margin-right: auto;
	margin-left: auto;
	width: 984px;
}

.left {
	background: url(images/bg.jpg) no-repeat left 90px;
	float: left;
	width: 290px;
	height: 100%;
	position: relative;
}

.main_body {
	width: 400px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: url(images/white_bg.gif) repeat-y 0;
	height: 100%;
	float: left;
}

.right {
	background: url(images/bg.jpg) no-repeat right 90px;
	width: 290px;
	position: relative;
	float: left;
	height: 100%;
}

.text_wrapp {
	margin-bottom: 80px;
}

.main_text {
	color: #484848;
	padding: 0;
	margin: 40px 0 0;
	font: bold 320%/120% "Arial Black";
}

.pl {
	font-size: 130%;
	font-weight: normal;
	font-style: normal;
	margin-top: 12px;
}

.yes {
	color: white;
	width: 236px;
	margin: 35px auto 25px;
	height: 56px;
	background-color: black;
	line-height: 56px;
	font-family: "Arial Black",;
}

.yes a:hover {
	color: #d80007;
	width: 236px;
	height: 56px;
	line-height: 56px;
	font-family: "Arial Black",;
	margin-left: auto;
	margin-right: auto;
}

a.no {
	color: #b30000;
	font-weight: bold;
	font-size: 110%;
}

.no a:link, .no a:focus {
	text-decoration: none;
	color: #b30000;
}

.no a:hover {
	color: #b30000;
	text-decoration: underline;
}

.main {
	width: 390px;
	padding-right: 300px;
	padding-left: 60px;
	clear: both;
	padding-top: 16px;
}

.style1 {
	color: #000000;
	font-weight: bold;
}

p {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.cwrape {
	width: 100%;
	height: 100%;
	text-align: center;
}

.counter {
	text-align: center;
	top: 10px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	color: black;
}

.radio {
	float: left;
	top: 10px;
	position: relative;
	left: 20px;
}

.out {
	
}

a .out {
	font-size: 12px;
	color: black;
}

a:hover .out {
	font-size: 12px;
	color: #b30000;
}