#cookie-bar { 
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    z-index: 520;
    background: rgba(0, 0, 0, 0.8);
}
#cookie-bar #cookie-message {
    margin: 50px auto 0 auto; 
    background:#fff;
    height:240px;
    width: 500px; 
    line-height:24px; 
    text-align:left; 
    padding: 20px;
	border: 1px solid #E2E2E2;
    border-radius: 10px;
    -moz-border-radius: 10px;
}
#cookie-bar h2 {font-size: 18px; color: #009900;margin-bottom: 20px; }
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar p {margin:0; padding:0;}
/*
a.cb-disable {
	position:relative;
	display:inline-block;
	height:30px;
	margin:16px 0px 0px 0px;
	line-height:26px;
	font-size:12px;
	line-height: 30px;
	font-weight: 700;	
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}
a.cb-disable span.txt {
    background: url(../../templates/template2011/images/design/button_grey_left.gif) no-repeat scroll 0 0 transparent;
    display: inline-block;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    height: 30px;
	padding: 0 5px 0 10px;
    line-height: 30px;
    vertical-align: top;
	float:left;
}
a.cb-disable span.close {
    background: url(../../templates/template2011/images/design/button_blue_right.gif) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 30px;
    vertical-align: top;
    width: 10px;
	float:left;
}
a.cb-disable:hover span.txt, a.cb-disable:hover span.close {
	background-position: 0px -30px;
}*/