#dialogDiv {
	border: none;
	position: fixed;
	position: expression("absolute");
	left:5%;
	top: 0px;
	top: expression(eval(document.body.scrollTop));
	z-index: 1;
	overflow: hidden;
	visibility: hidden;
}

.dialogDivTable {
	background: url(/bilder/htmlShadows/dlogBG.gif) repeat;
	border: 1px solid #666666;
	padding-top: 6px;
	padding-left: 16px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 9pt;
}

/*
.dialogDiv td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 9pt;
}
*/

/*
.addcommentheader{
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 9pt;
}
*/

.shadowRT {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/bilder/htmlShadows/htmShadow_rechtsoben.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.shadowRT[class] {
  background-image:url(/bilder/htmlShadows/htmShadow_rechtsoben.png);
}

.shadowR {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/bilder/htmlShadows/htmShadow_rechts.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.shadowR[class] {
  background-image:url(/bilder/htmlShadows/htmShadow_rechts.png);
}

.shadowUL {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/bilder/htmlShadows/htmShadow_linksunten.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.shadowUL[class] {
  background-image:url(/bilder/htmlShadows/htmShadow_linksunten.png);
}

.shadowU {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/bilder/htmlShadows/htmShadow_unten.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.shadowU[class] {
	background: url(/bilder/htmlShadows/htmShadow_unten.png) repeat-x;
}

.shadowUR {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/bilder/htmlShadows/htmShadow_rechtsunten.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.shadowUR[class] {
  background-image:url(/bilder/htmlShadows/htmShadow_rechtsunten.png);
}

