.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

/* Modal */
.boxy-modal-blackout { position: absolute; background-color: #C0C0C0; 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: 0px; }
.boxy-wrapper .top, .boxy-wrapper .bottom { height: 10px; }
.boxy-wrapper .left, .boxy-wrapper .right { width: 10px; }	    
	/* 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: url('images/tl.png'); #background: none; 
    #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/boxy/images/tl.png', sizingMethod='crop'); }
.boxy-wrapper .top-right { background: url('images/tr.png'); #background: none; 
    #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/boxy/images/tr.png', sizingMethod='crop'); }
.boxy-wrapper .bottom-right { background: url('images/br.png'); #background: none; 
    #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/boxy/images/br.png', sizingMethod='crop'); }
.boxy-wrapper .bottom-left { background: url('images/bl.png'); #background: none; 
    #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/boxy/images/bl.png', sizingMethod='crop'); }
.boxy-wrapper .top, .boxy-wrapper .bottom, .boxy-wrapper .left, .boxy-wrapper .right {
    padding: 0; background: url('images/b.png'); #background: none; 
    #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/boxy/images/b.png', sizingMethod='scale'); }
    
/* Title bar */
.boxy-wrapper .title-bar
{
    background: #B79B00 url('images/titleBg.gif') repeat-x scroll left top;
    _background-image: none; 
    border-bottom: solid 1px #B79B00;
    font-size: 1.2em !important;
    font-weight: normal;
    height:32px;
    position: relative;
    text-align:center;
}
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 {font-weight: bold; font-size: 16px; color: #5D4F06; line-height: 32px; margin: 0; padding: 0; }
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
.boxy-wrapper .title-bar .close a {color: white; text-decoration: none;}
.boxy-wrapper .title-bar .close a:hover { color: Red; }		
/* Content Region */
.boxy-inner { background-color: white; padding: 0 }
.boxy-content { padding: 15px; }

/* Question Boxes */
.boxy-wrapper .question { width: 350px; min-height: 80px; }
.boxy-wrapper .answers { text-align: right; }
