html {
    background: url("../img/background.png");
	background-color: #b4b4b4;
	background-repeat:repeat-x;
    width: 100%;
	font-family: Arial;
}
body {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
}
#login_form {
    background-image: url("../img/login_form.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 370px;
    margin-left: auto;
    margin-right: auto;
    width: 362px;
	margin-top: 60px;
}
.wrapper {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    width: 990px;
}
#login {
    color: #00FF00;
    height: 30px;
    left: 383px;
    position: absolute;
    text-align: center;
    top: 106px;
    width: 200px;
}
#password1 {
    color: #00FF00;
    height: 30px;
    left: 383px;
    position: absolute;
    text-align: center;
    top: 145px;
    width: 200px;
}
#password-clear{
	display: none;
	}
#zaloguj {
    color: #00FF00;
    height: 30px;
    left: 86%;
    margin-left: -481px;
    position: absolute;
    text-align: center;
    top: 223px;
    width: 257px;
	height:58px;
	border: none;

}
#zaloguj:hover {
    color: #00FF00;
    height: 30px;
    left: 86%;
    margin-left: -481px;
    position: absolute;
    text-align: center;
    top: 223px;
    width: 257px;
	height:58px;
	border: none;
	background: url("../img/login_on.png") no-repeat;

}
.zaloguj {
	background: url("../img/login.png");
}
.zaloguj_on {
	background: url("../img/login_on.png") no-repeat;
}
.label {
    width: 200px;
	background: none;
	border:none;
	outline: none;
}
.label:focus {
    width: 200px;
	background: none;
	border:none;
	outline: none;
}


input[type="text"], input[type="password"] {
    
    color: #787373;
    display: block;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 11px;
    width: 192px;
	border:none;
	outline: none;
}
#help{
	color: #625D5E;
    padding-top: 287px;
    font-size: 13px;
}
a {
	color: #fff;
	text-decoration: none;
}
span {
	color: #0099cc;
}
#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
#error {
	width: 362px;
	margin-left: auto;
	margin-right: auto;
	color: #ff701b;
	float: center;	
	margin-top: -169px;
	font-size: 11px;
}