div.alphabox
{
	position: absolute;
	
	background-color: #000000;
	filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	
	width: 100%;
	height: 4000px;
	top: 0;
	left: 0;
	z-index: 98;
}

div.appform
{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -334px;
	background-color: white;
	padding: 0;
	width: 638px;
	height: 550px;
	z-index: 99;
}

div.appform *
{
	font-family: Arial, Verdana, 'MS Sans Serif', Sans-Serif, Serif;
	font-size: small;
	color: #444348;
}

div.appform div#cmp_header
{
	padding: 15px 32px 15px 15px;
}

div.appform div#cmp_btnClose
{
	float: right;
	width: 103px;
	height: 18px;
	background-image: url('Gfx/close.png');
	cursor: pointer;
}

div.appform h1
{
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.appform iframe
{
	width: 100%;
	height: 493px;
	padding: 0;
	margin: 0;
	border: 0;
}
