/* CSS Document */
	.popup_bg{
		position: fixed;
		top:0;
		left:0;
		background-color: rgba(0,0,0,0.7);
		width:100%;
		height:100%;
		display:none;
		
	}
	
	.popup_main_div{
		position: fixed;
		width:450px;
		/*height:290px;*/
		border:2px solid black;
		border-radius: 5px;
		background-color: white;
		left:50%;       
		margin-left:-200px;
		top:50%;
		margin-top:-280px;
		
	}
		.popup_main_div2{
		position: fixed;
		width:650px;
		/*height:250px;*/
		border:2px solid black;
		border-radius: 5px;
		background-color: white;
		left:50%;       
		/*margin-left:-265px;*/
		margin-left:-310px;
		top:45%;
		margin-top:-250px;
	}
	
	 .popup_main_div3{
		position: fixed;
		width:700px;
		/*height:250px;*/
		border:2px solid black;
		border-radius: 5px;
		background-color: white;
		left:45%;       
		margin-left:-265px;
		top:45%;
		margin-top:-250px;
	}
	
	 .popup_main_div4{
		position: fixed;
		width:500px;
		/*height:250px;*/
		border:2px solid black;
		border-radius: 5px;
		background-color: white;
		left:50%;       
		margin-left:-265px;
		top:45%;
		margin-top:-250px;
		
		 height: 90%;
        overflow-y: auto;
		
	}
	
	 .popup_main_div_confirm{
		position: fixed;
		width:700px;
		/*height:250px;*/
		border:2px solid black;
		border-radius: 5px;
		background-color: white;
		left:45%;       
		margin-left:-265px;
		top:45%;
		margin-top:-250px;
		
	    height: 95%;
        overflow-y: auto;
	}
	
	.close_popup_div{
		position: absolute;
		width:25px;
		height:25px;
		border-radius:25px;
		/*border:2px solid black;*/
		text-aligh:center;
		right:5px;
		top: 5px;
		cursor: pointer;
	
	}
	
	.close_popup_div p{
		margin-top: 5px;
		font-family: sans-serif;
		font-weight: blod;
		
	}	
	
	.javascript_magic{
	   text-align: center;
	   font-family: sans-serif;
	   font-size: 18px;
	   background-color: lightyellow;
	   /*background-color: "#F2F3F4";*/
	   padding-top: 10px;
	   padding-bottom: 10px;
	   margin-top:0;
	   border-bottom: 2px solid black;		 	
	}
	
	.javascript_desc{
		font-family:sans-serif;
		text-align:center;
		margin-top:50px;
				
	}
	

	
	.javascript_desc2{
		font-family:sans-serif;
		text-align:center;
		margin-top:20px;
				
	}
	
		.javascript_desc4{
		font-family:sans-serif;
		text-align:center;
		margin-top:20px;
				
	}
	.button{
		 position:absolute;
		 top:85px;
		 left:25px;
	}
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
