#footer{
	float:none;
}

.mdrBtn, .mdrBtn:visited, .mdrBtn:focus {
    background: #cc0001;
    border: 1px solid #cc0001!important;
    transition: all 0.5s;
    color: #fff;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    min-width: 60px;
}

.mdrBtn:hover {
    background: #fff;
    color: #cc0001;
    text-decoration: none;
}


.cookieBGLayer{
    display: none;
    position: fixed;
    width: 100%;
    height: 2000px;
    background-color: #000;
    z-index: 90;
	filter:alpha(opacity=80);
    opacity: 0.8;
    left: 0px;
    top: 0px;
}

.cookieNotice .mdrBtn, .cookieFooterNotice  .mdrBtn{ 
    min-width: 189px;
	margin-right: 10px;
} 

.cookieFooterNotice { 
    position: fixed;
    color: white;
    bottom: 0px;
    z-index: 9999;	
    width: 100%;
    height: 200px;
    margin-top: -213px; 
    left: 0px;
	*background-color:#000;	
	*filter:alpha(opacity=85);
}

.cookieFooterNotice .bg {
    background-color: #000;
    width: 100%;
    height: 200px;
    position: absolute;
	filter:alpha(opacity=85);
    opacity: 0.85;
    left: 0px;
	*display:none; 
    *position: relative;
}

.cookieFooterNotice  .description {
    font-size: 1.05em;
    padding: 2% 10% 0% 10%;
    text-align: justify!important;
}


.cookieNotice {
	display: none;  
    position: fixed;
    z-index: 9999;
    top: 138px;
    text-align: center;
    width: 100%;
    left: 0px;
}

.cookieNotice .mdrcontainer {
    background-color: white;
    padding: 0% 0% 1% 0%; 
    border: 1px solid #ccc;
    width: 760px!important;
    padding-top: 0px!important;
}

.cookieNotice .description {
    font-size: 1.05em;
    text-align: justify!important;
    margin: 5%;
    color: #333!important;
}

.cookieNotice .caption {
    font-size: 2em;
    background-color: #666;
    color: #fff;
    text-align: left!important;
    padding: 0.6%;
    text-indent: 5%;
    line-height: 2em;
    width: 100%;
}


.close {
    color: #fff!important;
    text-shadow: inherit;
    opacity: 1!important;
    font-size: inherit;
    cursor: pointer;
    font-weight: normal; 
    padding: 1%;
    float: right;
}

.cookieNotice .close {
    color: #fff!important;
    padding: 1%;
}

.cookieFooterNotice  .buttons, .cookieNotice  .buttons {
    text-align: center;
}

.cookieFooterNotice  .mdrcontainer, .cookieNotice  .mdrcontainer {
    z-index: 2;
    position: relative;
    width: 980px;
    margin: auto;
}



