html, body { margin: 0px auto; padding: 10px; width: calc(100% - 20px); font-family: "Open Sans", sans-serif, Arial, Tahoma, Helvetica, "Lucida Sans Unicode"; font-weight: 400; font-size: 13px; color: #4d4d4d; background: #fff; }
table.formularz { width: calc(100% - 40px); border: 0px; border-spacing: 3px; border-collapse: collapse; margin: 20px; float: left; }
table.formularz td { padding: 5px; }

div.naglowekpopup { width: calc(100% - 20px); float: left; margin-bottom: 20px; padding: 10px; background: #5f6062; color: #fff; }
div.naglowekpopup div.zdjecie { width: 120px; float: left; }
div.naglowekpopup div.opis { width: calc(100% - 120px); float: left; }
div.naglowekpopup .tytul_naglowek { color: #fff; margin: 0px; clear:both; border-bottom: 1px solid #fff; padding-bottom: 10px; margin-bottom: 10px; line-height: 120%; font-size: 20px; }
div.lamanienapol { width: calc(50% - 40px); float: left; padding: 20px 20px 0 20px; margin-bottom: 0px; }
div.form_kredyty_prawy { background: #fbfbfb url('../gfx/kredyty_tlo.jpg') no-repeat top left; }

div.formularz { padding-bottom: 20px; }

@media screen and (max-width: 479px) {

	div.lamanienapol { width: calc(100% - 40px); float: left; margin-bottom: 20px; }
}