* { padding: 0; margin: 0; }
a { text-decoration: none; }
fieldset, img { border: 0; }
label { cursor: pointer; }

.noborder { border: 0 !important; }
.nobg { background: none !important; }
.clear { clear: both; display: block; }
.left { float: left; display: inline; text-align: left; }
.right { float: right; display: inline; text-align: right; }

html, body { 
	height: 100%;
	width: 100%;
}

html { 
	display: table; 
	overflow: auto; 
	background: url('../img/site/bg.png') repeat-x scroll 0 bottom;	
}

body { 
	display: table-row; 
	padding: 15px 0;
}

div#logowanie { 
	display: table-cell; 
	vertical-align: middle; 
}

div#logowanie2 {
	margin: auto;
	height: 264px;
	width: 478px;
	background: url('../img/site/logowanie.png') no-repeat;
	color: #fff;
	font: 12px/14px arial, sans-serif;
	position: relative;
}

div#logowanie form {
	padding-top: 123px; 
	margin-left: 76px;
	text-align: center;
}

div#logowanie2 form div {
	clear: both; 
	margin-bottom: 12px;
}

div#logowanie2 div input {
	border: 1px solid #717171;
	background-color: #fff;
	width: 181px;
	padding: 3px 3px 2px 3px;
	float: left;
	font: 12px/18px Calibri, "myriad pro", Arial, Helvetica, sans-serif;
	color: #202020;
}

div#logowanie label {
	float: left;
	text-align: right;
	width: 90px;
	padding-right: 7px;
	line-height: 22px;
	color: #acacac;
	font-weight: bold;
}

div.error {
	position: absolute;
	bottom: -22px;
	left: 0;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	width: 478px;
	line-height: 18px;
}
div#getfirefox {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 3px 32px 4px 0;
	background: url('../img/others/firefox.png') no-repeat scroll top right;
	font: 9px/20px arial, sans-serif;
	letter-spacing: 1px;
}
div#getfirefox a {color: #FF9537;}
div#getfirefox a:hover {color: #FFAC63;}

input.send {
	height: 29px;
	background: url('../img/site/btn.png') repeat-x;
	border: 0;
	margin-left: 6px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 0 15px;
	min-width: 70px;
	cursor: pointer;
}

input.send { 
	background-position: 0 -116px; 
	float: left; 
	margin-left: 125px;
}

input.send:hover { background-position: 0 -145px;  }

p.msg {
	text-align: left;
	font: normal 14px/22px Arial, Helvetica, sans-serif;
	color: #fff;
}

p.msg a {
	color: #F67400;
	text-decoration: none;
	font-weight: bold;
}

p.msg a:hover {
	color: #FFC693;
}

.blockOverlay {
	opacity: 0.5;
	background: transparent url(../img/others/overlay.png) scroll 50% 50%;
}

a.ff {
	background: transparent url(../img/others/firefox-icon.png) scroll no-repeat left 50%;
	line-height: 70px !important;
	height: 70px;
	display: inline;
	float: left;
	padding-left: 80px;
	margin-left: 65px;
}

a.opera {
	background: transparent url(../img/others/opera-icon.png) scroll no-repeat left 50%;
	line-height: 70px !important;
	height: 70px;
	display: inline;
	float: left;
	padding-left: 80px;
	margin-left: 20px;
}