.closePopUp
{
  position:relative;
  margin:0 auto;
  cursor:pointer;
  background-color: #cdcdcd;
  color: #760000;
  padding:5px;
  text-align: center;
  margin-top: 20px;
  font-weight:bold;
  max-width: 230px;
}

.PopUpContainer
{
	position:relative;
	margin: 0 auto;
	
}

#CookieText
{
	position: relative;
    margin: 0 auto;
	max-width: 950px;
	width: 90%;
	height:auto;
	line-height:24px;
	color: #efefef;
}

#CookieContainer
{
    position: fixed;
    width: 100%;
    padding-top: 10px;
	padding-bottom:10px;
    bottom: 0px;
    background-color: #760000;
    z-index: 1000;
}

#CookieContainer a
{
	color: #fff;
}

#nbLogo{

    float:left;
    width:65px;
    height:65px;
}

#nbTxt
{
    font-family: Verdana, Geneva, sans-serif;
    font-size:12px;
    max-width: 910px;
    height:100%;
	text-align:center;
}


/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}