.na-notification{
	position: fixed;
	min-width: 300px;
	max-width: 600px;
	background: #FFFFFF;
	z-index: 10000;
	top:20%;
	left:20%;
}
.na-notification-inner{
	padding: 10px;
}
.na-notification-message{
	margin: 20px 0;
	height: 50px;
}
.na-notification-control{
	text-align: center;
	margin: 10px auto;
	width: 200px;
}
.na-notification-control::after{
	content: '';
	clear: both;
}
.na-notification-control a{
	display: inline-block;
	padding: 7px 15px;
	border: 1px solid #e1e1e1;
}
.na-notification-control .na-notification-access{
	float:left
}
.na-notification-control .na-notification-deny{
	float: right;
}
.na-overlay{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	width: 100%;
	background: #888;
	opacity: 0.5;
	z-index:9999;
}
.na-gw-link-separator{
	display: inline-block !important;
	margin: 0 10px;
}
.na-gift-wrapping-check{

}
.na-gift-wrapping-check label{
	display: inline-block !important;
}
.na-gw-link{
	display: inline-block !important;
}
.na-gift-wrapping-note{
	font-style: italic;
}
.na-gift-wrapping-note span{
	font-weight: bold;
}