* { font-family: helvetica; }
body { background: white; width: 800px; overflow: auto; margin: 0px auto;}
p {margin: 0; padding:0; }
a {color: black; text-decoration: none;}
img { border: none; }
a:hover { text-decoration: underline; }
.red { color: red; }
input, textarea { font-size: 11px; border: 1px solid #cccccc;}
textarea { height: 200px; }
input[type=text], textarea { background: #f6f6f6; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding: 5px; }
.sukces { color: green; text-align: center; font-weight: bold; padding-top: 20px; }
.blad { color: red; text-align: center; font-weight: bold; padding-top: 20px; }

#formularz { float: left; width: 800px; }

#kontakt_opcje { overflow: hidden; text-align: center; padding: 10px 40px; width: 720px; border: 1px solid white; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#kontakt_opcje_tytul { width: 90%; padding: 10px; margin: 30px auto 10px; color: white; font-weight: bold; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.kontakt_opcja { float: left; width: 150px; padding: 10px 0px 5px; font-size: 12px; margin: 5px 15px; text-align: center; overflow: hidden; background: #ececec; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.kontakt_opcja span { display: block; }
.kontakt_opcja_img { height: 70px; text-align: center;}
.kontakt_opcja_input { margin: 0px 40px; }
.kontakt_opcja_input input { border: none; }
.kontakt_opcja_nazwa { width: 100%; font-weight: bold; margin-top: 10px;}

.kontakt_formularz { clear: both; margin-top: 20px; overflow: hidden;}
#kontakt_formularz_title { font-weight: bold; font-size: 13px; float: left; width: 100%; }
#kontakt_formularz_klient { float: left; width: 100%; text-align: center;}
.kontakt_formularz_klient_input  input{ width: 30%; margin: 10px 5px; }
.p_title { width: 100%; float: left; margin: 2px 0px; text-align: center; font-size: 20px; font-weight: bold; }
.p_subtitle { width: 100%; float: left; margin: 10px 0px; text-align: center; font-size: 14px; font-weight: bold; }
.p_form { width: 100%; float: left; margin: 2px 0px; }
.opis { width: 18%; float: left; font-size: 13px; font-weight: bold;}
.small_opis { font-size: 10px; }
.wartosc { width: 82%; float: left;}
.inputtext { width: 100%; }
.textarea { width: 100%; height: 300px; }
.inputsubmit_span { float: right; }
.inputsubmit { border: none; padding: 5px; color: white; font-size: 16px; font-weight: bold; width: 250px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.option { float: left; width: 45%; font-size: 15px; border: 1px solid #ddd; padding: 10px; margin-left: 10px; margin: 10px 0px 10px 10px;}

.dodawanie_obiektu { display: block; margin: 20px auto; width: 200px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;    background-color: #921b1b;}
.dodawanie_obiektu:hover { text-decoration: none; }

#recaptcha_widget { clear: both; float: left; margin-left: 140px; margin-top:10px; font-size: 12px !important; }
#recaptcha_image { clear: both; float: left; margin-right: 20px; }
.recaptcha_only_if_image { font-size: 12px; }