.notification_area
{
	z-index:12;
}

.notify_center {
	position: relative;
}

.notify_content {
	padding-bottom: 40px;
}

.notify_content h3
{
	font-size: 16px;
	font-weight:normal;
	line-height:16px;
	margin:0 0 10px 0;
}
.notify_content p
{
	margin:0!important;
	padding:0!important;
	line-height:150%;
	font-size:11px;
}
.notify_content p.euCookieLongMessage
{
	
}

.notify_content a
{
	text-decoration:none;
}

.notify_content a.notifyLink
{
	color:white;
	text-decoration:underline;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #efefef;
    background-image: linear-gradient(#efefef, #efefef 25%, #dddddd);
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#efefef), color-stop(51%,#dddddd), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */

    background-repeat: no-repeat;
    border-color: #dddddd #dddddd #BBBBBB;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    transition: all 0.1s linear 0s;
}

.btn:focus {
    outline: 1px dotted #666666;
}
.btn.primary {
    background-color: #0064CD;
    background-image: -moz-linear-gradient(center top , #969f2f, #8a8f4a);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#0064CD), color-stop(100%,#0064CD)); /* Chrome,Safari4+ */

    background-repeat: repeat-x;
    border-color: #5e6230;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
font-weight:bold;
}
.btn.active, .btn:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.btn[disabled] {
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.btn.large {
    border-radius: 6px 6px 6px 6px;
    font-size: 15px;
    line-height: normal;
    padding: 9px 14px;
}
.btn.small {
    font-size: 11px;
    padding: 7px 9px;
}

#euCookieButtonContainer {
	position: absolute;
	bottom: 0;
	left: 20px;
	margin: 0;
}

.cl {
	background: url(../images/close.png) no-repeat;
	width: 20px;
	height: 20px;
	float: left;
	position: absolute;
	top: 0px;
	cursor: pointer;
	right: 20px;
	text-indent: -99999px;
}

table.cookie-audit
{
	width:100%;
	border:solid #555;
	border-width: 0 0 1px 1px;
	font-size:11px;
}
table.cookie-audit th,
table.cookie-audit td
{
	border:solid #555;
	border-width:1px 1px 0 0;
	text-align:left;
	padding:5px;
}