.boxy-wrapper { 
	
	position: absolute;
	-moz-box-shadow: 0 0 220px #999;
	-webkit-box-shadow: 0 0 220px #999;
	box-shadow: 0 0 220px #999;

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

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: #ddd; 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: 15px; height: 7px; padding: 0; background-color:white; }
	

	
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 7px; background-color: white; padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 15px; background-color: white; padding: 0 }
	
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { 
	
		background-color: white; 
		padding: 0px; 
		position: relative; 
		text-align:center; 
		text-transform:uppercase; 
		color:white; 
		font-size:16px; 
		position:relative;
	}
	
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 19px; line-height: 1; margin: 0; padding: 0; font-weight:normal }
	    .boxy-wrapper .title-bar { color: black; /*position: absolute; top: 6px; left: 16px;*/ font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 20px }
	.boxy-content { padding: 0; font-size:13px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; padding:15px; }
    .boxy-wrapper .answers { text-align: right; border-top:1px solid #AFB0B4;; padding:15px 0; }
    

    .title-bar a.close{
    
    	display:block; 
    	width:14px;
    	height:14px;
    	background:url('../img/but_info_close.png') no-repeat scroll top left;	
    	position:absolute;
    	top:-10px;
    	right:-16px;
    }

    .title-bar a.close:hover{
    
    	background:url('../img/but_info_close.png') no-repeat scroll bottom left;	
    }    
    