/***********
** HTML 5 Player Styles
** Created By: Kyle Kazmier
** Date Created: 8/26/2011
** Date Updated: 8/26/2011
**
** --------- NOTE: On any styles below do not edit any style above the ===== line on a per-item basis
***********/

body{
	margin: 0px;
	padding: 0px;
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
	background: #000000;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #CCC;
}

h3{
	margin: 0px 0px 0px 0px;
	text-align: center;
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
}

h5{
	margin: 5px 0px;
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
}

ul{
	padding: 0px;
	margin: 0px;
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
}

.small li{
	float: left;
	display: inline;
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
	width: 45%;
	text-align: center;
	margin: 3px;
}

.small li:last-child{
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
	width: 90%;
}

ul.large{
	float: left;
	display: inline;
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
	margin:0 auto;
}

.large li{
	float: left;
	display: inline;
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
	margin: 0px 5px;
}

li a{
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
	text-decoration: none;
	color: #000000;
}

.embedcode{
	width: 90%;
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
}

.CLASSshareButton{
	text-align: center;
	cursor: pointer;
	line-height: 38px;
	position: relative;
	z-index: 10;
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1));
	
}

.CLASSshare{
	position: absolute;
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1));
}

.CLASSshare_content{
	padding: 10px 20px;
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
}

body .notSupported{
	text-align: center;
	/*=====DO NOT EDIT ABOVE THIS LINE=====*/
	text-transform: uppercase;
	text-shadow: none;
	color: #ffffff;
}