.modal {
    display: none;
    background: rgba(0, 0, 0, .30);
    z-index: 999;
}

.modal .modal-dialog {
    position: relative;
    margin: 40px auto;
    width: 300px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-header{
	padding: 15px 20px;
}
.modal-body {
	padding: 20px;
}
.modal-body p {
	margin: 0 0 20px 0;
}
.modal-close {
	float: right;
	border: none;
	background-color: #fff;
	font-size: 22px;
	line-height: 1;
	color: #969797;
	outline: 0;
}
.modal-close:hover{
	color: #EEC616;
}
.rmodal-button{

	border: none;
	border-radius: 7px;
	background-color: #efc900;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 800;
	padding: 10px 20px;
}
.rmodal-button:hover{
	color: #959595;
}
.modal-footer {
    padding: 0px 20px 20px 20px;
    text-align: left;
    border-top: none;
}