

#datepicker
{
	border:solid 2px black;
	position:absolute;
	background-color:black;
	visibility:hidden;
	top:249px;
	left:528px;
	z-index:99;
}

#pad
{
	position:fixed;
	bottom:0px;
	left:0px;
	text-align:center;
	background-color:black;
	z-index:99;
	display:none;
	width:100%;
}

#datepicker2
{
	background-image:url("/__img/spinthewheel/wheels.jpg");;
	width:460px;
	height:225px;
	padding:21px;
	margin-left:auto;
	margin-right:auto;
}

.spinners_vertical div
{
	color:#555555;
	font-size:19px;
	font-family:arial;
	text-align:center;
	font-weight:bold; 
	width:75px;
	
}

.spinners_vertical2 div
{
	color:#333333;
	font-size:19px;
	font-family:arial;
	text-align:center;
	font-weight:bold; 
	width:75px;
	
}


.spinners_horizontal div
{
	color:#444444;
	font-size:19px;
	font-family:arial;
	font-weight:bold; 
}

.spinners_vertical
{
	float:left;
}

.spinners_vertical2
{
	float:left;
}

#spinners_year 
{
	border-style:solid;
	border-width:1px;
	width:75px;
	height:225px; 
	background-image:url('/__img/spinthewheel/overlay_vertical_thin.png');
}

#spinners2_year 
{
	width:75px;
	height:225px; 
}

#spinners_year div
{
	width:75px;
}

#spinners2_year div
{
	width:75px;
}

#spinners_month
{
	width:125px;
	height:225px; 
	background-image:url('/__img/spinthewheel/overlay_vertical.png');
}

#spinners2_month
{

	width:125px;
	height:225px; 
}

#spinners_month div
{
	width:125px;
}

#spinners2_month div
{
	width:125px;
}

#spinners_day 
{
	border-style:solid;
	border-width:1px;
	width:75px;
	height:225px; 
	background-image:url('/__img/spinthewheel/overlay_vertical_thin.png');
}

#spinners2_day 
{
	width:75px;
	height:225px; 
}2

#spinners_day div
{
	width:75px;
}

#spinners2_day div
{
	width:75px;
}


#spinners_minutes 
{;
	border-style:solid;
	border-width:1px;
	width:75px;
	height:227px; 
	background-image:url('/__img/spinthewheel/overlay_vertical_thin.png');
}

#spinners2_minutes div
{
	width:75px;
}


#spinners2_minutes 
{;
	width:75px;
	height:227px; 
}

#spinners2_hours div
{
	width:75px;
}

#spinners_hours
{
	margin-left:20px;
	width:75px;
	height:227px; 
	background-image:url('/__img/spinthewheel/overlay_vertical_thin.png');
}

#spinners2_hours
{
margin-left:30px;
	width:75px;
	height:227px; 
}

#spinners_letterSelect
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#444444;
	width:454px;
	height:25px; 
	background-image:url('/__img/spinthewheel/overlay.png');
}

#function-list
{
	background-color:white;
	border:solid 2px grey;
	border-top-style:none;
	width:455px;
	height:200px;
	overflow:scroll;
	
}
#function-list div
{
	font-size:12px;
	color:#222222;
}

#year
{
	text-align:right;
	color:#cccccc;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	font-family:helvetica, arial;
	font-size:23px;
	margin-left:30px;
	width:70px;
	height:24px;
}
