form{

	padding:1em;
	

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

.PasswordReminder{
	margin-left:12em;
}

br{
	clear: left;
	padding-bottom:5px;
}

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


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

.mediaform {
	text-align:left;
}



