#logon h5,
#welcome h5,
#changepassword h5,
#profile h5,
#register h5 {
	color: black;
}

#logon fieldset,
#welcome fieldset,
#changepassword fieldset,
#profile fieldset,
#register fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

#logon #password {
	margin-bottom: 1em;
}

#logon #rememberme {
	margin-left: 1em;
	margin-right: 0.5em;
}

h2#error {
	color: black;
	background-color: #FFCCCC; 
	border: 1px solid red;
	padding: 0.5em;
	text-align: center;
}

#register label.grouplabel {
	padding-right: 1em;
}

/* Edit Profile */
	#profile .hideitem {
		display: none;
	}
	
	#profile label {
		display: block;
		font-size: 110%;
		font-weight: bold;
		text-align: left;
	}
	
	#profile .inline {
		display: inline;
	}
	
	#profile .address {
		display: block;
		margin-bottom: 0.5em;
	}
/* End of Edit Profile */

/* Welcome Screen */
	#welcome input {
		text-align: left;
		padding-top: 1px;
		padding-bottom: 1px;
	}
/* End of Welcome Screen */