/* style dla działu aplikacje biznesowe - ciemny czerwony */

a:link, a:visited
{
	color: #a43422;
	text-decoration: underline;
	font-weight:bold;
}
a:hover
{
	color: #999999;
	text-decoration: underline;
	font-weight:bold;
}
font.noactiv
{
	color:#a43422;
}

/* tło główne lewe i prawe */
td.left
{
	background-image:url(images/2/bg_left.jpg);
	background-repeat:no-repeat;
}
td.right
{
	background-image:url(images/2/bg_right.jpg);
	background-repeat:no-repeat;
}

/* góra formularza */
div.formularz
{
	width:291px;
	height:294px;
	background-image:url(images/2/form_bg.jpg);
	float:left;
}

/* srodek strony */
div.mid
{
	 background-image:url(images/2/bg_mid.jpg);
	 width:712px;
	 background-repeat:no-repeat;
	 background-position:top;
}

/* przycisk pod formularzem */
input.big_b
{
	width:120px;
	height:21px;
	background-image:url(images/2/button.png);
	color:white;
	border:0px;
	cursor:pointer;
}

/* tytuł strony */
font.tit_main
{
	color: #a43422;
	font-size: 22px;
}
