.boxy-wrapper { position: absolute;}
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute;background:black;  left: 0; top: 0; width: 100%; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 1px; height: 1px; padding: 0 }
	
	.boxy-wrapper .top-left { background: #9ab9c7; }
	.boxy-wrapper .top-right { background: #5e7179; }
	.boxy-wrapper .bottom-right { background: #7c949f; }
	.boxy-wrapper .bottom-left { background: #5e7179; }
	
	/* 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='../img/boxy/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/boxy/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/boxy/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/boxy/boxy-sw.png'); }
	*/
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 1px;   padding: 0 }
	.boxy-wrapper .top{background-color: #94b1bf; }
	.boxy-wrapper .bottom {background-color: #7a929d; }
	.boxy-wrapper .boxy_left,
	.boxy-wrapper .boxy_right { width: 1px;    padding: 0 }
	.boxy-wrapper .boxy_right{background-color:#6c818b;}
	.boxy-wrapper .boxy_left{background-color:#738b95;}
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: #5c6e76; border:0px solid #53646b; padding: 12px; position: relative;border-bottom:dotted 1px #a9a9a9; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 18px; color: #fff; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close,.close_info { text-decoration:none; color: white; background:url('../img/page/buttons/close.png');padding:8px 0 0 17px;position: absolute; top: 10px; right: 14px; font-size: 90%; line-height: 1; }
		.boxy-wrapper .title-bar .close:hover,.close_info:hover{background-position: 0px -22px;}		
	/* Content Region */
	
	.boxy-inner { background-color: #5c6e76; padding: 0; border:1px solid #53646b; border-top:none;}
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 40px; }
    .boxy-wrapper .answers { text-align: right; }

	.boxy-wrapper .question, 
	.boxy-wrapper .answers
	{	
		font-size: 11px;
		line-height: 1.5em;
		color: #FFF;
		font-weight: bold;
		color: #b9def0;
		margin-right: 3px;
	}
    
    /* buttons */
    
    .boxy-wrapper input
    {
    	background-color:#92b0be;
	    border:1px solid #516169;
	    color:#ffffff;
	    font-weight:bold;	
	    padding:3px 10px;
    }
    
