.magnify_win {
  border: #000 1px solid;
  background-color: #fff;
}
.magnify_win .title {
  background-color: #c7c7c7;
  color: #000;
  height: 20px;
}
.magnify_win .title .title_text {
  padding: 3px 0 0 3px;
  text-align: center;
}
.magnifier {
  cursor: pointer;
}

