.feuser
{
	width: 400px;
	border: 1px solid #999;
	padding: 0 0 5px 0;
}

.feuser-form
{
	width: 100%;
}

.feuser-form th,
.feuser-form td
{
	padding: 1px 2px 1px 2px;
	vertical-align: top;
}

th.feuser-head
{
	background-color: #999;
}

th.feuser-label
{
	text-align: right;
	width: 120px;
	padding-top: 3px;
}

.feuser-submit input.submit
{
	border: 1px solid #999;
	background-color: #FFF;
}

.feuser-field input,
.feuser-field select
{
	border: 1px solid #999;
	width: 200px;
}

.feuser-field input.zip { width: 40px; }
.feuser-field input.password { width: 110px; }
.feuser-field input.fax { width: auto; border: 0; }
div.feuser-field-password-comment
{
	float: right;
	width: 140px;
	text-align: left;
	padding: 2px 0 0 0;
}
p.feuser-field-password-comment { margin: 1px 2px 5px 2px; }

.feuser-text { padding: 2px; }

span.feuser-error { color: red; }