.Page
{ padding:10px 10px 0px 10px; } .Page .Part { } .Page .Part .Body { } .Page .Part .Mask { position:absolute; display:none; z-index:2; background:#ddd; cursor:move; -moz-opacity:0.2; filter:alpha(opacity=20); } .Page .Focus { border:dashed 1px #ddd; } .Page .Focus .Mask { position:absolute; z-index:2; background:#f00; cursor:move; -moz-opacity:0.2; filter:alpha(opacity=20); } .Page .msg { position:absolute; top:0; left:0; background:#fdd; padding:8px; } .mkTable { width:100%; } .mkTable td { padding:3px; } .mkTable td * { display:inline; float:left; } .mkTable td span { margin-right:5px; margin-left:5px; } .mkTable td input { border: 1px solid #ddd; text-align:center; padding:1px; margin:1px; } 
