#modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
#modal .bg {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
}
#modal .content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -355.5px;
	width: 711px;
	height: 400px;
}
#modal .close {
	position: absolute;
	top: 0;
	left: 100%;
	width: 36px;
	height: 36px;
}
#modal .close a {
	display: block;
	width: 36px;
	height: 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("./video/images/btn_video_close.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#modal .close a:link,
#modal .close a:visited {
	background-position: 0px 0px;
	cursor: pointer;
}

#modal .close a:hover,
#modal .close a:active {
	background-position: 0px -36px;
}
