.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-wrapper td {font-size:13px;}
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 0px; height: 0px; padding: 0 }
	
/*	.boxy-wrapper .top-left { background: url('/jquery/boxy/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('/jquery/boxy/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('/jquery/boxy/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('/jquery/boxy/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='/jquery/boxy/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/jquery/boxy/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/jquery/boxy/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/jquery/boxy/images/boxy-sw.png'); }
*/	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 0px; /*background-color:*/ black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 0px; /*background-color: black;*/ opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper a {;}
	.boxy-wrapper a:hover {;}
	.boxy-wrapper a:visited {color:#FAAF40;}

	/* Title bar */
	
	.boxy-wrapper .title-bar {background:#996633 url('/jquery/boxy/images/boxy-title.png') repeat-x; position: relative; height:25px; border-bottom:1px solid #b2875a; text-transform:uppercase;}
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; font-weight:bold; color: white; /*line-height: 1;*/ margin: 0; padding: 6px 32px 0px 32px; }
	    .boxy-wrapper .title-bar .close { display:none; color: white; font-weight:bold; position: absolute; top: 8px; right: 10px; line-height: 1; }
		
		.boxy-wrapper .title-bar .icon	{	position:absolute;top:-2px;left:0px; line-height: 1;	}

	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { background:#feebcf; /*margin: 15px; margin-top:20px;*/ font-weight:normal; }
	.boxy-jmeno-kusy {background:#82bd52 url('/jquery/boxy/images/boxy-body.png') repeat-x; color:white; padding:10px; font-weight:bold;}
	.boxy-jmeno {padding:0px 0px 5px 0px;}
	.boxy-kusy {;}
	.boxy-jmeno span.sipka, .boxy-kusy span.sipka {background:url('/jquery/boxy/images/boxy-ico-arrow.png') no-repeat 0px 4px; width:13px; height:9px; padding:0 0 0 22px;}
	.boxy-cena {font-size:34px; padding:10px 10px 10px 32px;}
	.boxy-cena span.mini {font-size:12px;}
	.boxy-cena span.mini2 {font-size:18px;}
	span.bold {font-weight:bold;}
	
	p.boxy-content {;}
	center.boxy-content, .boxy-content center {background:#ff6c00 url('/jquery/boxy/images/boxy-footer.png') repeat-x; padding:0px;}
	center.boxy-content input, .boxy-content center input {background:url('/jquery/boxy/images/boxy-input-close.png') no-repeat; font-size:0px; width:70px; height:29px; border:0px;}
	
	/* Question Boxes */

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


