.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;}
	
	/* IE6-8 hacks for the border. IE7+8 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */


	/* Title bar */
	
	.boxy-wrapper .title-bar { background:#007AA5 url(http://localhost:30001/images/boxy/boxtitlebj.gif) repeat-x; height:14px; padding: 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0;padding-top:1px; font-weight: bold; float:left; display:inline;}
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; display:block; width:16px; height:16px; float:right; top: 6px; right: 6px; font-size: 90%; line-height: 1; text-indent:-9999px; background:url(../images/closebox.gif)}
		.boxy-wrapper .title-bar .close:hover { position: absolute; display:block; width:16px; height:16px; float:right; top: 6px; right: 6px; font-size: 90%; line-height: 1; text-indent:-9999px; background:url(../images/closebox2.gif);}
		
	/* Content Region */
	
	.boxy-inner { overflow: hidden; background-color: white; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }
