/* 
	register.css
	styles for register.css
*/

@import "outsidet.css";
@import "container.css";

div.container h2 {
	margin-bottom: 2px;
}

div.container p.regmsg {
	margin: 2px 10px;
	text-align: center;
}

#registerform {
	margin: 10px;
}

#registerform label {
	float: left;
	width: 30%;
	text-align: right;
	margin: 0.25em 5% 0.25em 0;
}

#registerform label.req, #requiremsg {
	color: #1F1D9F;
}

#registerform input {
	float: left;
	margin: 0.25em 0;
}

#registerform br {
	clear:both;
}

#registerform #examplehint {
	margin: 0;
	text-align: center;
	font-size: 80%;
}

#registerform input#submit {
	clear: left;
	margin: 2px 0 2em 30%;
	float: left;
}

* html #registerform input#submit {
	margin-left: 100px;
}

#registerform input#cancel {
	float: right;
	margin: 2px 30% 2em 0;
}

* html #registerform input#cancel {
	margin-right: 50px;
}

#requiremsg {
	clear: both;
	margin-top: 2em;
	text-align: center;
}

#emailwarn {
	margin: 10px 20px 2px;
}

/****************************** newuser class *****************************/

#registerform label.newuser {
	width: 40%;
	text-align: left;
	margin-left: 5px;
}

* html #registerform label.newuser {
	width: 30%;
}

/************************* terms check box ************************************/
#registerform #tandclabel {
	width: auto;
	margin-left: 1em;
}

#registerform #terms {
	margin-left: 100px;
}

#registerform #tandclink {
	color: #CC0000;
	text-decoration: underline;
}
/********************* password reminder section *****************************/

#passremind fieldset {
	padding: 0 10px;
	margin: 10px 10%;
}

* html #passremind fieldset {
	margin: 10px 20px;
	padding: 10px;
}

#passremind p {
	text-align: left;
}

#passremind input {
	float: left;
	margin: 0.25em 0;
} 

#passremind label {
	float: left;
	width: 15%;
	text-align: right;
	margin: 0.25em 5% 0.25em 0;
}

#passremind br {
	clear:both;
}

#passremind input#submitrem {
	clear: left;
	margin: 2em 0 2em 30%;
	float: left;
}

* html #passremind input#submitrem {
		margin: 2em 0 2em 20px;
}

/****************** back to form ********************/
div.container #backto {
	color: #CC0000;
}
