﻿body {
}
#backgroundPopup {
	background:#000;
	width:100%;
	height:100%;
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:1;
	margin:0px;
}
#popupContainer {
	width:200px;
	height:200px;
	position:absolute;
	color:#000;
	background:#00CCFF;
	z-index:10;
	display:none;
}
#popupContainer a {
	position:absolute;
	right:10px;
	top:10px;
	text-decoration:none;
	color:#FF0000;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}
#flvContainer{
	width:268px;
	height:250px;
	position:fixed;
	color:#000;
	background:#000;
	z-index:10;
	display:none;
	border:red solid 1px;
}
#flvContainer a
{
    position:absolute;
    right:0;
    top:0;
    width:20px;
    height:20px;
    background:#000;
    color:#fff;
    font-weight:bold;
    text-align:center;
    font-size:1.2em;
}