@charset "utf-8";
/* CSS Document */

#cpopUp{
	width: 100%;
	height: 1px;
	position: relative;
}

#apopUp{
	position: absolute;
	width: 100%;
	height: auto;
	top: 180px;
	left: 0px;
}

#popUp{
	width: auto;
	height: auto;
	margin: 0px auto;
	text-align: center;
}


#popUp img{
	border: 8px solid #FFFFFF;
}