/* */
html {
  margin:0;
  padding:0;
}

body {
  font-family:Arial, sans-serif;
  padding:0;
  margin:0;
}

a {
   text-decoration:none;
   color:#676767;
}

a:hover {
   text-decoration:underline;
}

a img {
  border:none;
}


/* Other */
a.underline {
  text-decoration:underline;
}

a.underline:hover {
  text-decoration:none;
}

.after_title {
  margin-bottom:10px;
  font-size:11px;
}

a.backlink {
  font-size:11px;
  text-decoration:underline;
}

a.backlink:hover {
  text-decoration:none;
}

.del_quest {
  text-align:center;
  font-size:16px;

}


/* Оформление модальных окон */
#opaque_layer {
  position:absolute;
  top:0;
  left:0;
  z-index:100;
  background:black;
  opacity:0.8;
  height:100%;
  width:100%;
  min-height:1200px;
}

.wdialog {
  background:white;
  border:1px solid #ccc;
  padding:10px;
  width:400px;
  height:400px;
  margin-left:-200px;
  position:fixed;
  top:10%;
  left:50%;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  z-index:1000;
  display:none;
}

.wdialog .close_btn {
  position:absolute;
  top:10px;
  right:10px;
  z-index:10;
}