diff --git a/datacenterlight/locale/de/LC_MESSAGES/django.po b/datacenterlight/locale/de/LC_MESSAGES/django.po
index ac796b95..3b8c9ca6 100644
--- a/datacenterlight/locale/de/LC_MESSAGES/django.po
+++ b/datacenterlight/locale/de/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-16 00:57+0530\n"
+"POT-Creation-Date: 2017-10-17 00:32+0530\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -361,25 +361,6 @@ msgstr ""
 "Es wird noch keine Bezahlung vorgenommen. Die Bezahlung wird erst ausgelöst, "
 "nachdem Du die Bestellung auf der nächsten Seite bestätigt hast."
 
-msgid "Card Number"
-msgstr "Kreditkartennummer"
-
-msgid "Expiry Date"
-msgstr "Ablaufdatum"
-
-msgid "CVC"
-msgstr ""
-
-msgid "Card Type"
-msgstr "Kartentyp"
-
-msgid ""
-"You are not making any payment yet. After placing your order, you will be "
-"taken to the Submit Payment Page."
-msgstr ""
-"Es wird noch keine Bezahlung vorgenommen. Die Bezahlung wird erst ausgelöst, "
-"nachdem Du die Bestellung auf der nächsten Seite bestätigt hast."
-
 msgid "Processing"
 msgstr "Weiter"
 
@@ -513,6 +494,15 @@ msgstr ""
 "Deine VM ist gleich bereit. Wir senden Dir eine Bestätigungsemail, sobald Du "
 "auf sie zugreifen kannst."
 
+#~ msgid "Card Number"
+#~ msgstr "Kreditkartennummer"
+
+#~ msgid "Expiry Date"
+#~ msgstr "Ablaufdatum"
+
+#~ msgid "Card Type"
+#~ msgstr "Kartentyp"
+
 #~ msgid "Processing..."
 #~ msgstr "Abarbeitung..."
 
diff --git a/hosting/locale/de/LC_MESSAGES/django.po b/hosting/locale/de/LC_MESSAGES/django.po
index fa24637a..64e4a73e 100644
--- a/hosting/locale/de/LC_MESSAGES/django.po
+++ b/hosting/locale/de/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-16 01:06+0530\n"
+"POT-Creation-Date: 2017-10-17 00:32+0530\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -265,6 +265,28 @@ msgstr ""
 msgid "You can always order a new VM by following the link below."
 msgstr ""
 
+msgid "Card Number"
+msgstr "Kreditkartennummer"
+
+msgid "Expiry Date"
+msgstr "Ablaufdatum"
+
+msgid "CVC"
+msgstr ""
+
+msgid "Card Type"
+msgstr "Kartentyp"
+
+msgid ""
+"You are not making any payment yet. After placing your order, you will be "
+"taken to the Submit Payment Page."
+msgstr ""
+"Es wird noch keine Bezahlung vorgenommen. Die Bezahlung wird erst ausgelöst, "
+"nachdem Du die Bestellung auf der nächsten Seite bestätigt hast."
+
+msgid "SUBMIT"
+msgstr "ABSENDEN"
+
 msgid "Toggle navigation"
 msgstr "Umschalten"
 
@@ -431,21 +453,6 @@ msgstr ""
 "Es wird noch keine Bezahlung vorgenommen. Die Bezahlung wird erst ausgelöst, "
 "nachdem Du die Bestellung auf der nächsten Seite bestätigt hast."
 
-msgid "SUBMIT"
-msgstr "ABSENDEN"
-
-msgid "Card Number"
-msgstr "Kreditkartennummer"
-
-msgid "Expiry Date"
-msgstr "Ablaufdatum"
-
-msgid "CVC"
-msgstr ""
-
-msgid "Card Type"
-msgstr "Kartentyp"
-
 msgid "Processing"
 msgstr "Weiter"
 
@@ -467,6 +474,12 @@ msgstr ""
 msgid "Type"
 msgstr "Kartentyp"
 
+msgid "REMOVE CARD"
+msgstr "KARTE ENTFERNEN"
+
+msgid "SELECT"
+msgstr ""
+
 msgid "No Credit Cards Added"
 msgstr "Es wurde keine Kreditkarte hinzugefügt"
 
@@ -477,6 +490,15 @@ msgstr ""
 "Wir nutzen <a href=\"https://stripe.com\" target=\"_blank\">Stripe</a> für "
 "die Bezahlung und speichern keine Informationen in unserer Datenbank."
 
+msgid "Add a new credit card"
+msgstr "Neue Kreditkarte hinzufügen."
+
+msgid "NEW CARD"
+msgstr "NEUE KREDITKARTE"
+
+msgid "New Credit Card"
+msgstr "Neue Kreditkarte"
+
 msgid "Add your public SSH key"
 msgstr "Füge deinen öffentlichen SSH-Key hinzu"
 
@@ -779,15 +801,6 @@ msgstr ""
 #~ msgid "Notifications "
 #~ msgstr "Benachrichtigungen"
 
-#~ msgid "REMOVE CARD"
-#~ msgstr "KARTE ENTFERNEN"
-
-#~ msgid "EDIT CARD"
-#~ msgstr "BEARBEITEN"
-
-#~ msgid "Add a new Card."
-#~ msgstr "Neue Kreditkarte hinzufügen."
-
 #~ msgid "You are not making any payment here."
 #~ msgstr "Es wird noch keine Bezahlung vorgenommen"
 
diff --git a/hosting/static/hosting/css/commons.css b/hosting/static/hosting/css/commons.css
index ac2b411f..ca320afa 100644
--- a/hosting/static/hosting/css/commons.css
+++ b/hosting/static/hosting/css/commons.css
@@ -298,10 +298,6 @@
   max-width: 360px;
 }
 
-.btn-wide {
-  min-width: 100px;
-}
-
 .caps-link {
   font-weight: 600;
   color: #8da4c0;
@@ -317,10 +313,6 @@
   text-decoration: none;
 }
 
-.settings-container .credit-card-details-opt {
-  padding-top: 15px;
-}
-
 .settings-container .new-card-head {
   margin-top: 40px;
   margin-bottom: 30px;
@@ -332,7 +324,6 @@
   font-weight: 600;
 }
 
-
 .caps-link .svg-img {
   margin-right: 5px;
   height: 13px;
diff --git a/hosting/templates/hosting/includes/_card_input.html b/hosting/templates/hosting/includes/_card_input.html
index 29892650..f9edf735 100644
--- a/hosting/templates/hosting/includes/_card_input.html
+++ b/hosting/templates/hosting/includes/_card_input.html
@@ -32,22 +32,12 @@
     {% endif %}
     <div id='payment_error'>
         {% for message in messages %}
-            {% if 'failed_payment' in message.tags or 'make_charge_error' in message.tags %}
+            {% if 'failed_payment' in message.tags or 'make_charge_error' in message.tags or 'error' in message.tags %}
                 <ul class="list-unstyled">
                     <li><p class="card-warning-content card-warning-error">{{ message|safe }}</p></li>
                 </ul>
-            {% elif not form.non_field_errors %}
-                <p class="card-warning-content">
-                    {% trans "You are not making any payment yet. After placing your order, you will be taken to the Submit Payment Page." %}
-                </p>
             {% endif %}
         {% endfor %}
-
-        {% for error in form.non_field_errors %}
-            <p class="card-warning-content card-warning-error">
-                {{ error|escape }}
-            </p>
-        {% endfor %}
     </div>
     <div class="text-right">
         <button class="btn btn-vm-contact btn-wide" type="submit" name="payment-form">{%trans "SUBMIT" %}</button>