.marquee {
	color: #808080;
	margin-top: 14px;
	word-wrap: white-space;
	text-align: center;
	width: 250px;
	height: 60px;
}

.number {
	margin: 4px;
	width: 40px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #ABADB3;
	background-color: #ED5B2B;
	vertical-align: middle;
	height: 22px;
	padding:0px;
}

.label {
	font-weight: bold;
	margin: 2px;
	font-size: 14px;
}

.titleimage {
	margin: 5px;
	width: 185px;
	height: 140px;

}

.title {
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	color: #293F18;
	margin-left: 2px;
	margin-right: 24px;
	margin-top: 20px;
}

.title2 {
	font-size: 12px;
	color: #293F18;
	margin-left: 2px;
	margin-top: 40px;
}

.panelrow {
	margin: 0 auto;
	width: 520px;
	border: 1px solid #293F18;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 3px 3px 3px #808080;
	-webkit-box-shadow: 3px 3px 3px #808080;
	box-shadow: 3px 3px 3px #808080;
	background-color: #B7FF66;
}

body {
	text-align: center;
	height: 100%;
	background-color: #333;
}

.rounded {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 3px 3px 3px #808080;
	-webkit-box-shadow: 3px 3px 3px #808080;
	box-shadow: 3px 3px 3px #808080;
}

.rounded_flat {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


.button {
	font-weight: bold;
	font-size: 12px;
}

.start {
	position: relative;
	width: 128px;
	height: 128px;
	padding: 0px;
}

.startAction {
	display: none;
	width: 100%;

	position: relative;

}


.startActionButton {
	border: 1px solid #000000;
	position: absolute;
	padding:5px;
	cursor:pointer;
	background-color: #e3e3e3;

}

.startActionButton:hover {
	background-color: #B7FF66;
}

.startActionButton a {
	font-weight:bold;
	color:#000000;

}

.imgEnd {
	opacity: 0;
	display: none;
}

.imgStart {
	cursor: pointer;
	opacity: 1;
}

.imgLoading {
	display: none;
	position: absolute;
	margin-top: -13.5px;
	margin-left: -112px;
	top: 50%;
	left: 50%;
	opacity: 0;
}

.labelStart {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	margin-top: -64px;
	margin-left: -64px;
	top: 50%;
	left: 50%;
	width: 128px;
	height: 128px;
	cursor: pointer;
	z-index:99;
}

.labelStart:hover {
	color: #FFF549;
}

.footer {
	z-index: -1;
	font-size: 14px;
	width: 100%;
	background-color: #B7FF66;
	height: 50px;
	padding-top: 10px;
}

.content {
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 50px;
}