.boxy-wrapper {position: absolute; z-index:1}
.boxy-wrapper.fixed { position: fixed;}

  /* Modal */
  
.boxy-modal-blackout { position: absolute; background-color:#0177B6; left: 0; top: 0; }
  
  /* Border */

.boxy-wrapper { empty-cells: show; }

	/* Title bar */
	
.boxy-wrapper .title-bar { background:url(../images/bg-th.gif); background-repeat:repeat-x; padding: 6px; position: relative; color:#FFF }

.boxy-wrapper .title-bar h2 { font-size: 16px; color: white; line-height: 1; margin: 0; font-weight: normale; border:none;}
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 12px; font-weight:bold; background-color:#FFF; color:#0177B6; padding:5px; padding-bottom:3px; margin-right:20px }

		
/* 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; }

