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

body {
	background-color: #493f5d;
	text-align: center;
	background-repeat: repeat;
	background-position: 0px 0px;
	background-image: url(../images/demobg.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #e5acfa;
}
a:link, a:visited{
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a:hover{
	font-weight: bold;
	color: #E85700;
	text-decoration: none;
}
.button input {
	font-family: Tahoma, Arial, Helvetica;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
form#playForm {
	padding:6px;
	position:relative;
	text-align: center;
}

div#firstname_div,
div#lastname_div,
div#birth_year_div,
div#email_div {
	position:relative;
	margin-right:3px;
	margin-left:5px;
	text-align: left;
	font-weight: bold;
	color: #e5acfa;
}

div#mailinglist_div  {
	position:relative;
	margin-left:5px;
	text-align: left;
	font-weight: bold;
	color: #e5acfa;
}
input#firstname,
input#lastname,
input#birthyear,
input#email {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 23px;
	font-weight: bold;
	color: #e5acfa;
	height: 42px;
	width: 243px;
	border: 4px solid #5d1b8c;
	background-color: #000000;
	text-align: left;
	vertical-align: bottom;
	line-height: 35px;
	text-indent: 4px;
}
input#mailinglist {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #e5acfa;
	text-align: left;
	vertical-align: middle;
	z-index:1;
}

label.overlabel {
	position:absolute;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 23px;
	font-weight: bold;
	color: #e5acfa;
	z-index:1;
	top:9px;
	left:10px;
	text-align: center;
}

label.overlabel-apply {
	position:absolute;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 23px;
	font-weight: bold;
	color: #e5acfa;
	z-index:1;
	top:9px;
	left:10px;
	text-align: center;
}
