html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* Signup formatting */


legend {
	background: #FF7;
	font-size: 1.4em;
	font-weight: bold;
}

#signupbox {
	align: center;
	width: 575px;
	position: relative;
	left: 250px;
}
#signup {
	background: #EEE;
	border: ridge;
	padding-bottom: 1.5em;
	width: 100%;
}
#signup label {
	font-weight: bold;
	line-height: 1.4em;
	font-variant: small-caps;
	position: absolute;
	left: 30;
}
#signup input {
	margin-left: 15em;
	font-weight: normal;
	line-height: 1.4em;
	font-variant: normal;
	position: relative;
	background: #FFF;
}
#signup input.errorfield {
	margin-left: 15em;
	font-weight: normal;
	line-height: 1.4em;
	font-variant: normal;
	position: relative;
    background: #FFFDDA;
    color: #F00;
}
#resendbox {
    background: #ECECEC;
	align: center;
	text-align: center;
	width: 575px;
	position: relative;
	left: 250px;
	border: outset;
	padding-bottom: 1.5em;
}
#resendbox p {
	margin-left: 3em;
	margin-right: 3em;
	text-align: center;
}
#resendbox input {
	text-align: center;
}

