.wpyog-fade_close {
    background: #39933b none repeat scroll 0 0 !important;
    color: #fff !important;
    padding: 12px 4px !important;
    position: inherit !important;
}
.wpyog-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.wpyog-modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Body */
.wpyog-modal-body {padding: 2px 16px;}

/* Modal Content */
.wpyog-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}
/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
.wpyog-modal-confirm {		
	color: #434e65;
	width: 525px;
}
.wpyog-modal-confirm .wpyog-modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.wpyog-modal-confirm .wpyog-modal-header {
	background: #e85e6c;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.wpyog-modal-confirm h4 {
	text-align: center;
	font-size: 30px;
	margin: 10px 0;
}
.wpyog-modal-confirm .form-control, .wpyog-modal-confirm .wpyog-btn {
	min-height: 40px;
	border-radius: 3px; 
}
.wpyog-modal-confirm .wpyog-close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.wpyog-modal-confirm .wpyog-close:hover {
	opacity: 0.8;
}
.wpyog-modal-confirm.wpyog-modal-dialog {
	margin-top: 80px;
}
.wpyog-modal-confirm .wpyog-btn {
	color: #fff;
	border-radius: 4px;
	background: #eeb711;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	min-width: 150px;
	border: none;
}
.wpyog-modal-confirm .btn:hover, .wpyog-modal-confirm .btn:focus {
	background: #eda645;
	outline: none;
}