﻿body 
{
	font-family: Verdana, Sans-Serif;
	font-size: 0.6em;
	color: Black;
}

div.Footer 
{
	color: #b2b2b2;
}

a 
{
	font-family: Verdana, Sans-Serif;
	color: #00bfbf;
	text-decoration: none;
}


div.RegForm
{
	margin-top: 15px;
	background: #f0f0f0;
	border: 3px solid #e0e0e0;
	height: 370px;
	padding: 10px;
	width: 700px;
}

div.RegFormCol1, div.RegFormCol2
{
	float: left;
	width: 340px;
}

div.RegFormCol2 
{
	border-left: 3px solid #e0e0e0;
	padding-left: 10px;
}

div.IntroTextHeader 
{
	font-weight: bold;
	margin-top: 10px;
	font-size: 1.2em;
}

div.IntroText 
{
	margin-top: 5px;
}

.InputLabel 
{
	font-family: Arial, Sans-Serif;
	font-size: 1.1em;
	width: 100px;
	display: block;
	position: relative;
	float: left;
	margin-top: 15px;
	clear: both;
	letter-spacing: 1px;
}

.InputField
{
	font-family: Arial, Sans-Serif;
	font-size: 0.9em;
	width: 220px;
	display: block;
	position: relative;
	float: left;
}

.InputField input, .InputField select
{
	border: 2px solid #d0d0d0;	
	width: 220px;
	margin-top:10px;
}

 .InputField select 
 {
 	font-family: Arial, Sans-Serif;
	font-size: 1.4em;
 }

table.Radio input
{
	border-width: 0 !important;
	width: 20px !important;
}

table.Radio label 
{
	position: relative;
	top: -3px;
	font-size: 1.3em;
}

.TermsHighlight 
{
	background: #ffff50;
}

.Optional 
{
	color: #bbb;
}

.Button 
{
	margin-top: 10px;
}

.CloseButton 
{
	position: absolute;
	top: 125px;
	right: 5px;
	cursor: pointer;
	z-index: 1000;
}

.RegisterTextBox 
{
	border: 1px solid #aaa;
	font-family: Verdana, Sans-Serif;
}

.StartTextBox
{
	color: #aaa;
}

.ValidationError 
{
	color: #ff4040;
}

.AnimArrow 
{
	position: absolute;
	right: 5px;
	margin-top: 2px;
}

.DoBWarning 
{
	display: block;
	clear: both;
	color: #fb35e1;
	position: absolute;
}

div.CheckBoxPanel 
{
	font-size: 1.1em;
	background: #f8f8f8;
	border: #e0e0e0;
}

div.CheckBoxInput 
{
	position: relative;
	float: left;
	width: 30px;
	margin-top: -2px;
	height: 30px;
	clear: both;
}

.CheckBoxLabel 
{
	
}

.SystemRequirements 
{
	font-size: 0.9em;
	color: #999;
	line-height: 10px;
	margin-top: 10px;
	font-family: Tahoma, sans-serif;
}