.cd-popup {
	position: fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background-color:rgba(90, 90, 90, 0.7);
	z-index:1000;
	/*visibility: hidden;*/
}
.cd-popup-container {
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-85px;
	width:300px;
	background:#FFF;
	border-radius:3px 3px 3px 3px;
	text-align:center;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.4);
	z-index:1001;
}
.cd-popup-container p {
	padding:3em 1em 2em 1em;
	font-size:16px;
}
.cd-popup-container .cd-buttons {
	height: 50px;
}
.cd-popup-container .cd-buttons span {
	display:block;
	float: left;
	width: 50%;
}
.cd-popup-container .cd-buttons a {
	display:block;
	height:50px;
	line-height:50px;
	color:#fff;
	background:#ff5e53;
	/*border-radius:0 2px 0 0;*/
}
.cd-popup-container .cd-buttons a:active {
	background:#ff5e53;
}
.cd-popup-container .cd-buttons span:nth-child(1) a {
	/*border-radius: 0 0 0 6px;*/
}
.cd-popup-container .cd-buttons span:nth-child(2) a {
	background: #bbbbbb;
	/*border-radius: 0 0 6px 0;*/
}
.cd-popup-container .cd-buttons span:nth-child(2) a:active {
	background: #aaaaaa;
	/*border-radius: 0 0 6px 0;*/
}
.cd-popup-container .cd-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
	text-align:center;
	line-height:30px;
	color: #999;
	font-family:Arial;
	font-size:20px;
}
