/* CSS Document */

	/* full */
	
	#ar_full {
	
		height: 100%;
		width: 100%;
		background-color: #FFF7E6;
		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;
	
	}
	
	/* picBox */
	
	#ar_picbox {
	
		position: fixed;
		
		padding: 10px;
		
		position: relative;
		margin: 0px auto;
		top: 5%;
		
		width: 740px;
		
		background-color:#000000;
		border: 1px solid #333333;
		
		text-align: center;
		color: #CCCCCC;
	
	}
	
	/* central class */
	
	#ar_cent {
	
		left: 0;
		top: 0;
		
		width: 100%;
		height: 100%;
		
		position: fixed;
	
	}
	
	/* Special Styles */
	
	.ar_alpha_link {
		opacity: 0.40;
		filter:alpha(opacity=40);
		cursor: pointer;
	}
	
	*.ar_alpha_link:hover {
		opacity: 1;
		filter:alpha(opacity=100);
		cursor: pointer;
	}