#overlay {
	display: none;
	background-color: rgba( 0, 0, 0, .5 );
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#premium-modal {
	width: 700px;
	margin: 15px;
	background-color: white;
	z-index: 100;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#premium-modal h1 {
	text-align: center;
	font-size: 30px;
	line-height:30px;
	color: black;
}

#premium-modal p {
	text-align: center;
	font-size: 16px;
	color: black;
	font-weight: bold;

}

div#modal-ad {
	width: 46%;
	margin: 5% 0% 2% 4%;
	float: left;
}

div#login-form {
	float: left;
	width: 44%;
	margin: 5% 4% 2% 2%;
}

p#message {
	display: none;
}
	p#message.error {
		color: #FF2222;
	}
	p#message.success {
		color: #339900;
	}
	
a#hide-link {
	color: black;
}
