diff --git a/js/messages.php b/js/messages.php
index 820deecce2..c12aeb2cbe 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -697,10 +697,10 @@ $js_messages['phpErrorsFound'] = '
'
. '
'
. ''
+ . '" class="floatright message_errors_found">'
. ''
+ . '" class="floatright message_errors_found">'
. '
';
$js_messages['phpErrorsBeingSubmitted'] = ''
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 7c2c1fbfe0..bb028d8c84 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -636,6 +636,10 @@ form.login label {
max-width:50%
}
+.message_errors_found{
+ margin-top: 20px;
+}
+
/******************************************************************************/
/* specific elements */
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 9630165c06..af11f181f7 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -917,6 +917,10 @@ form.login select {
max-width:50%
}
+.message_errors_found{
+ margin-top: 20px;
+}
+
/******************************************************************************/
/* specific elements */