.regform_error_in_field {
	color: #D8000C;
	font-weight: bold;
	width:auto;
}

.regform_input {
	width: 100%;
	margin: 0;
	margin-right: 4px;
}

table#register_form_table {
    width:100%;
}
table#register_form_table td {
	border: 0;
	padding: 5px;    
}
table#register_form_table td.label {
    white-space: nowrap;
    width: 200px;
}
table#register_form_table td.field {
    width: 300px;
}
table#register_form_table td.message {
    width: 320px;
}