/* CSS Document */

#register h2 {
	padding:0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#register a {
	color:#666666;
	text-decoration: none;
}

#register a:hover {
	color:#666666;
	background-color: #EAEAEA;
}


#colLeft {
	border-right:none;
	width:47%;
}

#colRight {
	border-left: 1px dotted #9A9999;
	padding-left:13px;
}

#userName, #emailAddress, #password, #comparePassword {
	width:200px;
}

.textFieldCells {
/*	padding-bottom:10px;
*/}

.readTerms {
/*	margin-top:22px;
	margin-bottom:22px;
*/}
	
#valUserName, #valEmailAddress, #valPassword {
	padding-bottom:5px;
}