.PD6Popup-btn-container {
	text-align: right;
	padding: 0 0.8em;
}

.PD6Popup-content {
	/*padding-top: 1em;*/
	/*text-align: center;*/
}

.PD6Popup-btn-ok, .PD6Popup-btn-cancel {
	transition: all 0.3s ease;
	outline: none;
	border: none;
	display: inline-block;
	cursor: pointer;
	padding: 0.5em;
	font-size: 0.8em;
	font-family: arial;
	text-transform: uppercase;
	/*border-radius: 0.2em;*/
}

.PD6Popup-btn-ok {
	background-color: #00abc1;
	color: #fff;
}
.PD6Popup-btn-ok:hover{
	background-color: #00d8f4;
}


.PD6Popup-btn-cancel {
	background-color: #c3151c;
	color: #fff;
}

.PD6Popup-btn-cancel:hover{
	background-color: #e0191f;
}

.PD6Popup-confirmClose-outer {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;

	background-color: rgba(255, 255, 255, 0.9);
	z-index: 100;
	text-align: center;
}

.PD6Popup-confirmClose-middle {
	display: table-cell;
	vertical-align: middle;
}

.PD6Popup-confirmClose-inner {
	margin-left: auto;
	margin-right: auto; 
	width: 100%;
}

.PD6Popup-confirmClose-message {
	font-size: 1.2em;
	color: #ca003e;
	margin-bottom: 2em;
}