﻿	
	html, body, form {
		width:100%;	height:100%;
		margin:0px; padding:0px;		
		font-family:Georgia, Arial; font-size:12px;
		}
		
	body {
		background-color:Black;
		background-image:url("../images/signupForm/signupFormBackground.jpg"); 
		background-position:center center; 
		background-repeat:repeat;}
		
	.signupFormWrapperTable {
		background-color:Transparent;
		width:100%; height:100%;
		border:0px;
		}
		
	.signupFormWrapperTable td {
		text-align:left; vertical-align:middle;
		}
		
	.signupFormContent {
		background-color:White; background-image:url("../images/signupForm/signupFormHeader2010.jpg"); background-position:left top; background-repeat:no-repeat;
		width:800px;
		padding:80px 25px 25px 25px; margin:0px auto;
		text-align:left; vertical-align:middle;
		}
		
	.signupFormContentTest {
		background-color:White; background-image:url("../images/signupForm/signupFormHeaderTest.png") !important; background-position:left top; background-repeat:no-repeat;
		width:800px;
		padding:80px 25px 25px 25px; margin:0px auto;
		text-align:left; vertical-align:middle;
	}
		
	.signupFormContentTable {}
	
	.signupFormContentTableLabelCell {
		font-weight:bold;
		width:215px;
		padding:3px 15px 0px 0px;
		vertical-align:top;
	}
	
	.signupFormContentTableInputCell {
		padding:3px 15px 0px 0px;
		vertical-align:top;
		}
		
	.signupFormContentTableInputCell input, .signupFormContentTableInputCell select {
		border-top:0px; border-left:0px; border-right:0px;
		border-bottom: 1px dotted gray;
		
		}	
	
	.signUpFormLabel {
		font-weight:bold;	
		}
		
	.signupFormValue {
		}
		
	.signupFormInput {
		border-left:0px; border-right:0px; border-top:0px; border-bottom:2px dotted black;
		}
		
	.signupFormValSummary {
		font-weight:bold; color:#ff0000;
	}
	
	.signupFormTermsAndConditions 
	{
		margin-top:15px;
		}
	
	.signupFormSubmitButtonDiv
	{
		margin-top:15px;
		}
	
	
