@import "reset.css";
@import "haki.css";
body{
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	min-height:100%;
	background:#02133f;
}
#gradient_1{
	height:50px;
	background:url('gfx/auth_gradient_1.gif') 0 0 repeat-x;
}
#gradient_2{
	background:#000b27;
	height:353px;
}
#gradient_3{
	height:50px;
	background:url('gfx/auth_gradient_3.gif') 0 0 repeat-x;	
}
#formularz{
	position:relative;
	height:298px;
	width:355px;
	margin:0 auto;
	background:url('gfx/auth_form_bg.jpg') 0 0 no-repeat;
	padding:55px 58px 0px 62px;
}
hr{
	height:4px;
	background:#283758;
	border:none;
	margin:0px;
	padding:0px;	
}
h1{
	font-size:1.3em;
	color:#3e3e3e;
	display:block;	
	height:72px;
	line-height:72px;
	text-align:center;
	padding-left:60px;
}
h1.info{
	background:url('gfx/kludka.gif') 10px center no-repeat;	
}
h1.error{
	background:url('gfx/error.gif') 10px center no-repeat;	
}
#form_login{
	padding-top:10px;
}
#form_login div.wypelnij{
	height:23px;
	padding:15px 50px 0px 50px;
	font-weight:bolder;
	font-size:0.95em;
	line-height:23px;
	clear:both;
}

#form_login div.wypelnij input{
	float:right;
	border:0px;
	background:url('gfx/auth_input_bg.gif') 0 0 no-repeat;
	height:19px;
	width:198px;
	padding:2px;
	font-size:0.9em;
	clear:right;
}
#submit{
	margin-top:20px;
	text-align:center;
}
#plessintermedia{
	float:right;
}
