#overlayBg {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; position: absolute; z-index: 1000; opacity: 0.7;
}
#cookiePanelWrapper {
	top: 25%; text-align: left; right: 0px; position: fixed; z-index: 10000;
}
#cookieTabWrapper {
	background: -ms-linear-gradient(rgba(126, 174, 0, 1) 0%, rgba(105, 143, 4, 1) 100%); margin-top: 2px; float: left; cursor: pointer;
}
#cookieTab {
	background: url("images/cookiePolicyTab.png") no-repeat center; width: 37px; height: 120px;
}
#cookieInfoWrapper {
	background: rgb(255, 255, 255); padding: 10px; border: 2px solid rgb(105, 143, 4); width: 400px; margin-left: 37px; position: relative;
}
#cookieInfo h2 {
	margin-top: 0px;
}
#cookieInfo p {
	
}
