/* CSS Document */
.bgfadediv{
	 display: none;
	 position:absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 padding: 0px;
	 background-color: #000;
	 z-index:1001;
	 opacity:0.35;
	 -moz-opacity: 0.35; 
	 filter: alpha(opacity=55);
   }

 .frdispdiv{
	 display: none;
	 position: absolute;
	 margin: 0px; 
	 width: 90%;
	 padding: 0px;
	 border: 5px solid #0B4E98;
	 background-color: white;
	 z-index:1002;
	}
	

