.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: 10px; height: 10px; padding: 0 }
	
	/*.boxy-wrapper .top-left { background: url('../images/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('../images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('../images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('../images/boxy-sw.png'); }
	
	/* 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='/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png'); }
	*/
	
	/*.boxy-wrapper .top-left { background-color: black;   } /*#D1D1D1*/ /*#3B5E79*/
	/*.boxy-wrapper .top-right { background-color:black }
	.boxy-wrapper .bottom-right { background-color:black }
	.boxy-wrapper .bottom-left { background-color: black  }	
	*/
	
	/*.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; padding: 0; border:3px solid black }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: black; padding:0px 5px 5px 5px; position: relative; height:20px}
	
	.boxy-wrapper .title-bar.dragging { cursor: move; }
	
	.boxy-wrapper .title-bar h2 {  font-size: 18px; font-weight:bold; color: #FF6600; line-height: 1; margin: 0; padding: 0; font-weight: normal;  font-family : "Trebuchet MS",Verdana,Arial,Helvetica} /*Color updated*/
	
	.boxy-wrapper .title-bar .close { color: #FF6600; position: absolute; top: 4px; right: 3px; font-size: 90%; line-height: 1; } /*Color updated*/
	
	.boxy-wrapper .title-bar  img {cursor:pointer;}  /*Added for image in cross*/
	
	.boxy-wrapper .title-bar  a { text-decoration:none; cursor:pointer;}
	 	
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0;  border:3px solid black}
	.boxy-content { padding: 15px; font-size: 14px; color: #555555; font-family : "Trebuchet MS",Verdana,Arial,Helvetica}
	.boxy-content ul li a     /*Added*/ 
	{
		text-decoration:underline;
		color:  #4E7DC2;	
		cursor:pointer;
		font-weight:bold;	
     	font-size: 14px; 		
		font-family : "Trebuchet MS",Verdana,Arial,Helvetica	
			
	}	
	.boxy-content ul     /*Added*/ 
	{
		padding-left:15px;
		margin-left:10px;
		list-style-type:disc;
		list-style-image:none:
	}
	.boxy-content ul li
	{
		padding-top:9px;
		background-image:none;
	}  
	
	/* Question Boxes */

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