* { 	margin: 0; padding: 0; }

html,
body {
	width:100%;
	height:100%;
padding:5px;
	background:#FFFFFF;
}

.hidden {
	display:none;
}

p { margin-bottom: 7px; }

body {
	font-family: Arial, sans-serif, Helvetica;
	color: #555555;
	font-size: 11px;
}
	* html body {
		text-align:center;
	}

#wrapperAll {
	position:relative;

	width:400px;
	height: 430px;
	margin:0 auto 30px auto;
	padding:0;
}
	* html #wrapperAll {
		text-align:left;
	}

#contentWrapper {
	padding:11px 9px;
}

#header {
	width:382px;
	height:49px;
	background:url(/files/sys_images/login_header.gif) 0 0 no-repeat;
}

#content { padding:5px 10px; }

h3 { font-size: 14px; font-weight: bold; margin: 5px 0 15px 0; }

label { float: left; text-align: right; width: 80px; margin: 5px 0 5px 0; padding-top: 5px; height: 15px; }
* html label { margin: 1px 0 1px 15px; }
input { float: left; width: 190px; margin: 5px 0 5px 15px; height: 20px; }
* html input { margin: 1px 0 1px 15px; }

input#zaloguj { float: right; border: none; width: 88px; height: 16px; background: transparent url(/files/sys_images/form_zaloguj.png) 0 0 no-repeat; margin: 10px 73px 20px 0; cursor: pointer; cursor: hand; }
* html input#zaloguj {  margin: 10px 58px 20px 0; cursor: pointer; cursor: hand; }


.clearBoth { clear: both; }


#footer {
	width:382px;
	position:absolute;
	top:430px;
	left:9px;
	font-size: 11px;
	line-height:29px;
	border-top:1px #384777 solid;
}
	#footer .right { float: right; }
	#footer a,
	#footer a:hover {
		color: #555555;
		text-decoration:underline;
	}
	#footer a:hover {
		text-decoration:none;
	}

