#qb_overlay {
    position: absolute;
    z-index:100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    min-height:100%;
/*    background-color:#000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
*/
}
#qb_box {
    position: absolute;
    left: 20%;
    top: 30%;
	width: 60%;
	height: 400px;
    background: #ffffff;
    z-index: 102;
    border: 4px solid #aa0000;
    text-align:left;
/*  filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; */
}
#qb_boxbar {
	width: 100%;
	background: #aa0000;
	color: white;
	height: 1.5em;
	text-align: right;
}
#qb_boxbar a {
	color: white;
	text-decoration: none;
}
	
#qb_boxinner {
	width: 100%;
	height: 94%;
    overflow: auto;
}
#qb_boxcontent {
	padding: 1em;
}
#qb_spinner {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	top: 50%;
	left: 40%;
	right: 40%;
}
