﻿.VideoControlBackGround
{
	background: -moz-linear-gradient(#EDEDED, #EDEDED) repeat scroll 0 0 transparent;
    background: linear-gradient(#EDEDED, #EDEDED) repeat scroll 0 0 transparent;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	width:240px;
	height: 195px;
	background:#EDEDED;
    padding: 5px 5px 5px 5px;
	line-height:14px; 
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: Black;
	text-decoration: none;
	font-weight: normal;
	z-index:1;
}

.VideoControlPadding
{
	width: 260px;
	height: 215px;
	background:White;
	position: relative; 
	float:right;
	padding: 10px 10px 10px 10px;
}




