

#pop_filter_profile
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1000px;
	background-color: white;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#pop_box_new_profile
{
	position: absolute;
	/*top: 40%;
	left: 32%;*/
	width:585px;
	margin:auto;
	height:auto;
	z-index:101;
	overflow: none;
}
