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

    /* Modal */

    .boxy-modal-blackout { position: absolute;  background-color: black; left: 0; top: 0; }

    /* Border */

    .boxy-wrapper { empty-cells: show; width: auto; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0; float: left; }



  	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../png/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../png/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../png/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../png/boxy-sw.png'); }



  	/* Title bar */


  	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 {  display:none !important;}
	    .boxy-wrapper .title-bar .close { display:none !important; }

  	/* Content Region */

  	.boxy-inner {  padding: 0; color: #000; }
	.boxy-content {  margin:0px auto;}

  	/* Question Boxes */

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