#popup
{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9999999999;
	font-weight: 300;
	color: #858585;
	display: none;
}

#popup .background
{
	background: rgba(255,255,255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

#popup .content
{
	width: 450px;
	margin: 0px auto;
	padding: 20px;
	background: #fff;
	z-index: 2;
	position: relative;	
	margin-top: 10%;
	border: 5px solid #1b4595;
	box-shadow: 1px 1px 3px -2px #2c2c2c;
	border-radius: 6px;
}

#popup h1
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: 300;
	font-size: 26px;
	color: #1b4595;
	text-transform: uppercase;
}

#popup .close
{
	position: absolute;
	font-weight: 400;
	right: 15px;
	top: 5px;
	font-size: 20px;
	cursor: pointer;
	color: #1b4595;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#popup .close:hover
{
	color: #bf171d;
}

.bad2
{
	font-size: 18px;
	color: #bf171d;
}

.good2
{
	font-size: 18px;
	color: #72b400;
}