	.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-top-left, .boxy-top-right, .boxy-top-middle, .boxy-bottom-left, .boxy-bottom-right, .boxy-bottom-middle { background: url(boxy/boxy.png) no-repeat; background: url(boxy/boxy.gif) no-repeat\9}
	.boxy-top-left, .boxy-top-right, .boxy-top-middle { height:47px;}
	.boxy-top-left, .boxy-left, .boxy-bottom-left { padding-left:18px;}
	.boxy-top-right{ background-position:right -110px; padding-right:179px;}
	.boxy-top-middle{background-position:0 -55px; position:relative;}
	.boxy-top-middle, .boxy-bottom-middle{ background-repeat:repeat-x;}
	.boxy-left, .boxy-right{}
	.boxy-left{ background:url(boxy/boxy_left.png) repeat-y; background:url(boxy/boxy_left.gif) repeat-y\9}
	.boxy-right{ background: url(boxy/boxy_right.png) top right repeat-y; background: url(boxy/boxy_right.gif) top right repeat-y\9}
	.boxy-right, .boxy-bottom-right { padding-right:19px;}
	.boxy-bottom-left, .boxy-bottom-right, .boxy-bottom-middle{ height:18px;}
	.boxy-bottom-left{ background-position: 0 -165px;}
	.boxy-bottom-right{ background-position: right -215px;}
	.boxy-bottom-middle{ background-position:0 -190px;}
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: black; 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 { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 0px; position:relative;}
	/* Question Boxes */

	.boxy-wrapper .question { width: 350px; min-height: 80px; }
	.boxy-wrapper .answers { text-align: right; }
	.title-bar { display:none;}
	.boxyClose { position:absolute; right:-158px; top:14px;}
	.boxyClose, a:hover .boxyClose, .boxyNextScreen, .boxyPrevScreen { background:url(boxy/b_close.gif); border:none;}
	a:hover .boxyClose { background-position:0 -19px;}
	.boxyNextScreen { background-position:0 -38px;}
	.boxyNextScreen { position:absolute; right:-123px; top:14px;}
	.boxyPrevScreen { position:absolute; right:-88px; top:14px;}
	.boxyPrevScreen { background-position:0 -95px;}
	.prevButtHover {background-position:0 -114px;}
	.nextButtHover {background-position:0 -57px;}
	html .nextButtDisable {background-position:0 -76px;}
	html .prevButtDisable {background-position:0 -133px;}