.banner_CL {position: fixed; bottom:0px; left: 0px; z-index: 999; background: rgb(0,0,0); background: rgba(0,0,0,.7); width: 100%; text-align: center; padding: 15px 5px; font-family: Arial; font-size: 11px; display: none; color: #ffffff; text-shadow: none;}
.tasto_CL_info {margin-left: 5px; padding: 3px; color: #ffffff; cursor: pointer;}

.tasto_CL_ok {margin-left: 7px; padding: 5px; background-color: #2d67ea; color: #ffffff; cursor: pointer;}

.tasto_CL_info:hover,.tasto_CL_ok:hover {background-color: #fff; color: #000;}
.box_CL B, .box_CL STRONG {color: #000000!important;}

.banner_CL P {text-align: center!important;color:white;}

#box_CL {
  width: 600px;
  height: 500px;
  overflow: auto;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  color: #000;
  padding: 0px 10px;
  border-bottom: 10px solid #fff;
  left: 50%;
  top: 150px;
  margin-left: -300px;
  border-top: 10px solid #fff;
  display: none;
}

#box_CL P {
	margin-top: 25px;
}

#velina_CL {
	position: fixed;
	z-index: 900;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.8);
	display: none;
}

#close_box_CL {
  z-index: 999;
  position: fixed;
  background-color: #fff;
  display: block;
  width: 600px;
  text-align: right;
  height: 25px;
}

#close_CL {
  background-color: #E81961;
  padding: 3px 5px;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}

#close_CL:hover {
  background-color: #000000;
  color: #fff;
}