body
{
	background-color:#CCCCCC;
	font-family:"Arial","Verdana","Sans-serif";
}

#wrapper
{	
	background-image:url(images/wood.jpg);
	background-repeat:no-repeat;	
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 600px;
	margin-top: -300px; 
	margin-left: -450px;		
	overflow:hidden;
}

#header
{		
	width:900px;	
	text-align:center;	
}

.headerText
{	
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	width:900px;
	padding-bottom:1em;
	padding-top:2em;
}

#frmContactDetails
{
	width:100px;
	color:#FFFFFF;		
	margin-left:3em;
}

.btnRow
{
	margin-top:1em;
}

.btn
{
	background-color:#FFFFFF;
}

.btn:hover
{
	cursor:pointer;
}

label
{
	font-weight:bold;
}

#footer
{
	color:#FFFFFF;
	font-weight:bold;
	position:absolute;	
	top:550px;	
}

#download
{
	float:left;
	margin-left:1em;
	z-index:2;
	font-size:0.9em;
}

#contact
{	
	position:absolute;
	left:700px;	
	margin-right:1em;	
	z-index:2;
	font-size:0.9em;
}

a
{
	text-decoration:none;
	color:#FFFFFF;
}

#plateandspoon
{
	background-image:url(images/plate.png);			
	height:217px;
	width:300px;
	position:absolute;
	left:650px;
	top:-150px;
	z-index:1;		
}

.txt:focus
{
	background-color:#CC9900;	
}

#registrationStatus
{
	padding-top:1.5em;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

a img
{
	border:none;
}

.message
{
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	width:900px;
	padding-bottom:1em;
	padding-top:2em;		
	font-weight:bold;
}

.messageLine
{
	display:block;
	padding-top:1.5em;
}