diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/login.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/login.xhtml
index 1f6e3ea4..68eff875 100755
--- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/login.xhtml
+++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/login.xhtml
@@ -8,14 +8,14 @@
Login Required
-
-
- Your login attempt was not successful, try again.
- Reason: #{sessionScope.SPRING_SECURITY_LAST_EXCEPTION.message}
-
-
-
+
+
+ Your login attempt was not successful, try again.
+ Reason: #{sessionScope.SPRING_SECURITY_LAST_EXCEPTION.message}
+
+
+
Valid username/passwords are:
- keith/melbourne
diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css b/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css
index bf2c6bb0..be4a76a1 100644
--- a/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css
+++ b/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css
@@ -90,7 +90,7 @@
.errors {
font-weight: bold;
- text-align: center;
+ text-align: left;
color: #600;
}