@charset "utf-8";
/* CSS Document */

body
{
	font-family:calibri;
	border:0;
	padding:0;
	margin:0;
}


#screen{
	position:relative;
	top:1.5em;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:600px;
	z-index:1;
}

#clockbox{
	position:absolute;
	color:#fff;
	font-size:24px;
	height:4em;
	width:8em;
	top:.8em;
	left:29.8em;
}

/*buttons*/

.back_btn{
	position:absolute;
	background-color:rgba(0, 0, 0, 0);
	height:3.8em;
	width:10.5em;
	top:32.45em;
	left:2.2em;
	z-index:1;
}

.apply_btn{
	position:absolute;
	background-color:rgba(0, 0, 0, 0);
	height:3.8em;
	width:10.5em;
	top:32.45em;
	left:24.8em;
	z-index:1;
}

#up_btn{
	position:absolute;
	padding:0;
	border:0;
	background-color:#2880C8;
	height:60px;
	width:60px;
	box-shadow:inset .5px .5px 2px 3px #1C5B8F;
	border:solid 1px #000;
	font-size:40px;
	text-align:center;
}

#up{
	position:absolute;
	top:26.5em;
	left:31.5em;
	padding:0;
	border:0;
	background:none;
}

#down_btn{
	position:absolute;
	padding:0;
	border:0;
	background-color:#2880C8;
	height:60px;
	width:60px;
	box-shadow:inset .5px .5px 2px 3px #1C5B8F;
	border:solid 1px #000;
	font-size:40px;
	text-align:center;
}

#down{
	position:absolute;
	top:26.5em;
	left:15.4em;
	padding:0;
	border:0;
	background:none;
}

#up2_btn{
	position:absolute;
	padding:0;
	border:0;
	background-color:#2880C8;
	height:60px;
	width:60px;
	box-shadow:inset .5px .5px 2px 3px #1C5B8F;
	border:solid 1px #000;
	font-size:30px;
	text-align:center;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

#up2{
	position:absolute;
	top:26.5em;
	left:35.5em;
	padding:0;
	border:0;
	background:none;
}

#down2_btn{
	position:absolute;
	padding:0;
	border:0;
	background-color:#2880C8;
	height:60px;
	width:60px;
	box-shadow:inset .5px .5px 2px 3px #1C5B8F;
	border:solid 1px #000;
	font-size:40px;
	text-align:center;

	

	
}

#down2{
	position:absolute;
	top:26.5em;
	left:11.4em;
	padding:0;
	border:0;
	background:none;
}

/*text*/

.text_field_1{
		position:absolute;
	height:1em;
	width:10em;
	top:3.3em;
	left:1.5em;
	font-size:30px;
	z-index:1;
	color:#000;
	background-color:rgba(0,0,0,0);
	text-align:left;
}

.text_field_2{
		position:absolute;
	height:1em;
	width:10em;
	top:9em;
	left:2.5em;
	font-size:22px;
	z-index:1;
	color:#000;
	background-color:rgba(0,0,0,0);
	text-align:left;
}

.text_field_3{
		position:absolute;
	height:1em;
	width:10em;
	top:11em;
	left:2.5em;
	font-size:22px;
	z-index:1;
	color:#000;
	background-color:rgba(0,0,0,0);
	text-align:left;
}

.text_field_4{
		position:absolute;
	height:1em;
	width:15em;
	top:6em;
	left:20em;
	font-size:22px;
	z-index:1;
	color:#000;
	background-color:rgba(0,0,0,0);
	text-align:left;
}

.text_field_5{
		position:absolute;
	height:1em;
	width:6.7em;
	top:18.2em;
	left:13.5em;
	font-size:24px;
	z-index:1;
	color:#000;
	background-color:rgba(0,0,0,0);
	text-align:center;
}

.text_field_6{
		position:absolute;
	height:1em;
	width:6.7em;
	top:5em;
	left:16em;
	font-size:18px;
	z-index:1;
	color:#000;
	background-color:rgba(0,0,0,0);
	text-align:center;
	color:#fff;
	font-style:italic;
}