.xModalDialogGreyElement {
z-index:100; width: 100%; position: absolute;background-color: #000000;
 	filter:alpha(opacity = 40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;
}

.xModalDialogGreyElementTransparent {
	z-index:100; width: 100%; position: absolute;background: transparent;
}

img.handle {
  cursor: move;
}

.rd {
  color:red;
}

.sfcode
{background: #dddddd; border: 3px dotted #888888;}