﻿body {
}

#CookiesPrivacy {
    position: fixed;
    z-index: 16777270;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    border-width: 2px 0 0 0 ;
    border-style: solid ;
    border-color: yellow ;
    box-shadow: 0 0 40px #444;
    padding: 10px 0;
    left: 0;
    right: 0;
	float:none ;
	text-shadow: none;
	border-radius: 0 ;
	margin: 0 auto ;
	bottom: 0 ;
}

#CookiesPrivacy * 
{
    color: White;
    font-weight: bold;
	font-size: 10px;
	line-height: normal !important;
}

#CookiesPrivacy a 
{
    color: Orange;
    text-decoration: underline;
}

#CookiesPrivacy .buttonContainers
{
    padding-top: 8px;
}

#CookiesPrivacy .cookieButton
{
    background: none repeat scroll 0 0 #dbdbdb;
    border: 1px solid yellow;
    border-radius: 6px;
    box-shadow: 0 1px 1px #c8c8c8, 0 1px 0 #f6f6f6 inset;
    color: #666;
	padding: 4px;
}

#CookiesPrivacy a.cookieButton
{
    text-decoration: none;
}


#CookiesPrivacy .cookieAccept
{
}


