form#PE_registrationForm 
{
	display: block;
	margin-top: 20px;
}
form#PE_registrationForm h2 
{
	margin-top: 0;
}

.PE_registration_err 
{
	border: 1px solid #C00;
	border-top: 1px solid #F00;
	border-left: 1px solid #F00;
	padding: 8px;
	margin-bottom: 20px;
	background-color: #FCC;
}

.PE_registration_row 
{
	clear: both;
	margin-bottom: 6px;
	width: 530px;
	padding: 2px;
}

.PE_registration_row label,
.PE_registration_submit label
{
	float: left;
	display: block;
	width: 150px;
}

.PE_registration_row input,
.PE_registration_row textarea
{
	border: 1px solid #666;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	background-color: #e8e8e8;
	color: #222;	
}
.PE_registration_row input:focus,
.PE_registration_row textarea:focus
{
	background-color: #f4f4f4;
}

.PE_registration_submit
{
	text-align: right; 
}