/* text box  starts here */
	

/* text box  end here */


/* input buttons  starts here */


/*---popup styles starts here ----- */


	.popupGrayBg {
		position:fixed; 
		width:100%; 
		height:100%; 
		background:black; 
		z-index:1001; 
		left:0; 
		top:0; 
		opacity:.5;
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		}
	.QTPopupCntnr {
		width:697px; 
		position:absolute; 
		z-index:1200; 
		background:gray;
        margin: 0;		
		top:50%;
        left:50%;		
		transform: translate(-50%, -50%);                
		
		}
	
		
	.gpBdrRight .closeBtn:hover {
		background:url(../images/grn_pp_cls_btn_over.png) no-repeat;
		}

	
/*---popup styles ends here ----- */