#redim-cookiehint{
	width: 50%;
	max-width: 350px;
	min-width: 290px;
	padding: 10px 20px;
	box-sizing: border-box;
	position: fixed;
	background-color: #377e58;
	font-size: 13px;
	z-index: 9999999;	
	LEFT: 17PX !important;
    bottom: 15px !important;
	border-radius: 8px;
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	display: inline-block;	
	opacity: 0.7;
	padding-top: 5px;
}


#redim-cookiehint .cookiebuttons{
	display: inline-block;
	float: right;
}
#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint .cookiebuttons #cookiehintinfo{
	background-color: transparent;
	color: #ffffff;
	font-size: 13px;
	line-height: 14px;
}
#redim-cookiehint .cookiebuttons #cookiehintinfo:hover{
	background-color: transparent; 
	color: #ffffff;
}
#redim-cookiehint .cookiebuttons .btn{
	padding: 5px 10px !important;
	margin-top: 2px;	
	margin-bottom: 2px;
	cursor: pointer;
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	color: #377e58;
}

#redim-cookiehint .cookiebuttons #cookiehintsubmit{
	color: #3b8d6f;
	background-color: #fff;
	font-size: 16px;
	line-height: 14px;
	font-weight:900;
}
#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}