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

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

  .boxy-wrapper { empty-cells: show;background-color: white; }
	.boxy-wrapper .top-left tr,	
	.boxy-wrapper .top-right tr,
	.boxy-wrapper .bottom-right tr,
	.boxy-wrapper .bottom-left tr
	{ width: 10px; height: 10px; padding:0;line-height:10px}
	
	.boxy-wrapper .top-left { background-color: white;	background:url('../_images/boxy-nw.png');opacity: 0.8; filter: alpha(opacity=80); }
	.boxy-wrapper .top-right { background-color: white;background:url('../_images/boxy-ne.png');opacity: 0.8; filter: alpha(opacity=80); }
	.boxy-wrapper .bottom-right { background-color: white;background:url('../_images/boxy-se.png');opacity: 0.8; filter: alpha(opacity=80); }
	.boxy-wrapper .bottom-left { background-color: white;background:url('../_images/boxy-sw.png');opacity: 0.8; filter: alpha(opacity=80); }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your _images 
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_templates/_images/boxy-nw.png');#background-color: white; }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_templates/_images/boxy-ne.png');#background-color: white; }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_templates/_images/boxy-se.png');#background-color: white; }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_templates/_images/boxy-sw.png');#background-color: white; }
*/
	.boxy-wrapper .top { font-size:1px;height: 9px; opacity: 0.8;padding: 0 ;border-top:solid 1px #d0d0d0;}
	.boxy-wrapper .bottom { font-size:1px;height: 9px;  opacity: 0.8;padding: 0 ;border-bottom:solid 1px #d0d0d0;}
	.boxy-wrapper .left{ font-size:1px;width: 9px;  opacity: 0.8;padding: 0 ; border-left:solid 1px #d0d0d0; }
	.boxy-wrapper .right { font-size:1px;width: 9px; opacity: 0.8;padding: 0 ;border-right:solid 1px #d0d0d0;}
		
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: #81b6ba; padding: 6px; position: relative; text-align:left; }
	  .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: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 15px;width: 350px;  }
	.boxy-content input { 
		font-size:12px;font-weight:bold;color:white;
		background: url('../_images/btnPopup.gif');width:63px;height:26px;
		border:none 0px white;
		vertical-align:middle;
		cursor:pointer;
	}
	/* Question Boxes */

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

