.signup_coupon_header {
	background-color: #EEEEEE;
	padding: 9px 0;
	background: 1px solid #26C2F0;
	background: #26C2F0;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	transition: all 0.5s ease;
}

.signup_coupon_footer {
	background-color: #EEEEEE;
	padding: 9px 0;
	background: 1px solid #26C2F0;
	background: #26C2F0;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#SignupCouponModal .form-group{
	margin-bottom:0;
}

#SignupCouponModal .close{
	position: absolute;
	right: -18px;
	top: -18px;
	opacity:1;
}

.header_pfixed {
	position: fixed;
	width: 100%;
	top	: 0;
	z-index: 999;
  transition: all 0.5s ease;
}

.footer_pfixed {
	position: fixed;
	width: 100%;
	bottom	: 0;
	z-index: 999;
}

.closeheader_alert, .closefooter_alert{
	position: absolute;
	right: 10px;
	top: 10px;
}