/* COOKIES
===========================================*/

#overbox3 {
    position: fixed;
	margin: auto;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
	margin: auto;
    position: relative;
	padding: 25px;
    top: 0px;
    height:auto;
    width: 80%;
    text-align:center;
    background-color: #000000;
}
#infobox3 p {
    font-size:12px;
    text-align:center;
	color: #ffffff;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: none;
	color: #cb4444;
}

#infobox3 a:hover {
    margin-right:5px;
    text-decoration: none;
	color: #da2828;
}

