.boxy-wrapper { position: absolute; top:200px;}
.boxy-wrapper.fixed { position: fixed; top:200px;}

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: none; padding: 6px; position: relative; z-index:5268 !important; }
	.boxy-wrapper .title-bar.dragging { cursor: move; display:none; }
	.boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; display:none;}
	.boxy-wrapper .title-bar .close { color: white; position: absolute; top: -78px; right: 25px; font-size: 18px; font-weight:bold; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color:none; padding:0; }
	.boxy-content { padding:0; }

	td.boxy-inner {
		height:600px;
		}

	.boxy-content {
		position:relative;
		top:-100px;
		display:block;
		height:362px;
		width:434px;
		z-index:4985;
		}
	.boxy-content span {
		position:relative;
		display:block;
		height:65px;
		width:412px;
		}
	
	.boxy-content p {
		position:relative;
		padding:0 0 0 12px;
		display:block;
		height:265px;
		width:405px;
		overflow:auto;
		}