/* style domyślne - niebieski */

a:link, a:visited
{
	color: #7ba8c7;
	text-decoration: underline;
	font-weight:bold;
}
a:hover
{
	color: #999999;
	text-decoration: underline;
	font-weight:bold;
}
font.noactiv
{
	color:#7ba8c7;
}

/* tło główne lewe i prawe */
td.left
{
	background-image:url(images/0/bg_left.jpg);
}
td.right
{
	background-image:url(images/0/bg_right.jpg);
}

div.formularz
{
	width:291px;
	height:294px;
	background-image:url(images/0/form_bg.jpg);
	float:left;
}

/* srodek strony */
div.mid
{
	 background-image:url(images/0/bg_mid.jpg);
}

/* przycisk pod formularzem */
input.big_b, input.big_b2
{
	width:120px;
	height:21px;
	background-image:url(images/0/button.png);
	color:white;
	border:0px;
	cursor:pointer;
}
input.big_b2
{
	width:180px;
	height:32px;
	background-image:url(images/komunikaty.png);
}

div#left1, div#left2, div#left3, div#left4,
div#right1, div#right2, div#right3, div#right4
{
    display: none;
}

