/* welcomebar */
.cookie_top 
{
     position:                fixed;
     bottom:                     0;
     left:                     0;
     width:                     98.5%;
     background-color:      #eeeeee;
     border-bottom:          2px solid #e2e2e2;
     border-top:               2px solid #e2e2e2;
     margin:                0;     
     padding:                10px;
     z-index:                100000;
}
.cookie_top p 
{
     text-align:      center;     
     color:                #000000;
     font-size:           11px;
     font-family:       Tahoma;
     width:               750px;
     margin:               auto;
     float:left;
}
#cookie_close
{
     float: right;
     font-weight:     bold;
     font-size:           11px;
     font-family:       Tahoma;
     cursor:               pointer;
     margin-top:10px;
}  
#cookie_close .img
{
     float: right;     
     width: 20px;
}        
/* koniec wlcomebar */     
