/************************/ 
 
/* KOMUNIKATY */
.overlay {width:100%; height:100%; position:absolute; top:0; left:0; z-index:1001; background-color:#000000; opacity:0.8; _filter:alpha(opacity=80); }
#komunikat {clear:both; width:380px; height:25px; margin:245px 0 0 101px; color:#F7F7F7; text-align:center; font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
#komunikat_ {clear:both; width:380px; height:25px; margin:0 0 0 101px; float:left; display:inline; color:#F7F7F7; text-align:center; font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.hint {color:#808080;}
span.error{ display:block; margin-left:125px !important; margin-left:130px; clear:both; }

#warstwa #content{ 
    padding:0; 
    width:400px;
    background-color:#E1EAF3;
}
/* warstwa */
#warstwa {position:absolute; top:77px; width:100%; height:100%; z-index:1002; }
#wrapper .polec{ width:360px; }
#wrapper .polec, #lo .polec a{ color:#666666; }
.polec #content{ border:3px solid #666; background-color:#E8E8E8; }
#polecenie{ 
    padding-bottom:20px; 
    /*background-color:#F8F8F8;*/ 
    margin-top:10px;
}
#polecenie legend{ font-weight:bold; padding-left:15px; color:#656565; }
#polecenie .button{ 
    color:#FFFFFF;
    display:block;
    float:right;
    font-size:11px;
    font-weight:bold;
    
    line-height:24px;
    padding:0 10px;
    text-decoration:none;
    margin-right:23px;
    margin-top:20px;
}
#polecenie .button a{
    /*width:178px;*/ 
    color:#FFFFFF; 
    text-decoration:none; 
    background-image:url(../../template/img/send_btn.gif);
    background-position:left bottom;
    background-repeat:no-repeat;
    width:70px;
    height:23px;
    display:block;
}

/*#polecenie span.leftbg{
    display:block;
    background-image: url(../../template/img/input_left_bg.bmp);
    background-repeat: repeat-y;
    background-position: left top;
    width:5px;
    
}*/

#polecenie input{
    width:260px;
    height:18px;
    border:1px #A2B7C3 solid;
    font-size: 11px;
    font-family: Arial;   
}

#polecenie textarea{
    width:260px;
    height:100px;
    border:1px #A2B7C3 solid;
    font-size: 11px;
    font-family:Arial;

}
/*#polecenie textarea{ height:100px; }*/
#polecenie label{ clear:both; float:left; display:block; width:110px; margin:5px; text-align:right; font-family:tahoma; padding-top:3px; }
/*#polecenie span.error{ color:#c00; font:normal 9px tahoma; margin-left:90px; }*/

#warstwa a.warstwa_zamknij{ 
    display:block; 
    border-bottom:2px solid #fff; 
    text-align:right; 
    padding:5px; 
    font-size:12px; 
    outline:none; 
    text-decoration:none; 
    color:#666666;
    background-color:#E8E8E8;
}
#warstwa a.warstwa_zamknij:hover{ 
    text-decoration:none; 
}
#warstwa h1{ 
    font-weight:bold; 
    text-align:left; 
    padding-bottom:10px;
    padding-left:10px;
    padding-top:10px; 
    /*background-color:#F8F8F8;*/
    border-bottom:3px solid #2586C7;
    color:#162455;
    display:block;
    font-size:18px;
    padding-bottom:2px;
    margin:0 15px;
}

#debug{ text-align:left; white-space:pre; padding:10px; margin:5px; } 

#polecenie .general_recommend_error{
    background-image: url(../../template/img/general_recommend_error.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:20px;
    margin-left: 30px;
    font-weight: bold;
    color: #000000;
    display:block;
    margin-bottom: 5px;
}


/***********************/