
#rp2overlay {
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:99999 !important;
	background-color:black;

	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
	cursor: pointer;
}

#rp2box
{
	display: block;
	margin: 0;
	padding: 0;
}

#rp2boxHeader {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
}

#rp2boxBody {
}


#rp2boxClose {
	position: absolute;
    top: 20px;
    right: 20px;
}

#rp2boxClose a {
	font-size: 30px;
	color: #1e91cf;
}

#rp2boxClose a:hover {
	color: #1e91cf;
}

.rp2box-btn-default {
	outline: none;
	background-color: #1485CE;
	border-color: #1485CE;
	color: #FFF;
	display: inline-block;
	margin-top: 5px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
	-webkit-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
	-moz-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
	-ms-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
	-o-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
	transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
}
.rp2box-btn-default:hover, .rp2box-btn-default:focus {
	outline: none;
	background-color: #53A4D8;
	border-color: #53A4D8;
	color: #FFF;
}
