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

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: #bfbfbf; 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: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top { background: url('../img/boxy/boxy-n.gif'); background-repeat: repeat-x;}
	.boxy-wrapper .bottom { background: url('../img/boxy/boxy-s.gif'); background-repeat: repeat-x;}
	.boxy-wrapper .right { background: url('../img/boxy/boxy-e.gif'); background-repeat: repeat-y;}
	.boxy-wrapper .left { background: url('../img/boxy/boxy-w.gif'); background-repeat: repeat-y;}
	
	.boxy-wrapper .top-left { background: url('../img/boxy/boxy-nw.gif'); background-repeat: no-repeat;}
	.boxy-wrapper .top-right { background: url('../img/boxy/boxy-ne.gif'); background-repeat: no-repeat;}
	.boxy-wrapper .bottom-right { background: url('../img/boxy/boxy-se.gif'); background-repeat: no-repeat;}
	.boxy-wrapper .bottom-left { background: url('../img/boxy/boxy-sw.gif'); background-repeat: no-repeat;}

	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: #ffffff; padding: 0; }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: #ffffff; padding: 0; }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: #ffffff; padding: 6px 0 6px 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 {color:#E02C2C; font-size:16px; font-weight:bold; line-height:1; margin:0; padding:0; text-align:left;}
	    .boxy-wrapper .title-bar .close { color: #e02c2c; position: absolute; top: 6px; right: 10px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 7px; }
	
	/* Question Boxes */

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