.helpbox-overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#333;
	-moz-opacity:.7;
	-ms-filter:"alpha(opacity=70)";
	filter:alpha(opacity=70);
	opacity:.7;
	z-index:100;
}
.helpbox-blue{
	position:fixed;
	left:20%;
	top:20%;
	width:60%;
	padding:10px;
	z-index:101;
	border:solid 4px #b200ff;
	background-color:#111;
	text-align:left;
	color:#bbb;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}