/****** TAGI ********/

html {
	background: #FFF;
	font: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	background: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

p {
	margin: 0;
}

/******* TABLE i DIVS ***********/
#glowny {
	margin: auto;
	border-top: 6px solid #322F31;
	width: 1000px;
	height: 100%;
	background: url(../img/index/bg_logowanie_form.gif) top repeat-x;
}

#glowny #logo {
	margin: 76px auto 22px auto;
	height: 90px;
}

#glowny #browser_mess {
	color: #A21418;
	margin: 2em auto;
	margin-top: 5em;
	text-align: center;
}

#glowny #supported_browsers_title {
	margin: 1em auto;
	text-align: center;
}

#glowny #supported_browsers {
	margin: 1em auto;
	text-align: center;
	width: auto;
	height: 202px;
	background: none;
	display: table;
	overflow: hidden;
	position: relative;
}

#supported_browsers a, #supported_browsers a:visited {
	color: #0000ff;
}

#supported_browsers .browser-div {
	float: left;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: auto;
	height: 202px;
	margin: 0 2em;
}

#supported_browsers .browser-div img { border: 0; }

#supported_browsers .browser-div .browser-version {
	font-weight: bold;
}

/* STOPKA */
#stopka {
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;
	width: 1000px;
	height: 99px;
	position: fixed;
	bottom: 0;
	background: url(../img/index/bg_stopka.png) no-repeat;
}

#stopka p {
	margin-top: 64px;
	margin-left: 31px;
	font-size: 10px;
	color: #000;
}

#stopka a {
	color: #000055;
	text-decoration: none;
}

#stopka a:hover {
	text-decoration: underline;
}

/******* FORMULARZE, INPUTY, BUTTONY *******/
input.logowanie_glowna {
	margin: 0 0 3px 4px;
	width: 210px;
	height: 26px;
	vertical-align: middle;
	background: #FFF url(../img/index/bg_login_haslo.gif) top repeat-x;
	border: 1px solid #C7C7C7;
	font-size: 18px;
	color: #000;
	text-align: center;
}

#submit {
	cursor: pointer;
}

#error {
	color: #FF0000;
	font-weight: bold;
}

