#badbrowser, #badscript{
	
	display: none;
	background-color: #f44;
	position: fixed;
	top: 0px;
	z-index: 10000;
	width: 100%;
	padding: 10px 10px;
	font-family: Arial;
	text-align: center;
	color: #fff;
	font-size: 14px;
}


#badscript{
	display: block;

}

#badbrowser #bb_close{
	float: right;
	width: 10px;
	color: #333;
	background-color: #eee;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	border: 3px groove #444;
	margin-right: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;

}

#badbrowser a{
	text-decoration: underline;
	color: #fff;
	font-weight: bold;

}


#badbrowser a:hover{
	text-decoration: underline;
	color: #aaf;
	font-weight: bold;

}
