/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}

/* HTML, BODY, GENERAL SETUP */

html { 
	background: #fff;  
	text-align: center; 
}
body { 
	text-align: center;  
	font: 12px 'Lucida Grande',lucida,helvetica,arial,sans-serif;  
	color: #333333;  
	padding: 0px;  
	margin: 0 auto;  
	width: 840px; 
}
#wrappertop{
	width: 800px;
	height: 20px;
	padding: 0 20px 0 20px;
	margin-top: 20px;
}
#wrapperbottom{
	width: 800px;
	height: 20px;
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
}
#wrapper{
	width: 537px;
	
	position: relative;
}
#content{
	width: 537px;
	/*background-color: #fff;*/
	text-align: left;  
}
#ajaxlink{
	width: 230px;
	float: right;
}

/* HEADER */

#header {
	width: 537px; 
	height:689px;
	background: #fff url(/s.images/logowanie-5.jpg) center top no-repeat;
	padding: 10px 0 5px 20px;
	/*border-bottom: #b2ccd0 solid 1px;   */
}
h1{                      
	margin-top: 15px;
	display: inline;
	width: 220px;
}

h2{
	font: bold 24px helvetica, arial, sans-serif;
	color: #fff;
	display: inline;
	margin-left: 10px;
}

fieldset{
	background-color: #eaf6f7;
	border-top: 2px solid #acdbe1;
	border-bottom: 2px solid #acdbe1;
	margin: 20px;
	padding: 20px;
	display: block;
	*position: relative; 
	*margin-top:20px; 
	*padding-top:40px;
}

/* LOGIN */

body#login {  
	width: 537px; 
}
body#login #wrappertop{
	width: 537px;
}
body#login #wrapperbottom{
	width: 370px;
}   
body#login #wrapperbottom_branding{
        width: 370px;
        padding: 0 20px 0 20px;  
}
body#login #wrapperbottom_branding_text{
        width: 370px;
        background-color: #fff;
        padding-top: 3px;  
        padding-bottom: 10px;
        color: #C0C0C0; 
        font: 11px 'Lucida Grande', arial, sans-serif;
}
body#login #wrapperbottom_branding_text a{
        color: #C0C0C0; 
}
b7dy#login #wrapper{
	width: 370px;
	padding: 0 20px 0 20px;
}
body#login #header {
	width: 537px;
}
body#login fieldset{
	border: 0;
	margin: 0px;
	display: block;
	margin-top: 0px;
	background-color: #fff;
	padding-top: 10px;
	text-align:center;
}
body#login fieldset p{
	color: #333333;
}
body#login fieldset p.error{
	padding: 10px 10px 10px 10px;
	color: #7b0c00;
	display: block;
	border: 2px solid #bc6f6b;
	background: #eac5c5;
	margin-bottom: 20px;
	font-weight: bold;
	}
body#login fieldset p.error img{
	margin-right: 5px;
	}	
body#login label{
	float: left;
	text-align: right;
	min-width: 70px;
	/*font-weight: bold;*/
	margin-right: 10px;
	padding-top: 22px;
	color:transparent;
	font-size:16px;
}
body#login input{
	height: 20px;
	width: 238px;
	_width: 237px;
	margin-bottom: 15px;
	padding: 3px;
	font: 16px 'Lucida Grande', arial, sans-serif;
}
body#login .form button{
    display:block;
    float:left;
    margin:0 3px 0 80px;
    _margin-left: 42px;
}
#forgottenpassword{ 
	margin-top: 7px;
}
#forgottenpassword a{
	color: #333333;
	}
#forgottenpassword a:hover{
	color: #104b67; 
}
#forgottenpassword li{ 
	display: inline; 
	margin-left: 10px; 
} 

/* MESSAGE ALERTS */

#alert p{
	padding: 10px 10px 10px 10px;
	color: #7b0c00;
	display: block;
	border: 2px solid #bc6f6b;
	background: #eac5c5;
	margin-bottom: 20px;
	font-weight: bold;
	}
	
#alert p img{
	margin-right: 5px;
	}

#success p{
	padding: 10px 10px 10px 10px;
	color: #30940b;
	display: block;
	border: 2px solid #30940b;
	background: #d8f2c9;
	margin-bottom: 20px;
	font-weight: bold;
	}
	
#success p img{
	margin-right: 5px;
	}


#forgotbox	{
	display: none;
	}
a.forgot-pwd	{
	bottom: 30px;
	color: #161616;
	line-height: 12px;
	float:right;
	margin-top:25px;
	font-family: 'Cambria';
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
	}
a:hover.forgot-pwd	{
	text-decoration: underline;
	}
#forgotbox-text	{
	color: #000;
	font-family: 'Cambria';
	font-size: 16px;
	/*font-weight: bold;*/
	margin: 0 auto 15px auto;
	text-align:center;
	}
a.back-login	{
	bottom: 30px;
	color: #161616;
	line-height: 12px;
	float:right;
	font-family: 'Cambria';
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
	}
a:hover.back-login	{
	text-decoration: underline;
	}

#loginbox p:nth-child(1) label{
	background: url(/s.images/login.png) no-repeat;
	width:118px;
}

#loginbox p:nth-child(2) label{
	background: url(/s.images/haslo.png) no-repeat;
	width:118px;
}

#forgot-inner label {
    background: url(/s.images/adres.png) no-repeat;
    width: 275px;
}

#loginbox input[type="submit"] {
    background: url(../s.images/zaloguj.png);
    width: 184px !important;
    height: 47px !important;
    border: none;
    color: transparent;
    margin-top: 32px;
    margin-right: 30px;
}

input[type="submit"]:hover {
    cursor: pointer;
}
input.submit-login{
	background: url(../s.images/wyslij.png);
    width: 184px !important;
    height: 47px !important;
    border: none;
    color: transparent;
    margin-top: 44px;
    margin-left:4px;
}

div#loginbox {
    margin-top: -272px;
    margin-left: 60px;
    width: 482px;
}

div#forgot-inner{
	margin-top: -269px;
    margin-left: 13px;
    width: 490px;
}

input#email {
    width: 185px !important;
    margin-left: 8px;
}

#forgot-inner th{
	vertical-align: bottom;
}

a.back-login{
	margin-top: 40px;
}

.form p{
	margin-bottom:10px;
}