#cookie_popup {
display: block;
width: 1010px;
padding: 20px 1050px;
background-color: #FFF;
position: fixed;
bottom: 0px;
left: 50%;
margin-left: -1450px;
-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
text-align: center;
z-index: 990000;
/*
	display: block;
	width: 800px;
	padding: 10px 1050px;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -1450px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
			box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
	text-align: center;
	z-index: 999000;*/
}

#cookie_popup #popup_accept_btn {
float: right;
margin-top: 0px;
background: #B4B4B4;
color: #FFF;
display: block;
padding: 0px;
width: 130px;
height: 34px;
line-height: 34px;
font-size: 18px;
text-decoration: none !important;
font-family: Arial, sans-serif;
position: relative;
top: -14px;
left: -34px;
/*
	font-weight: bold;
	font-size: 11px;
	color: #4c4c4c;
*/
}

#cookie_popup #popup_accept_btn:hover {
	text-decoration: underline;
}

#cookie_popup #popup_close_btn {
    display: block;
    width: 10px;
    height: 10px;
    background: url('/lib/javascript/cookie_popup/img/close.png');
    position: absolute;
    top: 12px;
    right: 960px;
}

#cookie_popup #cookie_text {
	margin: 0;
	line-height: 18px;
	color: #6A6464;
	display: inline;
	font-family: arial;
	font-size: 11px;
	position: relative;
	left: -194px;

/*
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	color: #4c4c4c;
	display: inline;
*/
}

#cookie_popup #cookie_text a {
	font-size: 11px;
	text-decoration: none !important;
	font-weight: bold;
	color: #4c4c4c;
}

#cookie_popup #cookie_text a:hover {
	text-decoration: underline !important;
}

@media only screen and (max-device-width: 640px) {
    #cookie_popup_overlay {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: green;
        clear: both;
    }

    #cookie_popup_overlay #cookie_popup {
        position: relative;
        width: 100%;
        padding: 10px 0;
        margin: 0;
        left: auto;
        bottom: auto;
        position: relative;
    }

    #cookie_popup_overlay #cookie_popup #popup_close_btn {
        right: 10px;
    }
}
