
#mtSound {
	height: 0;
	width: 0;
}

#mtBody {
	overflow: hidden;
	height: 500px;
	background: url('../images/lotus.png') no-repeat center right;
	background-size: contain;
}

#mtBodyInner {
	position: relative;
	font-family: sans-serif;
}

#mtTimerPanel {
	position: absolute;
	top: 0;
	left: 0;
	height: 510px;
	width: 670px;
}

#mtOverallTime {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 266px;
	width: 580px;
	line-height: 266px;
	font-size: 222px;
	font-weight: bold;
	color: #2b2b2b;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

#mtIntervalTime {
	position: absolute;
	top: 266px;
	left: 0;
	display: block;
	height: 70px;
	width: 580px;
	line-height: 70px;
	font-size: 48px;
	font-weight: bold;
	color: #2b2b2b;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

#mtSettings {
	position: absolute;
	top: 300px;
	left: 10%;
	height: 62px;
	list-style: none;
}

#mtSettings li {
	float: left;
	width: 178px;
	margin-right: 16px;
	cursor: pointer;
	background-color: #fff;
	border: solid 1px #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 1px 2px #DDD;
	-webkit-box-shadow: 0 1px 2px #DDD;
	-moz-box-shadow: 0 1px 2px #DDD;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}

#mtSettings li.last {
	margin-right: 0;
	display: none;
}

#mtSettings li.active {
	color: #fff;
	background-color: #a58e32;
	border-color: #a58e32;
	box-shadow: 0 1px 0 #a58e32;
	-webkit-box-shadow: 0 1px 0 #a58e32;
	-moz-box-shadow: 0 1px 0 #a58e32;
	text-shadow: 0 1px 0 #a58e32;
}

#mtSettings li span{
	font-weight: normal;
}


.mtControlButton, .mtControlButton:focus {
	position: absolute;
	top: 400px;
	height: 48px;
	width: 200px;
	line-height: 48px;
	background-color: #fff;
	border: 1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 1px 2px #DDD;
	-webkit-box-shadow: 0 1px 2px #DDD;
	-moz-box-shadow: 0 1px 2px #DDD;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}

.mtControlButton:hover {
	color: #000;
	border: 1px solid #DDD;
}

#mtStartButton {
	left: 190px;
	color: #a58e32;
}

#mtStopButton {
	left: 120px;
	width: 160px;
}

#mtPauseButton {
	left: 300px;
	width: 160px;
}

.mtSettingArrow {
	position: absolute;
	display: block;
	z-index: 1;
	height: 33px;
	width: 40px;
}

#mtSettingTimeMinutesArrowUp {
	top: 0;
	left: 116px;
	background: url('../images/changearrowup.png') 0 0 no-repeat;
}

#mtSettingTimeMinutesArrowDown {
	top: 225px;
	left: 116px;
	background: url('../images/changearrowdown.png') 0 0 no-repeat;
}

#mtSettingTimeSecondsArrowUp {
	top: 0;
	left: 425px;
	background: url('../images/changearrowup.png') 0 0 no-repeat;
}

#mtSettingTimeSecondsArrowDown {
	top: 225px;
	left: 425px;
	background: url('../images/changearrowdown.png') 0 0 no-repeat;
}