* { padding: 0; margin: 0; }

.htmlCMSDiv { position: absolute; z-index: 1000; left: 100px; top: 100px; width: 20px; height: 20px; text-indent: -9999px; overflow: hidden; border:1px solid black; background: white; cursor: hand; cursor: pointer;}
.cmsMarker { padding: 0; margin: 0; width: 1px; height: 1px; display: inline; }

.globalPageMarker { position: absolute; z-index: 1000; left: 100px; top: 100px; text-indent: -9999px; overflow: hidden; width: 20px; height: 20px; background: url(Structure.png) left top no-repeat; cursor: hand; cursor: pointer; }
.text { position: absolute; z-index: 1000; left: 100px; top: 100px; width: 20px; text-indent: -9999px; overflow: hidden; height: 20px; background: url(Text.png) left top no-repeat; cursor: hand; cursor: pointer;  }
.list { position: absolute; z-index: 100; left: 100px; top: 100px; width: 20px; text-indent: -9999px; overflow: hidden; height: 20px; background: url(List.png) left top no-repeat; cursor: hand; cursor: pointer;  }
.imgIcon { position: absolute; z-index: 1000; left: 100px; top: 100px; width: 20px; text-indent: -9999px; overflow: hidden; height: 20px; background: url(Img.png) left top no-repeat; cursor: hand; cursor: pointer;  }
