#notif_popup {
	background: #fff url('categorypopbg.jpg') no-repeat 115px 55px;
	color: #003366;
	font-family: Helvetica, Arial;
	display: none;
	text-align: left;
	width: 700px;
	height: 500px;
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -250px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

#notif_popup .popuptop {
	padding: 15px;
	font-size: 22px;
	background: #002240;
	color: #fff;
	width: 670px;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1.2em;
}

#notif_popup .popuptop .close {
	padding: 0 10px;
	text-decoration: none;
	letter-spacing: 0;
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 15px;
	font-size: 11px;
	line-height: 20px;
	background: #003366;
	color: #fff;
}

#notif_popup .popuptop .close:hover {
	background: #0260cb;
}

#notif_popup.active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	 transform: scale(1);
	display: inline-block;
}

#notif_popup form {
	width: 670px;
	padding: 15px;
}

.catchecks {
	width: 670px;
	display: inline-block;
}

.catchecks,
#notif_popup form h4 {
	width: 480px;
	font-size: 16px;
	font-weight: bold;
}

#notif_popup form h4 {
	color: #003366;
	font-family: Helvetica, Arial;
	margin: 0 !important;
}

.catchecks label {
	width: 167px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	font-size: 14px;
	float: left;
	text-transform: capitalize;
	margin-bottom: 2px;
}

#notif_popup form input.ipt300 {
	width: 280px;
	padding: 7px 6px;
	border: none;
	display: inline-block;
	float: left;
	margin-right: 10px;
	line-height: 16px;
	border: 1px solid #7f9090;
}

#notif_popup button.formbt {
	display: inline-block;
	background: #0896ff;
	cursor: pointer;
	border: 1px solid #0086e9;
	color: #fff;
	padding: 0 20px;
	font-weight: bold;
	font-size: 15px;
	border-radius: 3px;
	height: 32px;
	line-height: 31px;
	margin-top: 2px;
	box-shadow: 0 0 4px rgba(255,255,255,0.9), inset 0 20px 2px rgba(255,255,255,0.15);
	-webkit-box-shadow: 0 0 4px rgba(255,255,255,0.9), inset 0 20px 2px rgba(255,255,255,0.15);
	-moz-box-shadow: 0 0 4px rgba(255,255,255,0.9), inset 0 20px 2px rgba(255,255,255,0.15);
	-ms-box-shadow: 0 0 4px rgba(255,255,255,0.9), inset 0 20px 2px rgba(255,255,255,0.15);
	font-family: 'Helvetica', Arial;
}

#notif_popup button.formbt:hover {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	background: #003366;
	border: 1px solid #001133;
}

#notif_popup button.formbt.disabled {
	cursor: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#notif_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 800;
}

#notif_popup .clear {
	width: 100%;
	display: inline-block;
	clear: both;
}