div#cookies-panel {
background: -moz-linear-gradient(top,  rgba(31,31,31,0.8) 0%, rgba(31,31,31,0.8) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,31,31,0.8)), color-stop(100%,rgba(31,31,31,0.8)));
background: -webkit-linear-gradient(top,  rgba(31,31,31,0.8) 0%,rgba(31,31,31,0.8) 100%);
background: -o-linear-gradient(top,  rgba(31,31,31,0.8) 0%,rgba(31,31,31,0.8) 100%);
background: -ms-linear-gradient(top,  rgba(31,31,31,0.8) 0%,rgba(31,31,31,0.8) 100%);
background: linear-gradient(to bottom,  rgba(31,31,31,0.8) 0%,rgba(31,31,31,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1f1f1f', endColorstr='#cc1f1f1f',GradientType=0 );
border: 1px solid #000000;bottom: 0;color: #FFFFFF;font-weight: bold;font-family: arial; font-size: 12px;left: 50%;margin: auto auto auto -500px;padding: 14px 30px;position: fixed;text-align: center;width: 938px;z-index: 9998;display:none}
a#close-cookie {position: absolute; color: rgb(255, 255, 255); background: url('http://resources.netaffinity.com/img/jquery-ui/1.10.0/themes/ui-smoothness/ui-icons_ffffff_256x240.png') repeat scroll -100px 108px transparent; height: 9px; right: 10px; width: 9px; top: 40%;}

div#cookies-more {display: none;background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);height: 100%;position: fixed;width: 100%;z-index: 9999;}
div#cookies-info {background: none repeat scroll 0 0 #FFFFFF;box-shadow: 0 0 15px 5px #111111;height: 400px;left: 50%;margin: -200px auto auto -250px;position: fixed;top: 50%;width: 500px;overflow:auto;font-family: arial; font-size: 12px;color: #555555;text-align:left;}
div#cookies-info h2, div#cookies-info p, div#cookies-info h3 {font-family: arial;padding: 0;}
div#cookies-info h2 {font-weight:bold;font-size:16px;margin:13px 8px;}
div#cookies-info h3 {font-weight:bold;font-size:13px;margin: 20px 12px 6px;}
div#cookies-info p {margin: 12px;}
div#cookies-info a {color:#555555;text-decoration:none;font-weight:bold;}
div#cookies-info a:hover {color:#555555;text-decoration:underline;font-weight:bold;}
a#less-cookie {position: fixed; color: rgb(255, 255, 255); background: url('http://resources.netaffinity.com/img/jquery-ui/1.10.0/themes/ui-smoothness/ui-icons_ffffff_256x240.png') repeat scroll -34px 46px transparent; height: 12px; left: 50%; width: 12px; top: 50%; margin:-220px 0 0 -270px;}
a#more-cookie {color:#fff!important;text-decoration:underline;}
a#more-cookie:hover {color:#fff!important;text-decoration:none;}

@media all and (max-width: 1020px){
	div#cookies-panel {left: 0; margin: 0; padding: 14px 10%; width: 80%;}
}

@media all and (max-width: 565px){
	div#cookies-info {width: 98%; margin: -200px auto auto 0; left: 1%;}
	a#less-cookie {margin: -220px 0 0 -6px;}
}

@media all and (max-height: 465px){
	div#cookies-info {height: 72%; top: 14%; margin-top: 0;}
	a#less-cookie {margin: 0 auto auto -6px; top: 6%;}
}


@media screen and (min-width:0\0) {
    div#cookies-panel { background: none repeat scroll 0 0 rgba(31, 31, 31, 0.8)}
}