.AcuD_logo{
	border-radius: 8%;
	opacity: 1;
	cursor: pointer;
    margin: 1%;
}
.AcuD_logo:hover{
	opacity: 0.7;
}
.AcuD_popUp p {
	margin: 3% 0;
}
.AcuD_popUp { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none;
    padding:20px;
    min-width:400px;
    min-height: 180px;
}
.b-close{
  border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
    background-color: #2b91af;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.b-close:hover{
 opacity: 0.7;
}
.AcuD_logo_Levels {
	display: block;
	float:left;
	width: 33%;
	cursor: pointer;
}
.AcuD_logo_Levels img {
	display:block; 
	margin:0 auto;

	border-radius: 8%; 
}
.AcuD_logo_Levels p {
	text-align: center;
}
.AcuD_logo_Levels:hover {
	opacity: 0.8;
}
.AcuD_popUp input, .AcuD_popUp textarea {
    border: 1px solid #c7c7c7;
    font-family: inherit;
    padding: 5px;
    border-radius: 3px;
}
.AcuD_popUp button {
	border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 100% sans-serif;
    background-color: #2b91af;
    color: #fff;
    cursor: pointer;
    display: block;
	float:left;
	margin: 2%;
    text-align: center;
    text-decoration: none;
}
.AcuD_popUp button:hover {
	  opacity: 0.7;
}
 