.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: #FFF; 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('../images/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('../images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('../images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('../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='/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png'); }
	
	
	
	/* Title bar */
	#loginpanelError{width:460px; height:260px; background: url(../Images/AcenteLogin_Bg.png) no-repeat; position:relative; left:30%; top:50%;}
	#loginpanel { width:460px; height:260px; overflow:hidden; position:relative;}
	.CloseBut{position:absolute; right:20px; top:-15px;}
	.loginkadi{width:150px; height:25px; left:25px; top:118px; position:absolute;}
	.loginpass{width:150px; height:25px; left:200px; top:118px; position:absolute;}
	.loginbut{ width:80px; height:30px; left:365px; top:111px; position:absolute;}
	.logininfo{width:420px; height:25px; left:20px; top:150px; position:absolute;}
	.logininput{width:150px; height:20px; border:1px solid #666; color:#000; text-align:left;}
	
	#simplemodal-container {height:265px; width:480px; color:#bbb; overflow:visible; background:url(../Images/AcenteLogin_Bg.png) no-repeat; border:0;}
    #simplemodal-container a {color:#ddd;}
    #simplemodal-container a.modalCloseImg {background:url(../images/BoxyClose_But.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-10px; right:60px; cursor:pointer;}
    #simplemodal-container #basic-modal-content {overflow:hidden;}
    
    #simplemodal-overlay {background-color:#000; cursor:wait;}
	
	.boxy-wrapper .title-bar {  padding: 6px; position: relative; background:#efefef;}
	  .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: black; position: absolute; top:-15px; right: 60px; font-size: 20px; line-height: 1; }
		
	/* 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; }

