.modal {
	display: none;
	position: fixed;
	z-index: 9999990;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal-content {
	z-index: 9999999;
	background-color: rgba(0,0,0,0.55);
	color: white;
	margin: 15% auto;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.55);
	width: 400px;
	border-radius: 10px;
	font-size: 14px;
}

.upgrade-modal-content {
	z-index: 9999999;
	background-color: rgba(0,0,0,0.55);
	color: white;
	margin: 15% auto;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.55);
	width: 550px;
	border-radius: 10px;
	font-size: 14px;
}

.splash-modal-content {
	z-index: 9999999;
	background-color: rgba(0,0,0,0.55);
	color: white;
	margin: 8% auto;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.55);
	width: 800px;
	border-radius: 10px;
	font-size: 14px;
}

.tall-modal-content {
	z-index: 9999999;
	background-color: rgba(0,0,0,0.55);
	color: white;
	margin: 5% auto;
	padding: 10px;
	padding-bottom: 0px;
	border: 1px solid rgba(255,255,255,0.55);
	width: 800px;
	height: 500px;
	border-radius: 10px;
	font-size: 14px;
}

.ad-modal-content {
	z-index: 999;
	background-color: rgba(0,0,0,0.55);
	border: 1px solid rgba(255,255,255,0.55);
	position: absolute;
	padding: 5px;
	bottom: 22px;
	left: 50%;
	width: 590px;
	margin-left: -300px;
	height: 70px;
	border-radius: 0px;
}

.narrow-modal-content {
	z-index: 9999999;
	background-color: rgba(0,0,0,0.55);
	color: white;
	margin: 5% auto;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.55);
	width: 260px;
	height: 440px;
	border-radius: 10px;
	font-size: 14px;
}

.account-modal-content {
	z-index: 9999999;
	background-color: rgba(0,0,0,0.55);
	color: white;
	margin: 5% auto;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.55);
	width: 512px;
	height: 438px;
	border-radius: 10px;
	font-size: 14px;
}

.licensing-agreement-modal-content {
	z-index: 9999999;
	background-color: rgba(0,0,0,0.55);
	color: white;
	margin: 5% auto;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.55);
	width: 600px;
	border-radius: 10px;
	font-size: 14px;
}

.close {
	color: #ff0c8d;
	float: right;
	margin-top: -8px;
	margin-right: -2px;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.modal_text_input {
	width: 315px;
}

.modal_table {
	width: 100%;
}