body {
	background-color: #bbbdbf;
}

#NoScript #MainPanel {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  margin-top: -213.5px;
	  margin-left: -357.5px;
	  width: 715px;
	  height: 427px;
	  background-color: #373C42;
	  border-radius: 16px;
	  box-shadow: -1px 10px 22px -2px rgba(0, 0, 0, 0.86);
}

#NoScript #InfoWrapper {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 50%;
	margin-top: -50px;

	text-align: center;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.2);
}


#NoScript #NoScriptsLabel {	
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#NoScript #Information {
	position: absolute;
	top: 40px;
	width: 100%;
	height: 80px;
	overflow: auto;
	color: #ffc566;
	font-size: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#NoScript #JiveXCopyright {
	position: absolute;
	width: 264px;
	height: 11px;

	left: 50%;
	bottom: 25px;
	margin-left: -132px;

	background-repeat: no-repeat;
}

#NoScript #JiveXLogo {
	position: absolute;
	width: 102px;
	height: 28px;
	top: 25px;
	right: 25px;

	background-repeat: no-repeat;
}