.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #EE9C00;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

label { 
display:block;  
width:7.5em;  
float:left;  
text-align:left; /* Change to text-align:right; to align the labels from the right */
padding-right:3px; 
}

input{
width:13.55em;
margin-bottom:5px;
}

select{
width:14em; /* Select boxs need to be just bigger then input areas, to look the same size on the page */
margin-bottom:5px;
}

.RequiredMark { /* Formats the * for required field in the form (Register, MyInfo, & Login) */
display:block; 
width:.8em; 
font-size:1.7em; 
font-weight:700; 
color:#ff0000; 
float:left; /* Change to float:right; to move the * to the right of the field */
}

.RegisterFormContainer { /* This is a container that holds the three elements of the edit form (RequiredMark, label, input) */
/* width:15.5em; Width should be just bigger then the three elemets combined */
}

#Register{
font-size:12px;	
}

#Register{
	float:right;
	width:204px;
	color: #666666;
}

	#Register h2{
	margin-left:10px;
	color: #00779E;
	}
	
	.RegisterTop label{
	color:#00779E;
	float: left;
	text-align: left;
	width: 70px;
	}
	
	.RegisterTop input, .RegisterTop select{
	float:left;
	width:158px;
	}
	
	#Register p {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	font-weight: bold;
	}
	
	#Register input[type="submit"], #Register .ButtonSubmit {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #00779E;
	margin-left:14px;
	}
	
	#Register input[type="text"], textarea {
    margin-bottom: 5px;
    border: solid 1px #a5adb5;
}

#Register br { /* This creates line brake between form elements */
clear:both;
}

#Welcome{
	float:left;
	width:350px;
}

.RegisterSumitButton{
margin-top:10px;
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
margin-bottom:5px;
}

.checkleft{
	width:30px;
}
