@CHARSET "UTF-8";

/*-- ustawienia globalne dokumentu HTML --*/

body {
	font-family: Verdana CE, Verdana, Arial CE, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ff6112;
}

a {
	text-decoration: none;
}

/*-- warstwy --*/

div.main {
	position: relative;
	width: 100%;
	background-color: #ffffff;
}

div.content {
	position: relative;
	width: 1000px;
}

div.top {
	position: relative;
	text-align: left;
	top: 0px;
	width: 1000px;
}

div.center	{
	position: relative;
	text-align: left;
	top: 0px;
	width: 1000px;
}

div.bottom-main {
	position: relative;
	width: 100%;
	height: 136px;
	background: #ff6112 url('bottom_bg.gif') repeat-x;
}

div.bottom {
	position: relative;
	text-align: left;
	top: 0px;
	width: 1000px;
}

.form	{ 
	width: 150px;
	height: 16px;  
	font-size: 10px; 
	color: #5c5c5c;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #cccccc;
	background: #ffffff;
}

.form-v	{ 
	width: 150px;
	height: 16px;  
	font-size: 10px; 
	color: #5c5c5c;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: #ffffff;
}

.form-s	{ 
	width: 150px;
	height: 14px;  
	font-size: 9px; 
	color: #5c5c5c;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #cccccc;
	background: #ffffff;
}

.cont	{ 
	width: 200px;
	height: 18px;  
	font-size: 11px; 
	color: #5c5c5c;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #c0c0c0;
	background: #ffffff;
}

div.no {
	padding: 5px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 794px;
	height: 16px;
	background-color: #cc0000;
	
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

div.yes {
	padding: 5px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 794px;
	height: 16px;
	background-color: #00aa00;
	
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

div.no1 {
	padding: 5px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 630px;
	height: 16px;
	background-color: #cc0000;
	
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

div.yes1	{
	padding: 5px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 630px;
	height: 16px;
	background-color: #00aa00;
	
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}