.form {
width: 550px;
margin-bottom: 20px;
margin-left: 20px;
font-size: .8em;}

.label {
text-align: right;
width: 250px;}

.center {
text-align: center;}

.ErrorLabel {
text-align: center;
background-color: red;
padding: 10px 30px;
color: #fff;
font-weight: bold;
font-size: .8em}

.EditingFormErrorLabel {
color: red;
font-size: 11px;}