/* normal player container */
div.player {
	height:243px;
	width:100%;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:5px;
	margin:0 auto;
	background-color:Black;
	background-position:center;
}
div.overlappingTag {
    position: relative;
    z-index: 2;
}
div.overlappedTag {
    position: relative;
    z-index: 1;
}
/* play button height */
div.player img {
	margin-top:100px;
	max-width:100%;
}	
/* info area */
div.player div.info {
	height:40px;
	background:#000 url(/Scripts/flowplayer/h80.png) repeat-x;
	opacity:0.9;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:5px 5px;
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:10px;
}

/* 2nd line inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

h1 {
font-family: Arial, serif ;
font-size : 12pt;
font-weight : bold;
text-align :center
}

.overlay {
	background:url(/Scripts/flowplayer/white.png) no-repeat;
	padding:40px;	
	width:576px;  
	display:none;
}
 
.close {
	background:url(/Scripts/flowplayer/close.png) no-repeat;
	position:absolute;
	top:2px;
	display:block;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
 
a.player { 		
	display:block;
	height:450px;			
}

button {
font: 11px Arial;
font-weight: bold;
overflow: visible;
text-decoration: none;
background-color: #fff;
color: #800080;
border-top: 0px solid #fff;
border-right: 0px solid #fff;
border-bottom: 0px solid #fff;
border-left: 1px solid #fff;
cursor: pointer;
cursor: hand;
}