.contentInfoCookie {
    display: none;
    width: 100%;
    height: 65px;
}

.infoCookie {
    background: none repeat scroll 0px 0px #E4E4E4;
    border-top: 5px solid #0062AB;
    bottom: 0px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    z-index: 999999999;
    padding: 8px 0px;
    position: fixed;
}

/* 
.infoCookie .textCookie {
    float: left;
    margin-left: 30%;
    margin-right: 2%;
}
 */

#infoCookie .button, .cookiesButton {
    background: url("../images/button.png") no-repeat scroll 0px 0px transparent;
    border-radius: 7px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    text-align: center;
    text-shadow: 0px 0px #FFF;
    width: 82px;
    float: left;
}

.infoToolClose {
	float: right;
	background-image: url("../images/icons/window_close.png");
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	cursor: pointer;
}