#ca_banner a,
#ca_banner a:hover {
    font-size:12px;
    background: transparent;
    color: #000;
}

#ca_banner p {
    font-size:12px;
    text-align:justify;
    padding: 5px;
}

#ca_banner p span {
    text-decoration:underline;
    color:#75ab1c;
    cursor: pointer;
    font-weight: bold;
    float:none!important;
}

#ca_banner {
    position: fixed!important;
    z-index: 16777270;
    width: 100%!important;
    height: 32px;
    text-align: center;
    border-width: 1px 0 1px 0!important;
    border-style: solid!important;
    border-color: #fff!important;
    display: none;
    box-shadow: 0 0 40px #444;
    padding: 0px;
    left: 0;
    right: 0;
	float:none!important;
	text-shadow:none;
	border-radius: 0!important;
	margin: 0 auto!important;
}

#ca_banner .accept {
    cursor:pointer;
    font-size:12px;
    margin:5px auto;
    width:80px;
    padding:3px;
    border-radius:3px;
    color:#fff;
    float:none!important;
}