.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 11px; height: 11px; padding: 0; background: url(../img/popup-bg.png); }
	
	.boxy-wrapper .top-left { background-position: 0 0; }
	.boxy-wrapper .top-right { background-position: 100% 0; }
	.boxy-wrapper .bottom-right { background-position: 100% 100%; }
	.boxy-wrapper .bottom-left { background-position: 0 100%; }
	
	.boxy-wrapper .top { height: 11px;  padding: 0; background: url(../img/popup-bg.png) -11px 0; }
	.boxy-wrapper .bottom { height: 11px;  padding: 0; background: url(../img/popup-bg.png) -11px 100%; }
	
	.boxy-wrapper .left { width: 11px;  padding: 0;  background: url(../img/popup-bg.png) 0 -11px; }
	.boxy-wrapper .right { width: 11px;  padding: 0;  background: url(../img/popup-bg.png) 100% -11px; }
	
	/* Title bar */
	
	
	.boxy-wrapper .title-bar { padding: 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: #666; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close {
	    	position: absolute;
	    	top: 6px;
	    	right: 6px;
	    	font-size: 90%;
	    	color: #666;
	    	padding-right: 20px;
	    	background: url(../img/popup-close-button.png) 100% 0 no-repeat;
	    	height: 17px;
	    	text-decoration: none;
	    }
	    
	    .boxy-wrapper .title-bar .close:active {
	    	background-position: 100% -50px;
	    }
		
	/* Content Region */
	
	.boxy-inner { background: url(../img/popup-bg.png) -11px -11px; padding: 0;}	
	* html .boxy-inner { zoom: 1;}
	
	.boxy-content { min-height: 124px; padding: 6px; width: 583px; overflow: auto; max-height: 400px; margin-top: 11px; position: relative;}
	.boxy-image-content { height: 124px; width: 124px; overflow: hidden;}
	.boxy-image-content .boxy-loader { height: 124px; width: 124px; }
	
	* html .boxy-content-wrapper {
		zoom: 1;
		height: 100px;
	}
	
	.boxy-content .boxy-loader {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	* html .boxy-content { height: expression(this.scrollHeight > 400 ? "400px" : "auto"); }
	* html .boxy-image-content { height: 124px; width: 124px; }
	
	.boxy-sitemap-content,
	.boxy-sitemap-content .boxy-loader,
	 * html .boxy-sitemap-content{
		width: 366px;
		height: 400px;
	}
	
	.boxy-content h2 {
		margin-top: 0;
	}
	
	/* Question Boxes */
    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }

    /* boxy loading indicator */
    .boxy-loader {
    	background: url(../img/loader.gif) 50% 50% no-repeat;
   }