#FrameKLine { width:1160px; position:relative; left:20px; height:300px; margin:5px 0 30px 20px; border-style:double;
              background-color:#666; }
#FrameKLine2 { width:1160px; position:absolute; left:20px; top:150px; height:300px; margin:5px 0 30px 20px; border-style:double;
              background-color:#666; visibility:hidden; z-index:5; cursor:move; }

.KLSide { width:1px; height:1px; display:block; overflow:hidden; background-color:white; position:absolute; z-index:10; cursor:default; }
.KLStand { width:2px; display:block; overflow:hidden; border-left:1px solid white; position:absolute; z-index:10; cursor:default; }
.Long, .Short { width:5px; height:2px; display:block; position:absolute; overflow:hidden; z-index:15; }
.Long { background-color:red; }
.Short { background-color:blue; }

.LblBtn, .Info { font:bold 10px Verdana; color:white; padding:1px 5px; background-color:orange; 
		  position:absolute; cursor:hand; z-index:10; text-align:center; }
.LblBtn { left:3px; width:100px; }
.LblBtn:hover { border-style:solid; border-width:thin; }
.Info { background-color:transparent; left:110px; width:150px; }
.LblSig { background-color:orange; }
.LblSig2 { background-color:red; }
.LblSig, .LblSig2 { font:bold 10px Verdana; color:white; padding:1px 3px; cursor:crosshair; 
		  position:absolute; z-index:10; filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; }

#Align, #Align2 { position:absolute; width:1159px; height:1px; overflow:hidden; visibility:hidden; z-index:15; }
#Align2 { background-color:white; }

.HLine, .VLine { position:absolute; overflow:hidden; z-index:5; }
.HLine { width:1159px; height:0px; border-bottom:1px dotted #999; }
.VLine { width:0px; height:299px; border-right:2px dotted #999; }

.HMark, .VMark, #Mark { width:30px; height:9px; color:darkblue; font:bold 8px Verdana; display:block; 
                        position:absolute; text-align:right; background-color:white; }
.HMark { margin:-6px 0 0 -35px; }
.VMark { margin-top:303px; width:50px; }
#Mark { margin:-5px 0 0 -35px; color:red; background-color:yellow; z-index:15; visibility:hidden; }

