#qas-interaction-dialog {
	font-size:11px;
	left:18%;
	top:20%;
	border:1px solid #999;
	padding:18px 20px;
	width: 800px;
	height: 370px;
	position: absolute;
	z-index:100;
	font-weight: bold;
	background-color: white;
	overflow: auto;
}

#qas-cover {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:99;
	width: 100%;
	height: 100%;
	background: #333333;
	filter:alpha(Opacity=75);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5
}

.qas-modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}
body.loading .qas-modal {
    display: block;
}
body.loading {
    overflow: hidden;   
}

.proweb_details {
	position: relative;
	float: right;
	left: 0;
	top: 10px;
	width:180px;
	border: 1px solid;
	padding:10px 5px;
	border-color: #AAAAB8 #AAAAB8 #AAAAB8 #AAAAB8;
	background-color:white;
	overflow-x:hidden;
}


#gcb-help-dialog {
	font-size:11px;
	left:18%;
	top:20%;
	border:1px solid #999;
	padding:18px 20px;
	width: 350px;
	height: 180px;
	position: absolute;
	z-index:100;
	font-weight: bold;
	background-color: white;
	overflow: auto;
}

#gcb-help-cover {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:99;
	width: 100%;
	height: 100%;
	background: #333333;
	filter:alpha(Opacity=75);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5
}

.gcb-help-modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

.gcb-help-close {
	position: relative;
	float: right;
	left: 0;
	top: 2px;
	width:10px;
	padding:10px 5px;
	background-color:white;
	overflow-x:hidden;
}

