#dailyfullscreen {
	background: none repeat scroll 0 0 rgba(0,0,0,0);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffffff', EndColorStr='#ffffffff');
	bottom: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 900;
	color:#FFFFFF;
}
#dailyposition {
	margin:auto;
}
.copyrightyannt{ 
	background: -moz-linear-gradient(#3A3A3A, #000000 9px, #000000 16px, #3A3A3A);
	background: -webkit-linear-gradient(#3A3A3A, #000000 9px, #000000 16px, #3A3A3A);
	background: -ms-linear-gradient(#3A3A3A, #000000 9px, #000000 16px,#3A3A3A);
	background: -o-linear-gradient(#3A3A3A, #000000 9px, #000000 16px,#3A3A3A);
	background: -linear-gradient(#3A3A3A, #000000 9px, #000000 16px,#3A3A3A);
	height:20px;
	padding:3px;
}
.copyrightyannt a {
	float:right;
	text-shadow:1px 1px #333, -1px -1px #444;
	font-style:italic;
	font-weight:bolder;
	font-size:9px;
	color:#888888;
	margin-top:1px;
}
.posdailybut{
	width:100%;
	height:50px;
}
.posdailybut input{
	right:50%;
	position:absolute;
}
.dailybutton{
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:7px !important;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.dailybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background-color:#dfdfdf;
}
.dailybutton:active {
	position:relative;
	top:1px;
}
#dailytimer {
	margin:auto;
	position:relative;
	width:190px;
}