#cookiebarBox { 
    position: fixed;
    bottom: 0;
    left: 5px;
    right: 5px;
    z-index: 9999;
}

#cookiebarBox .container {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #202020;
	color: #ffffff;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
	overflow: hidden;
}
#cookiebarBox .container p {
	font-size: 12px;
	margin: 0 0 10px;
}
#cookiebarBox .container p a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #e7d736;
}
#cookiebarBox .container p a:hover {
	color: #e7d736;
}

.cookieok {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    color: #202020 !important;
    font-weight: 600;
    line-height: 2.5em;
    height: 2.5em;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    max-width: 200px;
    margin: 0 auto;
	text-transform: uppercase;
}
a:hover.cookieok {
	background-color: #e7d736;;
}