#TestArea{
	display:none;
	background-color:#00316C;
	height:30px;
	margin-top:20px;
}
#starfield{
	position:relative;
	top:0;
	text-align: center;
}
#intest{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:#00316C;
	color:yellow;
	font-size:large;
	border:none;
}
#CloseDialog{
	position: fixed;
	display: none;
	width: 80%;
	max-width: 600px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #eee;
	opacity: 0.95;
	border-radius: 10px;
	z-index: 999;
}
.form-group{
	max-width: 380px;
	margin: 0 auto 15px;
}