/* CSS Document */
h1{
	margin: 0px 5px 5px 5px;
	padding: 0px 0px 0px 12px;
	font:bold 16px Tahoma;
	text-align: left;
	color: #363E46;
}
.sep_g{
	background: url(/images/bg_separator_g.gif) repeat-x top;
	height: 10px;
}
.p5{
	padding: 5px;
}
.p10{
	padding: 10px;
}
.bg_gray{
	background-color: #d5d5d5;
}
.bg_grayl{
	background-color: #eaeaea;
}
.brd{
	color:#2c7cae;
	font-size: 12px;
}
#net {
	position: absolute;

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: url('/images/net.gif');

	display: none;

	z-index: 10;
}

#anketa {
	position: relative;

	top: 0;
	left: 0;
	width: 650px;
	height: auto;

	margin-left: -170px;

	display: none;

	z-index: 15;
}

