	#black_overlay {
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		background-color: black;
		z-index:1000;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
	} 
	#BrowserNotification {
		background: #FFFFE5;
		color: #333333;
		position: fixed;
		_position: absolute;
		padding: 10px 15px;
		font-size: 13px;
		font-family: "Trebuchet MS", "Segoe UI", Arial, Tahoma, sans-serif;
		border-radius: 5px;
		border: 1px solid #D6D6C1;
		-moz-border-radius: 5px;
		width: 700px;
		height: 240px;
		z-index:1001;
		
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;		
	}
	#BN_Header {
		padding-top: 0px;
		font-size: 25px;
		line-height: 100%;
	}
	#BN_RemindButtons li {
		display: inline;
		margin-right: 10px;	
	}
	#BN_Footer {
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#BN_Footer ul.BN_RemindButtons {
		padding: 0;
		margin: 0;
		float: left;
		list-style: none;
	}	
	.BN_BrowserLinks li {
		padding: 0;
		margin: 0;
		float: left;
		list-style: none;
		width: 150px;

	}
	#BN_Footer ul.BN_BrowserLinks, #BN_Footer ul.BN_RemindButtons {
		clear: both;
		margin-top: 3px;
		padding: 7px 0;
		width: 100%;
	}
	#BN_Footer ul.BN_BrowserLinks li {
		text-align: left;
	}
	#BN_Footer ul.BN_RemindButtons li {
		display: inline;
		margin-right: 10px;	
	}
	#BN_Footer ul.BN_BrowserLinks li a{
		display: block;
		height: 55px;
		color: #666666;
		padding: 10px 10px 0 65px;
		text-decoration: none;
	}
	#BN_RemindButton, #BN_NoRemindButton {
		background: URL('../ICONS/button_bg.png') !important; 
		padding: 5px;
		height: 32px; 
		-moz-border-radius: 7px; 
		-webkit-border-radius: 7px; 
		border-radius: 7px; 
		color: #ffffff; 
		font-size: 16px; 
		font-weight: bold;
		box-shadow: 4px 4px grey;
	}
	#BN_close {
		float: right;
		cursor: pointer;
	}
	.BN_BrowserLinks .msie_link a{
		background: url('../ICONS/msie.gif') no-repeat left top;
	}
	.BN_BrowserLinks .chrome_link a{
		background: url('../ICONS/chrome.gif') no-repeat left top;
	}
	.BN_BrowserLinks .safari_link a{
		background: url('../ICONS/safari.gif') no-repeat left top;
	}
	.BN_BrowserLinks .firefox_link a{
		background: url('../ICONS/firefox.gif') no-repeat left top;
	}