

	.notice .overlay {
		position: fixed;
		z-index:100000;
		background-color:#000;
		top:0px; left:0px; right:0px; bottom:0px;	
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter: alpha(opacity=40);
		-moz-opacity:0.4;
		-khtml-opacity: 0.4;
		opacity: 0.4;		
	}
	.notice .notice_content {
		position:fixed; left:0px; right:0px; top:0px; background-color:#FFF; z-index:100001; 
	}
	.notice .ico_notification {
		background:url(//content.harstatic.com/img/icons/brawser_notification.png) left center no-repeat;
		padding:20px 10px 20px 60px;		
	}
	.notice .notice_text { padding-bottom:10px; } 
	.notice .notice_text h4 { font-weight:300 !important; display:inline !important; } 
	.notice .notice_text a { color:#222 !important; font-weight:normal; margin-left:10px;  }
	.notice .ico_notification { }
	.notice .notice_links { }
	
	.notice .btn { 
		-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
			border:1px solid #000;
			background-color:transparent;
			padding:4px 12px;
			margin-right:3px;	
	}
	.notice .btn-primary { 
		border:2px solid #0B50D2;
		color:#0B50D2;
		text-shadow: 0px 0px 0px rgba(150, 150, 150, 0);
		padding:3px 11px;
	}