/* 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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1.1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/* POPUP*/
body{
    font-family: Tahoma;
    font-size: 11px;
    color: #191919;   
    background: transparent; 
}
a{
    color: #ff0000;
    text-decoration: underline;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
.clr{
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
} 
/* LOGIN BOX */
.loginBoxWrapper{
    background: url('../_images/_layout/bg_login_box_top.png') no-repeat 0 0;
    width: 293px;
    padding-top: 11px;
}
.loginBox{
    background: #fff;
    padding: 16px 26px;
}
.loginBox h3{
    margin-bottom: 20px;
    font-size: 14px;
}
.loginBox p{
    clear: both;
    margin-bottom: 15px;
}
.loginBox p label{
    color: #85898c;
    font-size: 11px;    
}    
.loginBox .textInput label{
    display: block;
    margin-bottom: 9px;
}
.loginBox .textInput input{
    border: 1px solid #cfd7dc;
    display: block;
    width: 236px;
}
.btn
{
	display: block;
	height: 25px;
}
.btn span
{
	display: none;
}
.loginBox .btnZaloguj{
    float: left;
    width: 113px;
    margin: 5px 30px 0 0;
    background: url('../_images/_layout/btn_zaloguj.png') no-repeat 0 0;
    _margin-right: 12px;
}
.loginBox label.rememberMe{
    margin-top: 11px;
}
.loginBox input.rememberMe{
    margin: 11px 5px 0 4px;    
}
.loginBox .links{
    padding: 18px 6px 6px 5px;
}
.loginBox .links a{
    display: block;
    float: right;
}
.loginBox .links a.register{
    float: left;
}
.loginBox .btnWyslij{
    float: left;
}
.loginBox .info{
    color: #85898C;
}
.loginBox .lnkBack
{
	float: right;
	margin-top: 5px;
}
.loginBox span.error{
    color: #cf0000 !important; 
}
.loginBox a.btnClose
{
	background: url('../_images/_layout/ico_close.gif') no-repeat 0 0;	
	width: 19px;
	height: 19px;
	display: block;
	float: right;
}
.loginBox .btnWyslij{
    background: url('../_images/_layout/btn_wyslij2.gif') no-repeat 0 0;
    width: 112px;
}
