#signupPage {
	height: 587px;
}

.clear {
	clear: both;
}

#signupTitle {
	float: left;
	padding-top: 6px;
	font-weight: bold;
}

#signupProgressImg {
	float: right;
	padding-bottom: 4px;
}

.topError {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	padding: 4px;
	margin-bottom: 10px;
	color: red;
	border: 1px solid red;
}

#stepContent {
	position: relative;
	height: 250px;
}

#stepMascot {
	position: absolute;
	top: 0px;
	left: 0px;
}

.highlight {
	color: green;
	white-space: nowrap;
}

.signupCell {
	padding-top: 2px;
	padding-bottom: 12px;
}

.signupInput {
	width: 185px;
}

#stepForm {
	width: 570px;
	position: absolute;
	top: 0px;
	left: 196px;
	margin-left: 0px;
}

#signupMessage {
	width: 202px;
	height: 182px;
	padding: 3px;
	position: absolute;
	top: 2px;
	right: 2px;
	border: 2px solid green;
	visibility: hidden;
}

.signupFooter {
	width: 100%;
	height: 22px;
	background-color: green;
	position: relative;
}

.signupNext {
	position: absolute;
	top: -10px;
	right: 0px;
	left: 725px;
	bottom: 0px;
	cursor: pointer;
}

#rulesTable {
	width: 100%;
	height: 300px;
	margin-top: 10px;
	visibility: hidden;
}
