#xaja_form iframe
{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 100%;/*must have for any big value*/
height: 100%;/*must have for any big value*/;
}


div#xaja_form {
	display:none;
	position: absolute; 
	background-color: #d0dadf;
	z-index: 1000;
	text-align:left; 
	top:300; 
	left:300;
	border:1px solid gray;
}


.xaja_hidden{
	visibility:hidden;
}

.xaja_hidden2{
	border:2px solid purple;
}

* html div#xaja_form  
	{ 
	position: absolute; 
	/*margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');*/
	}

#xajaBackground_GREY1 { position: fixed; z-index:100; top: 0px; left: 0px; background-color:#000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; height:100%; width:100%; }
* html #xajaBackground_GREY1 { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

#xajaBackground_GREY0 { z-index:99; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%; }
* html #xajaBackground_GREY0 { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }


div.xaja { 
	font-family:Arial;
	font-size:9pt;
}
div.xaja a { 
	cursor:pointer;
	text-decoration:underline;
}
table.xaja {
	background-color: #d0dadf;
	border-collapse:collapse;
	padding:15px;
	width:400px;
}

#xaja_form_headline{
	background: transparent url('/img/box_heading_layer.gif') no-repeat;
	height:26px;
	width:400px;
	padding-left:15px;
	font-weight:bold;
	font-size:12px;
	cursor:move;
}
div.headline:hover {font-size:12px;font-weight:bold;height:26px;}


table.xaja th {
	text-align:left;
	font-family:Arial;
	font-size:9pt;
	padding-right:10px;
}
table.xaja td {
	text-align:left;
	font-family:Arial;
	font-size:8pt;
}

div.txt_red  {color:#ad0c0a; font-weight:normal;}
div.txt_red a{color:#ad0c0a;}
div.txt_red a:hover  {color:#ad0c0a;text-decoration:underline;}
div.txt_red a:visited{color:#ad0c0a;text-decoration:underline;}


table.xaja input:button {
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
}

font.ErrMsg{
	color:#ad0c0a; 
	font-weight:bold;
	font-family:Arial;
	font-size:8pt;
}




