.cookiebg > .cookiebalk{
	position: relative;
	top:0;
	margin: 0 auto;
	width:940px;
}

.cookiebg{
	position: absolute;
	top:0;
	width: 100%;
	height: 28px;
	background: white;
	z-index:11;
	border: 1px solid #e2e2e2;
}

.cookiebalk .cookie_left a{
	float:left;
	font: Arial, sans-serif;
	font-height: 12px;
	font-weight: bold;
	color: #545454;
	padding-top: 7px;
	text-decoration: none;

}

.cookiebalk .cookie_right{
	padding-top: 7px;
	float:right;
}

.cookiebalk .cookie_right a{
	text-decoration: none;
	font: Arial, sans-serif;
	font-height: 12px;
	font-weight: bold;
	color: #545454;
}

.cookiebalk .cookie_left a img,
.cookiebalk .cookie_right a img{
	vertical-align: middle;
}

.cookie_popup{	
	position: relative;
	margin: 150px auto 0;
	width: 504px;
	padding: 23px 37px 27px 27px;
	z-index:100;
	height: 381px;
	background: white;
}

.cookie_popup .title{
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 18px;
	float:right;
	font-weight: bold;
}

.cookie_popup .title img{
	margin-right:6px;
	vertical-align:center;
}

.cookie_popup .description{
	font-size:14px;
	margin-left:1px;
	font-weight: bold;
}

.cookie_popup p{
	font-size:12px;
	line-height:20px;
	margin-right:0;
	margin-bottom: 20px; 
}

.cookie_popup .browser{
	float:left;
	position: relative;
	margin-top:10px;
	height: 68px;
	width: 80px;
}

.cookie_popup .browser:first-child{
	margin-left: 12px;
}

.cookie_popup .close{
	position: absolute;
	right: -3px;
	top:-5px;
	background:url('/gfx/cookie/close.png') no-repeat;
	z-index:2000;
	height:22px;
	width:22px;
}

.cookie_popup .browser a.link{
	position: absolute;
	top:0;
	left:0;
	width: 80px;
	height: 68px;
}

.cookie_popup .browser .subtitle{
	position: absolute;
	bottom:0;
	left:10px;
	font-size: 9px;
	color: #9b9b9b;
}

.cookie_popup .browser .subtitle.ie{
	left:-5px;
}

#grayout {
	display:none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,.64);
 
}
