form{
	border-color:silver;
	border-style:dotted;
	border-width:1px;
	padding:1em;
}
fieldset{
	border-color:silver;
	border-style:dotted;
	border-width:1px;
}
label{
	float: left;
	margin-bottom:.7em;
	text-align: right;
	width: 12em;
	padding-right: .5em;
}
.text input{
	margin-bottom: .5em;
}
.PasswordReminder{
	margin-left:12em;
}

br{
	clear: left;
}

.required{
	font-weight:bold;
	color:red;
}


textarea{
	width:100%;
	margin-bottom: .5em;
}
