.boxy-wrapper { position: absolute; overflow: hidden; z-index:6000; margin: 0px; padding: 0px;}
.boxy-wrapper.fixed { position: fixed; }

/* Modal */
.boxy-modal-blackout { position: absolute; left: 0; top: 0; z-index: 6000; }

/* Title bar */
.boxy-wrapper .title-bar { padding: 6px; position: relative; margin: -1px 0px 0px 0px; padding: 6px; z-index:9990; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size: 12px; line-height: 1; margin: 0px; padding: 0px; font-weight: normal; }
.boxy-wrapper .title-bar .close { position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
	
/* Content Region */
.boxy-inner { margin: 0px; padding: 0px; z-index:9980; }
.boxy-content { margin: 0px; padding: 15px 0px 0px 0px; margin: auto; z-index:10100; }

/* Question Boxes */
.boxy-wrapper .question { width: 350px; min-height: 80px; z-index:10100; }
.boxy-wrapper .answers { text-align: right; z-index:10100; }

