/*
	signup.css
	
	styles specific to the signup Page
*/

#create-account-box {
	width: 425px;
	margin: 10px auto;
	clear: both;
}

#create-account-text {
	margin: 0px 5px 10px 5px;
	text-align: justify;
}

label {
	display: block;
	float: left;
	clear: left;
	width: 11em;
	padding-right: 1em;
	font-weight: bold;
	text-align: right;
	line-height: 1em;
}

select {
	width: 175px;
}

input {
	margin: 0 0 0.5em 0;
}

#create-account-box .contentb {
	padding: 15px 20px 0px 20px;
}

#disclaimer {
	text-align: justify;
	margin: 10px 0px;
	font-size: 90%;
}

.error-message {
	clear: both;
	text-align: center;
}
