
#ca_banner {
    background: rgba(0, 0, 0, 0) url("img/przez.png") repeat scroll 0 0;
    border-color: #fff !important;
    border-radius: 0 !important;
    border-style: solid !important;
    border-width: 1px 0 !important;
    box-shadow: 0 0 40px #444;
    display: none;
    float: none !important;
    left: 0;
    margin: 0 auto !important;
    padding: 10px 0;
    position: fixed !important;
    right: 0;
    text-align: center;
    text-shadow: none;
    width: 100% !important;
    z-index: 16777270;
}

#ca_info {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 40px #444;
    box-sizing: border-box;
    display: none;
    height: 304px;
    left: 50%;
    margin-bottom: 20px;
    margin-left: -350px;
    margin-top: -182px;
    padding: 30px;
    position: fixed;
    top: 50%;
    width: 700px;
    z-index: 16777271;
}
#ca_info .ca_info_close {
    background: #aa0000 url("img/close.png") repeat scroll 0 0;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 1.3em;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 25px;
}
#ca_info_plus {
    box-sizing: border-box;
    color: #000;
    height: 254px;
    overflow: auto;
    padding-right: 10px;
    text-align: left;
}
#ca_info_plus p {
    color: #000;
    font-size: 12px;
    text-align: left;
}
#ca_banner p, #ca_banner h2 {
    color: #000;
    float: none !important;
    line-height: 1.2em;
    margin: 4px 0;
    padding: 0;
}
#ca_banner h2 {
    font-size: 20px;
    font-weight: bold;
}
#ca_banner p {
    font-size: 14px;
}
#ca_banner p span {
    cursor: pointer;
    float: none !important;
    font-weight: bold;
}
#ca_banner .accept {
    background: #0089f2 linear-gradient(#0089f2 0%, #0072ca 100%) repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: none !important;
    font-size: 14px;
    margin: 5px auto;
    padding: 3px;
    text-shadow: 1px 1px 0 #0072ca;
    width: 120px;
}
#ca_banner .accept:hover {
    box-shadow: 0 0 15px #000;
}

#ca_banner .infoplus a{
	color: #ffff00;
    text-decoration: none;
}

