    #qbox_cont { 
	    position: absolute; 
	    z-index: 400; 
	    width: 100%; 
	    height: 100%;
	    display: none; 
	    left: 0px; 
	    top: 0px; 
	    background: #000; 
	    filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60; }
    
    #qbox_struct { 
        position: absolute; 
        z-index: 50000; 
        width: 600px; 
        height: 485px; 
        padding: 20px; 
        background: #373D1C; 
        display: none; 
        top: 0px; 
        left: 0px;}
	
	#qbox_struct .close { 
	    position: absolute; 
	    right: 0px; 
	    top: 0px }
	
	
