.notify_center {
	position: relative;
}

.notify_content {
	padding-bottom: 40px;
}

#euCookieButtonContainer {
	position: absolute;
	/*bottom: 10px;*/
	left: 20px;
	margin: 10px;
}

.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;
}

.btn.primary {
    background-color: #0064CD;
    background-image: linear-gradient(#E6E6E6 , #049CDB, #0064CD);
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-decoration: none;
}

.btn {
    background-color: #E6E6E6;
    background-image: linear-gradient(#FFFFFF, #FFFFFF 25%, #E6E6E6);
    background-repeat: no-repeat;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);    
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    padding: 5px 14px 6px;    
    transition: all 0.1s linear 0s;	
}

a.btn:hover, a.btn:active {
    outline: 0 none;
	text-decoration: none;
	color: #0069A1;
	background-color: #E6E6E6;
	background-image: none;
}