
.frame{
	margin: 0 auto;
    position: relative;
    width: 562px;
	height:322px!important;
	background-color:#00975F;
}

body{
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	background-color:#00975F;
}

#fullscreen{
    height: 14px;
    left: 492px;
    position: relative;
    top: 3px;
    width: 25px;
	cursor:pointer;
}

span{
	color:white;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
}

html {
	height: 100%;
}

video{
	position:absolute;
	bottom:32px;
	width:570px;
	z-index:50;
	background-color:#00975F;
}

#fullscreen img{
    width: 23px;
	height:16px;
}

#play ,#stop,#pause{
	background-color: transparent;
    border-color:  transparent;
    border-style: none none solid;
    margin: 10px;
    padding:0px;
	font-size:20px;
	width:21px;
	height:19px;
    position: absolute;
    text-align: center;    
	line-height: 1;
	font-weight: bold;
	font-size:15px;
    z-index: 50;	
	color: #99D5BF !important;
    cursor: pointer;
	outline:0px;
}

#play::-moz-focus-inner,#stop::-moz-focus-inner,#pause::-moz-focus-inner { border: 0; }

#play:hover,#stop:hover,#pause:hover{
	color:white !important;
}

#pause{
	bottom: -4px;
    font-size: 10px !important;
    left: 42px;
}

#stop{
	bottom: 0px;
	left: -1px;
	font-size: 20px !important;
}

#play{
	bottom: -4px;
    left: 24px;
}

.pause{
	
}

.seeker{
	width:562px;
	height:22px;
    border-color:  transparent;
    border-style: none none solid;
    border-width: 0 0 0px;
    left: 0px;
    padding: 5px 3px 5px 5px;
	font-size:20px;
    position: absolute;
    text-align: center;    
	line-height: 1;
	font-weight: bold;
    bottom: 0px;
    z-index: 20;	
	color: #FFFFFF !important;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius:3px;
	background-color: #004C30;
}

.boxseeker{
	 background-color: black;
    border-radius: 23px 23px 23px 23px;
    cursor: pointer;
    height: 9.7px;
    left: 81px;
    opacity: 0.5;
    position: absolute;
    top: 12px;
    width: 406.5px;
}

.loaded{
    background-color: rgb(0,0,0);
    border: medium none !important;
    cursor: pointer;
    height: 9.7px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 0;
	height: 9.7px;
	border-radius: 23px 23px 23px 23px;
}

.played{
	background-color:#99D5BF;
	width:0px;
	height: 9.4px;
    left: 81px;
	position:absolute;
	top:12px;
	cursor: pointer;
	border-radius: 23px 23px 23px 23px;
}
div.volume,div.volmax {
	cursor: pointer;
    left: 535px;
    position: absolute;
    top: 1px;
}

.time{
	bottom: 2px;
    left: 265px;
    position: relative;
    width: 20px;
	font-weight:normal;
	cursor:default;
}


.bubble:after {
    border-color: white transparent transparent;
    border-style: solid;
    border-width: 7px;
    content: " ";
    height: 0;
    left: 3px;
    position: absolute;
    top: 12px;
    width: 0;
}

.bubble {
    background-color: white;
    border: 1px solid #AAAAAA;
    height: 12px;
    left: -7px;
    opacity: 0.8;
    position: relative;
    top: -38px;
    width: 35px;
	cursor:default;
}

.currenttime{
	margin:0;
	color:#555;
	font-weight:normal;
}

.time .minutes,.time .seconds,.time .colon,.currenttime{
	font-family: StoneSansLT-Semibold;
	font-size:10px;
}

div.volume .vol{
	background-color: #99D5BF;
	margin-right:2px;
    width: 3px;	
	float:left;
	z-index:20;
}

.first{margin-top: 20px;height: 4px;}
.second{margin-top: 17px;height: 7px;}
.third{margin-top: 14px;height: 10px;}
.fourth{margin-top: 11px;height: 13px;}
.fifth{margin-top: 8px;height: 16px;}
