.boxy-status {
	background-color:#FFFFFF;
	font-size:11px;
}
.boxy-buttons button { margin-right:5px; }
.boxy-wrapper { position: absolute; padding: 0}
.boxy-wrapper.fixed { position: fixed; }
.boxy-wrapper .boxy-status {  border-left: 1px solid #9db0bc; border-right: 1px solid #9db0bc; border-bottom: 1px solid #9db0bc; }
.boxy-wrapper .boxy-inner {  border-left: 1px solid #9db0bc; border-right: 1px solid #9db0bc; border-top: 1px solid #9db0bc; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: white; left: 0; top: 0; right:0;bottom: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 { height: 10px; background-color: black; opacity: 0.5; filter: alpha(opacity=50); padding: 0 }
	.boxy-wrapper .top-right { height: 10px; background-color: black; opacity: 0.5; filter: alpha(opacity=50); padding: 0 }
	.boxy-wrapper .bottom-right { height: 10px; background-color: black; opacity: 0.5; filter: alpha(opacity=50); padding: 0 }
	.boxy-wrapper .bottom-left { height: 10px; background-color: black; opacity: 0.5; filter: alpha(opacity=50); padding: 0 }
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.5; filter: alpha(opacity=50); padding: 0 }
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.5; filter: alpha(opacity=50); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background: url('../images/title_bg.gif'); padding: 2px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-weight:bold; font-family:Trebuchet MS; font-size: 14px; color: #395e7d; line-height: 1; margin: 0; padding: 5px; margin-top:-3px}
	    .boxy-wrapper .title-bar .close { background: none;  color: white; position: absolute; top: 0px; right: 0px;}
		
	/* Content Region */
	
	.boxy-inner { background-color: white; }
	.boxy-content { padding: 5px; }
	

	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }
