@charset "utf-8";
/* CSS Document */

.search-text {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
}
        
#clock {
	position: relative;
	width: 400px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	list-style: none;
	padding: 0;
	margin: 0;
}

#clock-wrap {
	width: 400px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-top: -60px;
	margin-left: -141px;
}


/* Main page no animation, but keep animations as options only, and add optimisation for other browsers */




#sec, #min, #hour {}

#sec {
	background-image: none;
	z-index: 3;
}
   
#min {
	background-image: none;
	z-index: 2;
}
   
#hour {
	background-image: none;
	z-index: 1;
}