.cookie-bar, .cookie-bar-ok {
    background: #E35300;
    height: 55px;
    color: #EEE;
    text-align: left;
    padding: 3px 0;
    border-bottom: 1px solid #FFF;
    padding-bottom: 2px;
    z-index: 9999;
	width: 100%;
}

.cookie-bar-div, .cookie-bar-div-second {
	max-width: 998px;
	margin:auto;
}
.cookie-bar p {
    margin: 0;
    padding: 0;
    color: #000;
	
	
}

.cookie-bar a {
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
	line-height: 32px;
}

.cookie-bar .cp-btn {
    position: relative;
    height: 32px;
	background-color:#C83300;
}

.cookie-bar .cp-btn:hover {
    background: #C83300;
}

.cookie-overlay {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    opacity: 0.4;
    filter: alpha(opacity = 50);
}

.cp-yes-icon {
    background: url(../images/yes.png) no-repeat;
}

.cp-no-icon {
    background: url(../images/no.png) no-repeat;
}

.cp-icon {
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 4px;
}

.cp-btn-label {
    display: block;
    margin: 0px 10px 0px 10px;
	font-size:11px;
	font-weight:bold;
}
