
/* reset */
body, 
h1,h2,h3,h4,h5,h6,
p{
  margin:0; padding: 0;
}
a{
  text-decoration: none;
}  
/* reset */
.header{
  background: url(img/logo-d.jpg) top center no-repeat #88cbd4;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.cont{ max-width: 550px; 
  height: 500px; 
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; 
  border-radius: 8px;  
  margin: 0 auto; 
  border: 2px solid #d9f5f8; 
      padding: 2px;
}
.cont .conthd{
  width: 100%;
  height: 55px;
  background-color: #e1f2fc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; 
  border-radius: 8px;  
  position: relative;
}

.cont .conthd h3{
  font-family: Arial;
  font-size: 22px;
  text-align: center;
  color: #00529b;
  padding-top: 16px;
}
.cont .conthd::after{
  content: "";
  width: 20px;
  height: 20px;
  background-color: #000;
  content: "";
  width: 37px;
  height: 37px;
  background: url(img/cm.jpg);
  display: block;
  position: absolute;
  right: 9px;
  top: 9px;
}
.cont .wrn{ 
  width: 46px; 
  height: 48px; 
  display: block;  
  background: url(img/warning.jpg); 
  margin: 0 auto; 
  margin-top: 30px; 
  margin-bottom: 30px; 
}

.cont p{
  font-family: Arial;
  font-size: 20px;
  text-align: center;
  color: #00529b;
  margin-bottom: 25px;
}

.cont a{ 
  background-color: #cd4047; 
  padding: 10px 20px; 
  color: #ffffff; 
  margin: 0 auto;    
  display: table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; 
  border-radius: 5px;
  font-family: Arial;
}
.cont a:hover{background-color: #d94b59; }













 