/* CSS Document */

	/* full */
	
	#ar_full {
	
		height: 100%;
		width: 100%;
		background-color: #000000;
		position: fixed;
		left: 0px;
		top: 0px;
		
		opacity: 0.40;
		filter:alpha(opacity=40);
	
	}
	
	/* msgbox */
	
	#ar_msgbox {
	
		position: fixed;
		
		padding: 10px;
		
		position: relative;
		margin: 0px auto;
		top: 35%;
		
		width: 250px;
		
		background-color:#F2F2F2;
		border: 1px solid #333333;
		
		text-align: center;
	
	}
	
	#ar_msgbox_msg {
		
		text-align: left;
	
		color: #333333;
		
		margin-bottom: 14px;
	
	}
	
	#ar_msgbox_ok {
	
		width: 120px;
	
	}
	
	/* central class */
	
	#ar_cent {
	
		left: 0;
		top: 0;
		
		width: 100%;
		height: 100%;
		
		position: fixed;
	
	}