@CHARSET "ISO-8859-1";
#allForms {
}
#allForms .fieldRow {
	
}
#allForms label {
	width: 200px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	margin-top: 9px;
	display: block
}
#allForms input {
	height: 22px;
	font-family: helvetica;
	font-size: 16px;
	display: block;
	margin-top: 9px;
	padding: 0px;
	line-height: 22px;
}
#allForms input.profile {
	width: 300px;
}