#cookie-space {
	display:none;
	height: 51px;
}    
#cookie-consent {
    width: 100%;
    position: fixed;
    left: 0px;
    z-index: 999;
    background: none repeat scroll 0% 0% rgb(249, 249, 249);
    border-top: 2px solid rgba(0,0,0, 0.73);
    display: none;
    padding: 10px 0px;
    bottom: 0px;
    font-size: 11px;
    line-height: 17px;
    font-weight: bold;
    color: #303030;
}
#cookie-consent a {
	color: #FF9800;
}
#cookie-consent #accept {
	margin-top: 3px;
	background-color: #FFCC00;
	background-image: linear-gradient(to bottom, #FFCC00, #FFCC66);
	background-repeat: repeat-x;
	border-radius: 4px;
	color: #303030;
	cursor: pointer;
	border: none;
	min-width: 120px;
	font-weight: bold;
	height: 30px;
}
#cookie-inner {
	display: block;
	margin-left: auto;
	margin-right: auto;
}      