.boxy-wrapper { position: absolute; top:150px !important; width:600px; margin-left:110px;}
.boxy-inner { border:10px solid #043673; border-radius:8px;  }
.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,
	.boxy-wrapper .bottom { height: 10px; background-color:#043673; padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color:#043673; padding: 0 }
	
	/* Title bar */
	.boxy-wrapper .title-bar { 
	background:#043673;
	padding: 6px; position: relative; }
	.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 { 
	background:transparent url(../../../img/closebg.png) no-repeat;
	width:21px; height:20px;
	position:absolute; top:-3px; right:0;
	font:bold 14px Verdana, sans-serif; color:#ef8c08; 
	text-decoration:none; margin:0 auto; padding:0 0 0 6px;
	}	    
	.boxy-wrapper .title-bar .close:hover{ 
	background:transparent url(../../../img/closebg2.png) no-repeat;
	}
		
	/* 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; }
