html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

body {
  font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
  color: #404040;
  width:810px;
  height:670px;
  margin:auto;
  background: #2a2a2a url("../images/bg.jpg") no-repeat center;
}

.progress {
  margin: 0 auto;
  width: 400px;
}

.progress {
  margin: 0 auto;
  width: 790px;
  padding: 4px;
  float:left;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
  position: relative;
  height: 16px;
  border-radius: 4px;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}
.progress-bar:before, .progress-bar:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.progress-bar:before {
  bottom: 0;
  background: url("../images/stripes.png") 0 0 repeat;
  border-radius: 4px 4px 0 0;
}
.progress-bar:after {
  z-index: 2;
  bottom: 45%;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
}
section {
	width: 100%;
}
h1 {
	color: #ff4400;
	font-size: 35px;
	padding:20px 15px;
}
h3 {
	color: #aaa;
	font-size: 22px;
}
span {
	color: #f4e93b;
	font-size: 16px;
}
strong {
	color: #f4e93b;
}
a {
	text-decoration: none;
}
header {
	text-align: center;
	padding: 5px;
}
section {
	width: 800px;
	margin: auto;
}
footer {
	text-align: center;
	padding-top: 12px;
	width: 800px;
	margin:auto;
}
.info {
	color: #fff;
}
.timecounter {
	color: #fff;
	float: left;
	margin-left: 5px;
}
.piccell {
	display: block;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
.picbox {
	width: 800px;
	clear: both;
}
.progressbox {
	width: 800px;
	margin:5px 0px;
	float: left;
}
.floatmask {
	position: absolute;
	z-index: 100;
}
.showborder {
	border: red solid 1px;
}
.btnbar {
	text-align: center;
	width: auto;
}

.button {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #ccc;
	width: 22%;
	border: #111 solid 2px;
	border-radius: 4px;
	background-color:#333;
	display: block;
	text-align: center;
	float:left;
	margin:10px;
}

.play-button {
	line-height:2.7em;
	color:#ff4400;
	font-size:36px;
	border: #111 solid 2px;
	border-radius: 4px;
	background-color:#333;
	opacity:0.85;
	display: block;
	text-align:center;
	cursor:pointer;	
}
.play-button:hover{
	color:#ccc;
}
.link-button{
	width:49%;
	line-height:2.7em;
	color:#ff4400;
	font-size:16px;
	border: #111 solid 2px;
	border-radius: 4px;
	background-color:#333;
	display: block;
}
.link-left{
	float:left;
}
.link-right{
	float:right;
}
