Index: /trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Ok.aspx
===================================================================
--- /trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Ok.aspx (revision 885)
+++ /trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Ok.aspx (revision 898)
@@ -6,9 +6,8 @@
 
 <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
-
-    <asp:Label ID="lab1" runat="server" Text="<%$Resources:tlumaczenia,podziekowania%>"></asp:Label>
-    <%=Model.vPlatnosciEcard.Faktura_Numer%>
     
-    <%string link1 = HttpContext.GetGlobalResourceObject("tlumaczenia","Powrot").ToString(); %>
-    <p id="link1"><%=Html.ActionLink(link1, "LogOn", "Account")%></p>
+    <p class="Info">
+        <asp:Label ID="lab1" runat="server" Text="<%$Resources:tlumaczenia,podziekowania%>"></asp:Label>
+        <%=Model.vPlatnosciEcard.Faktura_Numer%>
+    </p>    
 </asp:Content>
Index: /trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Show.aspx
===================================================================
--- /trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Show.aspx (revision 888)
+++ /trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Show.aspx (revision 898)
@@ -7,5 +7,5 @@
 <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
 
-    <div class="Tytul">
+    <div class="SzczegolyZlecenia">
         <asp:Label ID="Szczegoly" runat="server" Text="<%$Resources:tlumaczenia,Szczegoly%>"></asp:Label>
     </div>
Index: /trunk/eCard/eCardMVC/Platnosci/Views/Shared/Error1.aspx
===================================================================
--- /trunk/eCard/eCardMVC/Platnosci/Views/Shared/Error1.aspx (revision 866)
+++ /trunk/eCard/eCardMVC/Platnosci/Views/Shared/Error1.aspx (revision 898)
@@ -11,6 +11,6 @@
 <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
 
-    <h3>
+    <p class="Info">
        <%=Model.error%>
-    </h3>
+    </p>
 </asp:Content>
Index: /trunk/eCard/eCardMVC/Platnosci/Content/admoto.css
===================================================================
--- /trunk/eCard/eCardMVC/Platnosci/Content/admoto.css (revision 886)
+++ /trunk/eCard/eCardMVC/Platnosci/Content/admoto.css (revision 898)
@@ -54,5 +54,5 @@
 .tlo
 {
-   background-image: url(../../Images/admoto/tlo_top_.gif);
+    background-image: url(../../Images/admoto/tlo_top_.gif);
 }
 
Index: /trunk/eCard/eCardMVC/Platnosci/Content/Site.css
===================================================================
--- /trunk/eCard/eCardMVC/Platnosci/Content/Site.css (revision 888)
+++ /trunk/eCard/eCardMVC/Platnosci/Content/Site.css (revision 898)
@@ -6,5 +6,5 @@
     margin: 0;
     padding: 0;
-    color: #696969;
+    color: #696969;  /*ustawienie koloru czcionki*/
 }
 p, ul
@@ -13,27 +13,5 @@
     line-height: 1.6em;
 }
-h1, h2, h5, h6
-{
-    font-size: 1.5em;
-    color: #000;
-    font-family: Arial, Helvetica, sans-serif;
-}
-h1
-{
-    font-size: 2em;
-    padding-bottom: 0;
-    margin-bottom: 0;
-}
-h2
-{
-    padding: 0 0 10px 0;
-}
-h3
-{
-    font-size: 16px;
-    color: #000;
-    font-family: Arial, Helvetica, sans-serif;
-}
-.Tytul
+.SzczegolyZlecenia
 {
     font-family: Arial, Helvetica, sans-serif;
@@ -43,12 +21,4 @@
     font-weight: bold;
 }
-h5, h6
-{
-    font-size: 1em;
-}
-.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
-{
-    margin-top: 0;
-}
 .black
 { 
@@ -67,15 +37,4 @@
     color: #000;
     padding: 0; 
-}
-#title h1
-{
-    font-weight: bold;
-    padding: 0px;
-    margin-left: 10px;
-    color: #a9a9a9;
-    border: none;
-    line-height: 2em;
-    font-family: Arial, Helvetica, sans-serif;
-    font-size: 18px !important; 
 }
 #main
@@ -198,4 +157,5 @@
     color: Red;
     font-weight: bold;
+    font-size: 14px;
 }
 #flagi
@@ -243,5 +203,5 @@
 	font-weight: bold;
 	width: 150px;
-	padding-top: 5px
+	padding-top: 5px;
 }
 .col
@@ -305,6 +265,13 @@
 #unpaid
 {
-    color:#E00000; 
-}
-
-
+    color: #E00000; 
+}
+.Info   /*ustawienia wlasciwosci wyswietlanych komunikatow*/
+{
+    
+    color: #696969;
+    font-size: 14px;
+    font-weight: bold;
+}
+
+
