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

/* Modal */
/*.boxy-modal-blackout { position: absolute; background-color:#555; opacity:0.2;-moz-opacity:0.2; left: 0; top: 0; }*/

/* Border */
.boxy-wrapper { empty-cells: show; }
.boxy-wrapper .top,
.boxy-wrapper .bottom { height:5px; background-color: #7192C3; padding: 0 }

.boxy-wrapper .left,
.boxy-wrapper .right { width:5px; background-color: #7192C3;padding: 0 }

/* Title bar */
.boxy-wrapper .title-bar { border-top:5px solid #7192C3; background-color: #555555; padding:8px; position: relative; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: bold; }
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 8px; right: 6px; line-height: 1; }

/* Content Region */
.boxy-inner { background-color: white; padding: 0 }
.boxy-content { background-color: white; border-bottom:5px solid #7192C3; padding: 15px; }

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