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

/* Modal */
.boxy-modal-blackout { background:#000; left:0; position:absolute; top:0; }
  
/* Border */
.boxy-wrapper { empty-cells:show; }
.boxy-wrapper .top-left, .boxy-wrapper .top-right, .boxy-wrapper .bottom-right, .boxy-wrapper .bottom-left { height:10px; width:10px; padding:0; }
	
.boxy-wrapper .top-left { background:url('../i/boxy/boxy-nw.png'); }
.boxy-wrapper .top-right { background:url('../i/boxy/boxy-ne.png'); }
.boxy-wrapper .bottom-right { background:url('../i/boxy/boxy-se.png'); }
.boxy-wrapper .bottom-left { background:url('../i/boxy/boxy-sw.png'); }
	
.boxy-wrapper .top, .boxy-wrapper .bottom { background:#fff; height:10px; padding:0; }
.boxy-wrapper .left, .boxy-wrapper .right { background:#fff; padding:0; width:10px; }
	
/* Title bar */
.boxy-wrapper .title-bar { background:#1bb581; padding:6px 15px; position:relative; }
	.boxy-wrapper .title-bar.dragging { cursor:move; }
		.boxy-wrapper .title-bar h2 { color:#fff; font-size:12px; font-weight:normal; line-height:1; margin:0; padding:0; }
		.boxy-wrapper .title-bar .close { color:#fff; font-size:11px; line-height:1; position:absolute; right:15px; top:6px; }
		
	/* Content Region */
	
	.boxy-inner { 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; }

