
	.ui-video-background {
	position: fixed;
	left: 840px;
	}
	.ui-video-background-controls {
	margin: 0;
	padding: 0 10px;
	}
	.ui-video-background-controls li {
	float: left;
	padding: 10px;
	}
	li {
	list-style: none;
	}
	dt {
	float: left;
	width: 160px;
	}
	dd {
	margin: 0 0 10px 160px;
	}
	.doe {
	padding:10px 0px 15px 10px;
	margin-bottom:7px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom:1px dotted #000;
	}
	.doe_about {
	position:absolute;
	top:380px;
	left:65px;
	width:395px;
	padding:0px 10px 0px 0px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	div.bgplayerui {
	position: fixed;
	top:25px;
	left:8px;
	padding: 0px;
	padding-top:0px;
	width: 140px;
	z-index:10000000;
	}
	div.bgplayerui .play, div.bgplayerui .rewind {
	cursor: pointer;
	}
	div.bgplayerui div.volume {
	display: inline-block;
	height: 2px;
	overflow: hidden;
	padding:12px 0px 17px 0px;
	}
	div.bgplayerui div.volume div {
	float: left;
	width: 4px;
	height: 100%;
	line-height: 100%;
	margin-right: 0px;
	background: white;
	cursor: pointer;
	}
	div.bgplayerui div.volume div.on {
	background:#000000;
	}
	input[type=button] {
	-moz-transition: all 0.3s ease-in-out;
	background:#f6dca3;
	color:black;
	border:double;
	border-radius:0.5em;
	box-shadow:0 0.2em 0.5em black;
	}
	input[type=button]:focus {
	border-color: darkred;
	background:#f5ca6e;
	}
	