@CHARSET "ISO-8859-1";

#container{

	position	: relative;
	margin		: 0 auto;
	width		: 980px;
	text-align	: left;
	z-index		: 99;
	height		: 1px;

}

#popup{

	position	: relative; 
	z-index 	: 2;
	
	top			: 40px;
	
	width		: 700px; 
	height		: 510px; 
	
	background	: url('../../images/structure/bg_popup.png') no-repeat; 
	
}

#form{

	position	: absolute; 
	z-index 	: 3;
	
	top			: 100px;
	left		: 29px;
	
	width		: 609px; 
	height		: 298px; 
	
}

#close{

	position	: absolute; 
	z-index 	: 3;
	
	top			: 50px;
	left		: 620px;
	
	width		: 26px; 
	height		: 63px; 
	
	cursor		: pointer;
	
}

#red_arrow{

	position	: absolute; 
	z-index 	: 3;
	
	top			: 438px;
	left		: 430px;
	
	width		: 200px; 
	height		: 74px;
	
	cursor		: pointer;	
	
}
