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

.klok{
	background-image: url(../images/klok.png);
	height: 316px;
	width: 366px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
#day
{
	position:relative;
	top: 154px;
	left: 46px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
	width: 75px;
	border: 1px solid #000000;
	font-size: 12px;
}
#month
{
	position:relative;
	top: 154px;
	left: 167px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
	width: 75px;
	border: 1px solid #000000;
	font-size: 12px;
}
#year
{
	position:relative;
	top: 229px;
	left: -11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
	width: 75px;
	border: 1px solid #000000;
	font-size: 12px;
}
#txtHint
{
	width: 366px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}
