/* @override http://vitawell.skyfly.com.tw/_www/overlay_panel.css */

#tv{
	background: url(images/tv.jpg);
	width: 240px;
	height: 180px;
	position: absolute;
	cursor: pointer;
	z-index: 6;
}

#mask{
	display: none;
	background: #fff;
	position: absolute;
	z-index: 10;
}

#overlay_panel{
	display: none;
	width: 560px;
	height: 420px;
	position: absolute;
	top: 160px;
	left: 220px;
	z-index: 20;
}

#overlay_panel_content{
	width: 560px;
	height: 420px;
}

#overlay_panel_close_button{
	width: 30px;
	height: 30px;
	background: url(images/close_button.png);
	position: absolute;
	top: -15px;
	left: -15px;
	cursor: pointer;
	outline: none;
	behavior: url(iepngfix.htc);
	background-image: expression('none')!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/close_button.png', sizingMethod='crop');
}

#overlay_panel_close_button a{
	width: 30px;
	height: 30px;
	display: block;
}

