.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  
  
  .boxy-modal-blackout { position: absolute; background-color: #4AABEF; left: 0; top: 0; }
  
  

  .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: 0px; }
	
	.boxy-wrapper .top-left { background: url('../images/cm-topleft.png') no-repeat right bottom; }
	.boxy-wrapper .top-right { background: url('../images/cm-topright.png') no-repeat left bottom; }
	.boxy-wrapper .bottom-right { background: url('../images/cm-botright.png') left top; }
	.boxy-wrapper .bottom-left { background: url('../images/cm-botleft.png') right top; }
	
	
	
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cm-topleft.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cm-topright.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cm-botright.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cm-botleft.png'); }
	
	.boxy-wrapper .top { background: url(../images/cm-topbg.png) repeat-x left top;  height: 10px; padding:0; }
	.boxy-wrapper .bottom { background: url(../images/cm-botbg.png) repeat-x left top; height: 10px; padding:0; }
	
	.boxy-wrapper .left { background: url(../images/cm-bgleft.png) repeat-y left top; height: 10px; padding:0; }
	.boxy-wrapper .right { background: url(../images/cm-bgright.png) repeat-y right top; height: 10px; padding:0; }
	
	
	
	.boxy-wrapper .title-bar {  padding: 6px 6px 6px 6px; position: relative; height: 20px; font-weight: bold; color: #808080; }
	.boxy-wrapper .title-bar.dragging { cursor: move; }
	.boxy-wrapper .title-bar h2 { font-size: 13px; line-height: 1; margin: 0; padding: 0; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }
	.boxy-wrapper .title-bar .close { width:29px; color: #FFFFFF; position: absolute; top: 6px; right: 6px; font-size: 0px; height:29px; background:url(../images/cm-close.gif) no-repeat left top; }
	
	
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 15px; }
	
	

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }
