@charset "utf-8";
/* CSS Document */
	html,
	body
		{
			background: #eceded;
			margin:0;
			font:normal 11px/normal arial;
			color:#000;
			text-align:center;
			margin: 50px;
		}
	#wrapper
		{
			background-image:url(logowanie-img/wraper.jpg);
			background-repeat:no-repeat;
			width:510px;
			padding-left:204px;
			height:320px;
			padding-top:212px;
			color: #4f4f4f;
			border:solid 1px #dadada;
			margin:0 auto;
			text-align:left;
			/*padding:25px;*/
		}
	.formularz
		{
			background-image:url(logowanie-img/form-bg.jpg);
			background-repeat:no-repeat;
			width:443px;
			height:266px;
			margin:auto;
		}
	a
		{
			text-decoration:none;
			color:#000;
			border-bottom:dotted 1px #000;
		}
	a:hover
		{
			color:#000;
			border-bottom:solid 1px #000;
		}
	form
		{
			padding:15px; margin:0;
		}
	#msg
		{
		text-align:center; color:red; padding:0px 0 10px 0;
		}
	label
		{
		font-weight:bold;
		display:block;
		margin-left:40px;
		margin-bottom:5px;
		margin-top:5px;
		}
	.pozycja
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:bold;
			padding-right:10px;
			color:#000;
		}
	.textfield
		{
			background-image:url(logowanie-img/login-bg.jpg);
			background-repeat:no-repeat;
			border:none;
			width:160px;
			padding-left:10px;
			padding-right:31px;
			height:28px;
			margin:0;
			color:#000;
			font-size:13px;
			font-weight:bold;
			margin-left:40px;
		}
	.textfield2
		{
			background-image:url(logowanie-img/password-bg.jpg);
			background-repeat:no-repeat;
			border:none;
			width:160px;
			padding-left:10px;
			padding-right:31px;
			height:28px;
			margin:0;
			margin-left:40px;
		}
	.textfield:hover,
	.textfield:focus
		{
		background-image:url(logowanie-img/login-bg-h.jpg);
		background-repeat:no-repeat;
		color:#4f4f4f;
		}
	.textfield2:hover,
	.textfield2:focus
		{
		background-image:url(logowanie-img/password-bg-h.jpg);
		background-repeat:no-repeat;
		color:#4f4f4f;
		}
	#frmlogin
	{
		width:200px;
		float:left;
	}
	.buttonfield
		{
			background-image:url(logowanie-img/submit-bg.jpg);
			background-repeat:no-repeat;
			width:201px;
			height:43px;
			color:#000;
			font:bold 11px/normal Tahoma, Verdana;
			margin-top:10px;
			cursor: hand;
			border:none;
			margin-left:40px;
			float:left;
		}
	.buttonfield:hover,
	.buttonfield:focus
		{
			background-image:url(logowanie-img/submit-bg.jpg);
			background-repeat:no-repeat;
			color:#FF0000;
			cursor: hand;
		}
	#wait{ position:absolute; top:0px; left:0px; background:#ff6c6c; color:#fff; padding:10px; 	-moz-border-radius-bottomright: 4px;	-webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
	#footer { padding:10px 0px; width:100%; text-align:center; font:normal 10px/normal arial; color:#666; }