*{
  padding:0px;
  margin:0px;
}
button:focus{
  outline:none;
}
a:link {
  color: black;
  text-decoration: none;
}
a:visted {
  color: black;
  text-decoration: none;
}
a:active {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}
.box{
  width:300px;
  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:2px;
}
div.title{
  height:18px;
  width:99;
  padding:2px;
  background: rgb(104,3,119);
background: linear-gradient(90deg, rgba(104,3,119,1) 0%, rgba(88,125,12,1) 52%, rgba(0,62,128,1) 100%);
  color:#FFF;
}
img.title{
  float:left;
}
p.title{
  margin:2px 0 0 1px;
  float:left;
  font-family:"Microsoft Sans Serif";
  font-weight:bold;
  font-smooth: never;
-webkit-font-smoothing : none;
  font-size:14px;
}
.title button{
  /*position:absolute;
  right:3px;
  top:3px;*/
  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:12px;
  font-weight:bold;
  font-family:"Microsoft Sans Serif";
  font-smooth: never;
-webkit-font-smoothing : none;
  text-align:center;
  focus:none;
}
div.body{
  padding:13px 12px 12px;
  height:100%;
  width:calc(100% - 26px);
  display:inline-block;
}
div.body p{
  font-family:"Microsoft Sans Serif";
  font-size:13px;
  font-smooth: never;
-webkit-font-smoothing : none;
}
div.body button{
  font-family:"Microsoft Sans Serif";
  font-size:11px;
  font-color:black;
  font-smooth: never;
-webkit-font-smoothing : none;
  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:static;
  bottom:0px;
}