body {
	background-color: #f2f2f2;
}
#clock {
	width: 338px;
	height: 64px;
	background-color: #fff;
	border: solid 1px #3fbeb1;
	font-family: 'Lato', sans-serif;
	text-align: center;
	color: #3fbeb1;
	font-size: 45px;
	margin: 0 auto 10px auto;
	padding: 8px 6px 0 0px;
}
.clock {
	margin-top: 10px;
}
.fancyFont {
	font-family: Lobster;
	font-size: 41px;
	color: #3fbeb1;
	text-align: center;
	margin-top: 20px;
}
.container {
	width: 500px;
	height: 485px;
	margin: 80px auto;
	background-color: #fff;
	border: solid 1px #DAD5D5;
	position: relative;
}
.bg {
	width: 416px;
	height: 321px;
	background-image: url('../images/bg.jpg');
	padding-top: 28px;
	z-index: 6;
	position: absolute;
	left: 40px;
	top: 93px;
}
.submitBtn {
	width: 344px;
	height: 42px;
	background: -webkit-linear-gradient(#2e8c82, #26736b);
	background: -o-linear-gradient(#2e8c82, #26736b);
	background: -moz-linear-gradient(#2e8c82, #26736b);
	background: linear-gradient(#2e8c82, #26736b);
	position: absolute;
	border: solid 1px #4adece;
	cursor: pointer;
	font-size: 30px;
	font-family: Quicksand;
	color: #fff;
	font-weight: 400;
	top: 221px;
	z-index: -1;
	left: 33px;
}
.submitBtn img {
	float: right;
	margin: 9px 8px 0 0;
}
.bg p {
	font-family: Quicksand;
	font-size: 16px;
	color: #20615a;
	text-transform: uppercase;
	font-weight: 700;
}

.left {
	float: left;
	margin-left: 33px
}
.middle {
	float: left;
	margin-left: 26px;
}
.right {
	float: left;
	margin-left: 26px;
}
.right p {
	text-align: right;
}
.middle p {
	text-align: center;
}
#displayAlarm {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: Quicksand;
	color: #fff;
	z-index: -1;
	position: absolute;
	top: 292px;
	margin-left: 37px;
}
.hours {
	width: 97px;
	height: 38px;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0px;
	left: 0px;
	background-color: #000;
	z-index: 9991;
	display: none;
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.lightBox {
	width: 148px;
	height: 157px;
	display: none;
	background-color: #fff;
	z-index: 9992;
	position: fixed;
	border: solid 1px #ccc;
	top: 36%;
	left: 50%;
	margin: 0 0 0 -82px;
}
.closeIcon {
	float: right;
	margin: 5px 5px 0 0;
	cursor: pointer;
}
.snoozeBtn {
	margin: -2px 0 0 36px;
	cursor: pointer;
}
.gifIcon {
	width: 94px;
	height: auto;
	margin: 15px 0 0 23px;
}
.clear{
	clear: both;
}
.alarm p{
	text-align: center;
	font-family: Quicksand;
	font-size: 13px;
	color: #999;
	font-weight: 700;
}
