.LicensePanel{background-color:White;border:solid 1px #333;padding-bottom:.5em; z-index:1000;
	position:absolute;
	top: 0px;
	left: 0px;}
.LicensePanel .Title{background-color:#e6e6e6;border-bottom:solid 1px #333;font-weight:bold;padding:0.25em 0.5em;}
.LicensePanel .Body{padding:0.5em;}
.LicensePanel .Buttons{text-align:right;margin-top:0.25em;margin-right:.5em}
.LicensePanel{width:500px;}
.LicensePanel .Body .CommentBox{font-size:inherit;width:98%;}
.ModalBackground {
	width:100%;
	background-color:#333333;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	z-index:999;
	opacity:.40;
	filter:alpha(opacity=40);
}
