* {
  padding: 0px;
  margin: 0px;
}

button:focus {
  outline: none;
}

.box {
  width: 292px;
  background: #C0C0C0;
  border-width: 1px;
  border-color: #FFFFFF #808080 #808080 #FFFFFF;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1px;
}

div.title {
  height: 18px;
  width: 100%;
  background: #000080;
  color: #FFF;
}

img.title {
  float: left;
}

p.title {
  margin: 2px 0 0 1px;
  float: left;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 11px;
}

.title button {
  margin: 2px 2px 2px 0;
  float: right;
  width: 14px;
  height: 13.5px;
  background: #C0C0C0;
  border-width: 1px;
  border-color: #FFFFFF #808080 #808080 #FFFFFF;
  padding: 0;
  font-size: 9px;
  font-weight: bold;
  font-family: Tahoma;
  text-align: center;
  focus: none;
}

div.body {
  padding: 13px 12px 12px;
  height: 100%;
  width: calc(100% - 26px);
  text-align: center;
}

div.body p {
  font-family: "MS Sans Serif";
  font-size: 11px;
}

div.body a {
  font-family: "MS Sans Serif";
  font-size: 11px;
  outline: 1px solid #000000;
  background: #C0C0C0;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF #808080 #808080 #FFFFFF;
  padding: 4px 10px;
  margin: 20px auto 3px;
  display: block;
  position: relative;
  width: fit-content;
  bottom: 0px;
  color: black;
  text-decoration: none;
}

div.body img {
  border-color: black white white black;
  border-style: solid;
  border-width: 1px;
}
