body {
	font-family: "Open Sans", arial, sans-serif !important;
	background-color: #222;
	color: #fff;
}
 




	.nlabel {
		padding: 4px;
		width:300px;
		float: left;
	}
		.nin {
			padding: 4px;
			border: 1px solid #666;
			border-radius: 4px;
			width: 300px;
			float: left;
			color: #333;
		}

		.nelement {
			clear: left;
			margin-bottom: 16px;
		}
		.ngroup {
			padding: 10px;
			border: 1px solid #666;
			border-radius: 4px;
			margin-bottom: 10px;
			background: #233;
			color: #fff;
		}
		.ngroup input {
			color: #000;
		}
		.ncheck {
			zoom: 2;
			float: left;
			vertical-align: 3px;
		}
		.nchecktxt {
			float: left;
			vertical-align: -3px;
			margin-top: 10px;
		}
		#regform {
			font-size: 12pt;
		}



.noticepop, .loginpop {	
	position: fixed;
	display: none;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin: 30px auto 0;
	margin-left: -200px;
	margin-top: -150px;
	width: 400px;
	min-height: 100px;
	color: #fff;
 	background: #444;
	z-index: 100;
}

.xclose{
    float:right;
    margin-top:-10px;
    margin-right:-10px;
    cursor:pointer;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    line-height: 0px;
    padding: 14px 10px;       
}


