.menuinfo-header {
	width: 100%;
	height: 100%;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
}
#menuinfo-header-icon {
    background-image: url(images/info-icon.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    margin-top: 30px;
	margin-right: 35px;
}
#menuinfo-header-caption {
	padding-left: 35px;
	font-weight: bold;
}
.menuinfo-bottom {
    width: 100%;
    text-align: center;
}
.menuinfo-bottom-table {
	margin: 15px auto;
}
.menuinfo-bottom-button-ok {
    background-color: #0097d4;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0px auto 10px auto;
}
.menuinfo-bottom-button-ok:hover{
	background-color: #026a94;
}
.menuinfo-htmlinfo-body {
    overflow-y: auto !important;
}