.rgwModal{
	display:none;
}
.rgwModalBack{
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: rgba(43, 46, 56, 0.9);
	z-index: 999;
}
.rgwModalWrap{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow-y: auto;
	text-align: center;
	padding: 0px 10px;
	z-index: 1000;
}
.rgwModalContent{
	border: 1px solid #AAA;
	display: inline-block;
	background: #FFF;
	padding: 30px;
	position: relative;
}


.rgwModal-confirm, .rgwModal-cancel{
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	transition: background 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0;
}
.rgwModal-confirm{
	color: #fff;
	background: #81c784;
}
.rgwModal-confirm:hover,
.rgwModal-confirm:focus{
	color: #fff;
	background: #66bb6a;
}
.rgwModal-cancel{
	color: #fff;
	background: #e57373;
}
.rgwModal-cancel:hover,
.rgwModal-cancel:focus{
	color: #fff;
	background: #ef5350;
}
