.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; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 0; height: 0; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('../images/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('../images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('../images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('../images/boxy-sw.png'); }
	
	/* 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='js/boxy/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/boxy/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/boxy/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/boxy/images/boxy-sw.png'); }
	
	
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 0; background-color: black; opacity: 0.2; filter: alpha(opacity=20); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 0; background-color: black; opacity: 0.2; filter: alpha(opacity=20); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background:transparent url(../../../images/modal-window-sprite.gif) repeat-x scroll 0 0;
height:35px;
width:100%;}
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { color:#FFFFFF;
display:inline;
float:left;
font-size:12px;
font-weight:bold;
line-height:35px;
text-indent:15px; }
	    .boxy-wrapper .title-bar .close { background:transparent url(../../../images/modal-window-sprite.gif) no-repeat scroll left -35px;
display:inline;
float:right;
height:35px;
text-decoration:none;
width:35px; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0; border:1px solid #CCCCCC; vertical-align:top; }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

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