.subscribe-popup {
  background: #fefbf2;
  width: 680px;
  height: 430px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 10000;
  border: 3px solid #ad4e64;
}

.subscribe-popup-close {
  background: #ae445c;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 28px;
  position: absolute;
  left: 100%;
  top: -30px;
  cursor: pointer;
}

.subscribe-popup-close:hover {
  background: #9c2e47;
}

.subscribe-popup form {
  margin: 35px 27px 60px;
  width: 325px;
  font-family: Arial,Helvetica,sans-serif;
}

::-webkit-input-placeholder {
   color: #ae445c;
}

:-moz-placeholder {
   color: #ae445c;
}

::-moz-placeholder {
   color: #ae445c;
}

:-ms-input-placeholder {
   color: #ae445c;
}

.subscribe-popup form h1 {
  color: #ad4e64;
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 6px;
}

.subscribe-popup form p {
  margin: 0 0 38px;
  font-size: 16px;
  color: #404040;
  text-align: left;
}

.subscribe-popup input {
  width: 290px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
}

.subscribe-popup .input-text {
  height: 40px;
  border: 1px solid #d7d7d7;
  font-size: 18px;
  color: #41332a;
}

.subscribe-popup .input-text + .input-text {
  margin-top: 10px;
}

.subscribe-popup [type=submit] {
  height: 50px;
  border: 0;
  background: url('/images/subscribe_popup/button-background.png') repeat-x;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}
.subscribe-popup [type=submit]:active {
  background: url('/images/subscribe_popup/button-background-active.png') repeat-x;
}

.subscribe-popup .girl {
  background: url('/images/subscribe_popup/girl.png') no-repeat;
  width: 462px;
  height: 431px;
  position: absolute;
  right: -130px;
  top: 0;
}
.notify-title-bar {
	margin-left: 10px;
	white-space: nowrap;
	line-height: 40px;
	font-weight: bold;
}
.notify-button-accept, .popup-window-button{
	margin-bottom: 0px;
	border-bottom: 0px none transparent;
	margin-top: -20px;
}
.notify-button-accept:hover, .notify-button-accept:hover .popup-window-button-left, .notify-button-accept:hover .popup-window-button-right{
	background: #9f2349 !important;
}
.notify-button-accept span {
	font-size: 14px;
}
.popup-window-with-titlebar .popup-window-content {
	padding: 0px;
}
.popup-window.popup-window-with-titlebar {
	border: 1px solid #ccc;
}
.popup-window-titlebar div {
	margin-left: 10px;
	white-space: nowrap;
	line-height: 40px;
	font-weight: bold;
}
.popup-window-with-titlebar {
	background-color: #fff;
}