.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; }


	:root .boxy-wrapper .boxy-top-left { width: 6px; height: 7px; padding: 0; background: url('/admin/images/default/dialogs/tl.gif'); }
	:root .boxy-wrapper .boxy-top-right { width: 14px; height: 7px; padding: 0; background: url('/admin/images/default/dialogs/tr.png'); }
	:root .boxy-wrapper .boxy-bottom-right { width: 14px; height: 16px; padding: 0; background: url('/admin/images/default/dialogs/br.png'); } 
	:root .boxy-wrapper .boxy-bottom-left { width: 6px; height: 16px; padding: 0; background: url('/admin/images/default/dialogs/bl.png'); }
	
	:root .boxy-wrapper .boxy-top    { height: 7px; padding: 0;  background: url('/admin/images/default/dialogs/t.gif');}
	:root .boxy-wrapper .boxy-bottom { height: 16px; padding: 0;  background: url('/admin/images/default/dialogs/b.png');}
	:root .boxy-wrapper .boxy-left  { width: 6px; padding: 0; background: url('/admin/images/default/dialogs/l.gif');}
	:root .boxy-wrapper .boxy-right { width: 14px; padding: 0; background: url('/admin/images/default/dialogs/r.png');}


	.boxy-wrapper .boxy-top-left { width: 6px; height: 7px; padding: 0; background: url('/admin/images/default/dialogs/tl.gif'); }
	.boxy-wrapper .boxy-top-right { width: 14px; height: 7px; padding: 0; background: url('/admin/images/default/dialogs/tr.gif'); }
	.boxy-wrapper .boxy-bottom-right { width: 14px; height: 16px; padding: 0; background: url('/admin/images/default/dialogs/br.gif'); } 
	.boxy-wrapper .boxy-bottom-left { width: 6px; height: 16px; padding: 0; background: url('/admin/images/default/dialogs/bl.gif'); }
	
	.boxy-wrapper .boxy-top    { height: 7px; padding: 0;  background: url('/admin/images/default/dialogs/t.gif');}
	.boxy-wrapper .boxy-bottom { height: 16px; padding: 0;  background: url('/admin/images/default/dialogs/b.gif');}
	.boxy-wrapper .boxy-left  { width: 6px; padding: 0; background: url('/admin/images/default/dialogs/l.gif');}
	.boxy-wrapper .boxy-right { width: 14px; padding: 0; background: url('/admin/images/default/dialogs/r.gif');}


	/* Title bar */
	.boxy-wrapper .title-bar { background-color: #474747; padding: 6px; position: relative;}
	
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font: 12px Verdana; color: white; line-height: 1; margin: 0; padding: 0; font-weight: bold; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	.title-bar-on  {  background: url('/admin/images/default/dialogs/titlebar.gif');}
	.title-bar-off {  background: url('/admin/images/default/dialogs/titlebaroff.gif'); }



	/* Content Region */
	.boxy-inner {  padding: 0; background: url('/admin/images/default/dialogs/bck_content.gif'); background-repeat: repeat-x; background-position: 0px bottom;}
	.boxy-content { padding: 0px; font: 11px Verdana; #FFFFFF; }
	
	/* Question Boxes */
    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }
