.activebar-container{
    bottom: 0;
    display: block;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.activebar-container p {
    display:block;
    overflow:hidden;
	color: #666666;
	font-size: 12px;
}
.activebar-container button.accept {
      background-attachment: scroll;
    background-clip: border-box;
    background-color: #91bd0f;
    background-image: none;
    background-origin: border-box !important;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: none;
    border-collapse: separate;
    border-radius: 7px;
    height: 26px;
    margin: 0 10px ;
    padding: 0 15px;
	color: #ffffff;
	/*
color:#000;
background-color:#0f0;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px 15px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
margin:5px 10px;*/
}

.activebar-container button.accept.hover, .activebar-container button.accept:hover
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #91bd0f;
    background-image: none;
    background-origin: border-box !important;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: none;
    border-collapse: separate;
    border-radius: 7px;
    height: 26px;
    margin: 0 10px;
    padding: 0 15px;
	color: #696969;
}