@charset "utf-8";
/* CSS Document */
body {
	background:url(images/background.png);
	margin:0px;
}
.close {
	background: #333;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -22px;
	text-align: center;
	top: -28px;
	width: 24px;
	padding:3px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	z-index:0;
}
.close:hover {
	background: #fc0;
}
Dialogbox a {
	text-decoration:none;
	color:#fc0;
	font-weight:bold;
}
.Dialogbox {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity:1;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;

}
.Dialogbox:target {
	opacity:1;
	pointer-events: auto;
}
/*Create Playlist Popup CSS strats here*/
.popupbavideo {
	width: 569px;height:320px;
	position: relative;
	margin: 10% auto;
	/*padding: 0px 0px 13px 0px;
	border-radius: 10px;*/
	background-color: #fff;
	border:solid 4px #FC0;
	background: #fff;
	text-align:left;
}
.psp-toparea {
	width:320px;
	background-color:#d0d0d0;
	color:#ff6000;
	padding:5px 15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.pbav-centerarea {
	width:320px;
	min-height:100px;
	color:#666;
	width:100%;
	height:100%;
	font-size:15px;
}
.pbav-centerarea embed{
	width:100%;
	height:100%;
	color:#666;
	min-height:100px;
	font-size:15px;
	position:absolute;
}
.taaziFbPlayer {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
