.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; width: 100%; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; width: 600px; border: solid 2px #000000;}
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 2px; height: 2px; padding: 0;
                                    background-color: #88ff88; }
/*      new 'moddr' border */
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 2px; background-color: #88ff88; padding: 0; }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 2px; background-color: #88ff88; padding: 0; }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; border-bottom: solid #88ff88 1px; cursor:move; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 14pt; color: #11cc11; line-height: 1; margin: 0; padding: 0; font-weight: bolder; }
            .title-bar a { color: #11cc11; }
            .title-bar a:hover { color: #88ff88; }
	    .boxy-wrapper .title-bar .close {
                color: #88ff88; position: absolute; top: 6px; right: 8px; font-size: 100%; line-height: 1; text-decoration: none; font-family: sans-serif;
                }
		
	/* Content Region */
	
	.boxy-inner { background-color: #111111; padding: 0; }
	.boxy-content { padding-left: 15px; padding-right: 15px;}
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }
