﻿.modal a.close-modal[class*="icon-"] {
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  color: #fff;
  line-height: 1.28;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: #fd5465;
  -webkit-border-radius:  26px;
  -moz-border-radius:     26px;
  -o-border-radius:       26px;
  -ms-border-radius:      26px;
  font-size:0px;
}
.modal a.close-modal[class*="icon-"]:before {font-size:12px; line-height:24px; }

#popup-modal {
  -webkit-border-radius:  0;
  -moz-border-radius:     0;
  -o-border-radius:       0;
  -ms-border-radius:      0;
  border-radius:  0;
}
