#ca_banner {
    position: fixed!important;
    z-index: 16777270;
    width: 100%!important;
    height: 100px;
    background: url('img/przez.png');
    text-align: center;
    border-width: 1px 0 1px 0!important;
    border-style: solid!important;
    border-color: #fff!important;
    display: none;

    padding: 5px 0; 
    left: 0;
    right: 0;
	float:none!important;
	text-shadow:none;
	border-radius: 0!important;
	margin: 0 auto!important;
}

#ca_banner a{text-decoration:underline;}
#ca_banner a:hover{text-decoration:none;}
#ca_info {
    background: rgba(255,255,255,0.9);
    height: 170px;
    left: 50%;
    margin-left: -350px;
    margin-top: -152px;
    margin-bottom:20px;
    position: fixed;
    top: 50%;
    width: 700px;
    z-index:16777271;
    padding:30px;
    box-sizing:border-box;
    display:none;
    border:1px solid #999999;
	text-shadow:none;
}
#ca_info .ca_info_close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    font-weight: bold;
    height: 25px;
    width: 25px;
    border-radius: 16px;
    background: #AA0000 url('img/close.png');
    text-align: center;
    line-height: 1.3em;
    font-size: 18px;
    cursor:pointer;
}
#ca_info_plus {
    box-sizing:border-box;
    overflow: auto;
    height: 254px;
    padding-right:10px;
	color:#000;
	text-align:left;
}
#ca_info_plus  p{
	color:#000;
	text-align:left;
}

#ca_banner p,#ca_banner h2 {
    margin:4px 0;
    padding:0;
    line-height:1.2em;
	color:#000;
	float:none!important;
}
#ca_banner h2 {
    font-size:20px;
    font-weight:bold;
}
#ca_banner p {
    font-size:14px
}

#ca_banner p span {
    text-decoration:underline;
    color:#0089F2;
    cursor: pointer;
    font-weight: bold;
	float:none!important;
}
#ca_banner .accept {
    cursor:pointer;
    font-size:14px;
    margin:5px auto;
    width:120px;
background: #636363; /* Old browsers */
background: -moz-linear-gradient(top, #636363 1%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#636363), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #636363 1%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #636363 1%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #636363 1%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #636363 1%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    padding:3px;
    color:#fff;
	float:none!important;
}
#ca_banner .accept:hover {

}