.boxy-wrapper {
	position: absolute;
	font-family: Tahoma;
	font-size: 11px;
}
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout {
	position: absolute;
	/*background-color: #333333;*/
	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('../css/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('../css/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('../css/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('../css/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='../css/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../css/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../css/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../css/images/boxy-sw.png'); }
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom {
	height: 10px;
	background-color: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	padding: 0
}
	
	.boxy-wrapper .left,
	.boxy-wrapper .right {
	width: 10px;
	background-color: black;
	opacity: 0.6;
	filter: alpha(opacity=60);
	padding: 0
}
	
	/* Title bar */
	
	.boxy-wrapper .title-bar {
	background-color: #333333;
	padding: 8px;
	position: relative;
}
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
	    .boxy-wrapper .title-bar .close {
	color: #CCCCCC;
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 90%;
	line-height: 1;
	text-decoration: none;
}
		
	/* Content Region */
	
	.boxy-inner {
	background-color: #FFFFFF;
	padding: 0
}
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question {
	width: 300px;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: justify;
}
.boxy-image {
	float: left;
	width: 50px;
	clear: none;
	text-align: center;
	vertical-align: middle;
	height: 50px;
}

.boxy-wrapper .answers {
	text-align: right;
}

.boxy-wrapper .boxy-btn  {
	background-color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

.boxy-wrapper text {
	background-color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
