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

#backgroundPopup {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	background: #fff;
	z-index: 1;
}

#popupTeam{
	display: none;
	position: absolute;
	height: 600px;
	width: 424px;
	background: url(../IMG/background_box.jpg) repeat;
	border: 1px solid #656565;
	z-index: 2;
	font-size: 13px;
}

#popupTeamClose{
	background: url(../IMG/close_box.png) no-repeat;
	cursor: pointer;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	position: absolute;
	display: block;
}

#contentTeam {
	margin: 30px;
	width: 640px;
	background: transparent;
	height: 500px;
}

