/************************************************
 * Deklaracje ogólne
*************************************************/

body {
	background: #dedede url(../img/top_strip_bg.gif) top left repeat-x;
	color: #102030;
	font: 12px Tahoma, sans-serif;
	margin-bottom:20px;
}

a {
color:#0072bc;
}

.font10 {
font-size:10px;
}

/* Nagłówki */

h2 {
font-size:14px;
}

/* Formularze */
form.form {
margin:5px 8px;
}

form.form label {
display:block;
margin:10px 0 5px 0;
}

form.form fieldset {
border:1px solid #e2e6eb;
margin-bottom:10px;
padding:10px;
}

.fieldset_opis {
border-bottom:1px solid #e2e6eb;
color:#143756;
font-size:11px;
padding-bottom:5px;
}

.wymagane {
color:#e61b0a;
font-weight:bold;
}

form.form legend {
background-color:#34b4d1;
border:1px solid #e2e6eb;
color:#ffffff;
font-weight:bold;
padding:5px 10px;
}

#wyszukiwarka label {
color:#ffffff;
display:block;
margin:7px 0;
}

#wyszukiwarka label  b {
font-size:14px;
}

p.input input {
background-color:#f3fafc;
border:1px solid #34b4d1;
height:20px;
width:300px
}

p.small_input input {
background-color:#f3fafc;
border:1px solid #34b4d1;
height:20px;
width:160px;
}

p.medium_input input {
background-color:#f3fafc;
border:1px solid #34b4d1;
height:20px;
width:260px;
}

p.input select {
background-color:#f3fafc;
border:1px solid #34b4d1;
height:20px;
width:300px
}

p.textarea textarea {
background-color:#f3fafc;
border:1px solid #34b4d1;
}

#szukaj_btn {
background:url(../img/buttons/szukaj_btn.png) top left no-repeat;
cursor:pointer;
height:26px;
margin:10px 0 0 234px;
width:67px;
}

div#tresc_cont input.szukaj_btn {
background:url(../img/buttons/szukaj_btn_wh.png) top left no-repeat;
cursor:pointer;
float:right;
height:26px;
margin:5px 0;
width:67px;
}

div#tresc_cont input.login_btn {
background:url(../img/buttons/zaloguj_btn_wh.png) top left no-repeat;
cursor:pointer;
float:right;
height:26px;
margin:5px 0;
width:67px;
}

div#tresc_cont input.dodaj_btn {
background:url(../img/buttons/dodaj_btn_wh.png) top left no-repeat;
cursor:pointer;
float:right;
height:26px;
margin:5px 0;
width:67px;
}

div#tresc_cont input.edytuj_btn {
background:url(../img/buttons/edytuj_btn_wh.png) top left no-repeat;
cursor:pointer;
float:right;
height:26px;
margin:5px 0;
width:67px;
}

div#tresc_cont input.zmien_btn {
background:url(../img/buttons/zmien_btn_wh.png) top left no-repeat;
cursor:pointer;
float:right;
height:26px;
margin:5px 0;
width:67px;
}

div#tresc_cont input.odzyskaj_btn {
background:url(../img/buttons/odzyskaj_btn_wh.png) top left no-repeat;
cursor:pointer;
float:right;
height:26px;
margin:5px 0;
width:67px;
}

div#tresc_cont input.wypisz_btn {
background:url(../img/buttons/wypisz_btn_wh.png) top left no-repeat;
cursor:pointer;
height:26px;
margin:5px 0;
width:67px;
}

div#tresc_cont input.zalacz_btn {
background:url(../img/buttons/zalacz_btn.png) top left no-repeat;
cursor:pointer;
height:26px;
margin:8px 0 3px 360px;
width:145px;
}

div#tresc_cont input.wyslij_btn {
background:url(../img/buttons/wyslij_btn.png) top left no-repeat;
cursor:pointer;
float:right;
height:26px;
margin:5px 0;
width:67px;
}

#newsletter_zapisz {
background:url(../img/buttons/newsletter_btn_wh.png) top left no-repeat;
cursor:pointer;
height:26px;
margin:5px 0;
width:181px;
}

div#tresc_cont input#dodaj_btn {
float:left;
margin:10px 0 10px 0;
}


/* pomocnicze */

.clear {
clear:both;
display:block;
font-size:1px;
}

.small {
display:block;
font-size:10px;
font-style:italic;
}

/* komunikaty (błędy, powodzenie, info) */

.error {
position:relative;
display:block;
background-color:#e10052;
border:1px solid #ffffff;
padding: 5px;
color:#ffffff;
margin:5px 0;
}

.error b {
padding-left:18px;
margin-right:6px;
background:url(../img/ikony/admin_error.gif) top left no-repeat;
}

.error span {
padding-left:75px;
display:block;
color:#f49ebd;
}

.info {
position:relative;
display:block;
background-color:#00acda;
border:1px solid #ffffff;
padding: 5px;
color:#ffffff;
margin:5px 0;
}

.info b {
padding-left:18px;
margin-right:6px;
background:url(../img/ikony/admin_info.gif) top left no-repeat;
}

.info span {
padding-left:98px;
display:block;
color:#9edff1;
}

.powodzenie {
position:relative;
display:block;
background-color:#70a800;
border:1px solid #ffffff;
padding: 5px;
color:#ffffff;
margin:5px 0;
}

.powodzenie b {
padding-left:18px;
margin-right:6px;
background:url(../img/ikony/admin_ok.gif) top left no-repeat;
}

.powodzenie span {
padding-left:50px;
display:block;
color:#d6ecc5;
}

.red {
color:#e61b0a;
font-weight:bold;
}

/************************************************
 * Szkielet strony - kontenery
*************************************************/

/* logo */
#logo {
height:45px;
position:absolute;
left:10px;
top:10px;
width:240px;
}

#logo a {
display:block;
height:45px;
text-indent:-9999px;
width:240px;
}

/* reszta */
#master_container {
background:#ffffff url(../img/cont_bg.gif) top left repeat-y;
border-bottom:1px solid #39b6d2;
margin:0 auto;
width:940px;
}

#top_cont {
background: url(../img/top_bg.gif) top left no-repeat;
height:82px;
position:relative;
}

#szukaj_cont {
background:url(../img/szukaj_bg.jpg) top left no-repeat;
height:252px;
}

#tresc_cont {
float:left;
padding:0 0 20px 20px;
width:580px
}

#reklama_cont {
float:right;
padding-bottom:20px;
width:320px
}

#stopka_cont {
background-color:#2c78a1;
border:1px solid #ffffff;
clear:both;
color:#dedede;
padding:15px 0 5px 0;
margin:0 2px;
text-align:center;
}

/************************************************
 * Menu
*************************************************/

#top_menu {
height:48px;
left:375px;
list-style-type:none;
position:absolute;
top:7px;
width:563px;
}

#top_menu li {
display:block;
float:left;
height:48px;
margin-right:8px;
}

#top_menu li a {
display:block;
height:48px;
}

#menu_oferty {
background: url(../img/menu.png) 0 -48px no-repeat;
height:48px;
text-indent:-9999px;
width:96px;
}

#menu_oferty:hover, #menu_oferty.menu_oferty_active {
background-position:0 0;
}

#menu_praktyki {
background: url(../img/menu.png) -96px -48px no-repeat;
height:48px;
text-indent:-9999px;
width:109px;
}

#menu_praktyki:hover,  #menu_praktyki.menu_praktyki_active {
background-position:-96px 0;
}

#menu_szkolenia {
background: url(../img/menu.png) -205px -48px no-repeat;
height:48px;
text-indent:-9999px;
width:79px;
}

#menu_szkolenia:hover, #menu_szkolenia.menu_szkolenia_active {
background-position:-205px 0;
}

#menu_poradniki {
background: url(../img/menu.png) -284px -48px no-repeat;
height:48px;
text-indent:-9999px;
width:137px;
}

#menu_poradniki:hover, #menu_poradniki.menu_poradniki_active {
background-position:-284px 0;
}

#menu_daj_prace {
background: url(../img/menu.png) -421px -48px no-repeat;
height:48px;
text-indent:-9999px;
width:110px;
}

#top_menu li.menu_daj_prace {
margin-right:0;
}

#menu_daj_prace:hover, #menu_daj_prace.menu_daj_prace_active {
background-position:-421px 0;
}

/************************************************
 * Sekcja "szukaj"
*************************************************/

#wyszukiwarka {
float:left;
width:520px;
}

#szukaj_promo_tekst {
float:right;
width:410px;
}


form#wyszukaj {
padding-left:20px;
}

#szukaj_cont h2 {
height:50px;
text-indent:-9999px;
}

#szukaj_cont h3 {
height:28px;
margin-left:21px;
text-indent:-9999px;
}

#szukaj_cont ol {
list-style-type:none;
margin:5px 0 15px 20px;
}

#szukaj_cont li {
padding:10px 0;
text-indent:-9999px;
}

p.szukaj_zaawansowane {
border-top:1px solid #80d0e2;
color:#ffffff;
margin:11px 0 0 20px;
padding-top:5px;
width:330px;
}

p.szukaj_zaawansowane a {
color:#ffffff;
font-weight:bold;
}

.relative {
position:relative;
}

.error_szukaj_basic {
width:145px; 
position:absolute; 
top:16px; 
right:40px;
}



/************************************************
 * Sekcja "główna"
*************************************************/

/* Elementy wspólne */

.margin_top {
margin-top:20px;
}

.margin_bottom {
margin-bottom:20px;
}

.padding_right {
padding-right:10px;
}

.padding_top {
padding-top:10px;
}

.padding_bottom {
padding-bottom:10px;
}

.zobacz_wiecej {
margin:10px 0;
text-align:right;
}

.zobacz_wiecej a {
color:#0072bc;
font-size:14px;
}

.zobacz_wiecej a:hover {
color:#013354;
}

p.reklama {
margin:10px 0;
}

p.zareklamuj_sie {
background: url(../img/zareklamuj_sie.jpg) top left no-repeat;
padding:16px 0;
text-align:center;
width:300px;
}

p.zareklamuj_sie a {
color:#102030;
font-size:14px;
font-weight:bold;
}

p.zareklamuj_sie a:hover {
color:#0072bc;
}

p.newsletter {
background: url(../img/newsletter.jpg) top left no-repeat;
margin-bottom:5px;
padding:10px 0;
text-align:center;
width:300px;
}

p.newsletter a {
color:#102030;
font-size:14px;
font-weight:bold;
}

p.newsletter a:hover {
color:#0072bc;
}

p.newsletter span {
display:block;
}


.float {
display:inline;
float:left;
}

/* listy */

.img_list, .clear_list {
list-style-type:none;
margin:7px 10px;
}

.img_list li {
background: url(../img/list_bullet.gif) center left no-repeat;
padding:0 0 2px 15px;
}

.img_list a,.clear_list a {
color:#102030;
text-decoration:none;
}

.img_list a:hover {
text-decoration:underline;
}

.clear_list li {
background:none;
padding:0 0 2px 0;
}

.clear_list a:hover {
text-decoration:underline;
}

.normal_list {
margin:7px 10px 7px 30px;
}

.normal_list li {
margin-bottom:2px;
}

.normal_list li a {
color:#102030;
text-decoration:none;
}

.normal_list li a:hover {
text-decoration:underline;
}

/* artykuły */

.art_lista {
border-bottom:1px solid #acb1b7;
margin:7px 10px;
padding-bottom:5px;
}

.art_lista  h4{
font-size:12px;
font-weight:bold;
margin-bottom:5px;
}

.art_lista  h4 a {
color:#102030;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.art_lista  h4 a:hover {
text-decoration:underline;
}

.art_lista  h4 span {
color:#6c767f;
display:block;
font-size:10px;
font-style:italic;
font-weight:normal;
}

.art_lista img {
border:1px solid #637d93;
display:block;
float:left;
}

.art_lista p {
display:block;
float:right;
text-align:justify;
width:275px;
}

.art_lista p  a {
color:#0072bc;
display:block;
float:right;
text-decoration:underline;
width:50px;
}

.art_lista p  a:hover {
font-weight:bold;
}

.box h3.h3_art {
background:url(../img/h3_art.gif) top left repeat-x;
}

.box h3.h3_porady {
background:url(../img/h3_porady.gif) top left repeat-x;
}

.art_kategorie {
font-size:14px;
margin-left: 10px;
}

#tagi_under_article {
border:1px solid #c1dee8;
padding:5px 10px;
margin-top:25px;
margin-bottom:15px;
}

#tagi_under_article h2 {
margin-bottom:10px;
}

#tagi_under_article span {
height:5px;
}

#tagi_under_article a.tag_art {
color:#ffffff;
background-color:#00acda;
border:1px solid #ffffff;
padding:5px 10px;
line-height:30px;
margin-right:4px;
text-decoration:none;
white-space: nowrap;
}

#tagi_under_article a:hover {
background-color:#e10052;
}

#podobne_art, #kat_art {
margin-left:15px;
}

#podobne_art li, #kat_art li {
margin:4px 0;
}

#podobne_art a, #kat_art a {
color:#0b68a5;
text-decoration:none;
}

#podobne_art a:hover, #kat_art a:hover {
color:#e10052;
background:none;
text-decoration:underline;
}

div.linki_pod_artykulem {
float:left;
margin-right:5px;
width:263px;
}

.morepadding {
padding-top:15px;
}

.porady {
font-size:11px;
}


/* Boxy */

.box_margin_r {
margin-right:20px;
}

.box {
border:1px solid #e2e6eb;
display:inline;
float:left;
}

.box_cont {
display:inline;
float:left;
}

.box0 {
display:block;
float:none;
width:578px;
}

.box1 {
width:378px;
}

.box2 {
width:278px;
}

.box3 {
width:178px;
}

.box_art {
display:block;
float:none;
padding:5px 10px 10px 10px;
width:558px;
}

.box_art p {
padding-bottom:10px;
}

.box_art ul {
margin:0 0 10px 15px;
}

.box h3 {
background:url(../img/box_h3.gif) top left repeat-x;
color:#ffffff;
font-size:14px;
padding:7px 15px;
}

h3.h3_box0_orange {
margin-top:0;
padding:6px 0;
}

h3.h3_box0_orange span {
background-color:#f6950a;
border:1px solid #e2e6eb;
border-bottom:0;
color:#ffffff;
font-size:12px;
padding:6px 20px;
}

h3.h3_box0_green {
margin-top:0;
padding:6px 0;
}

h3.h3_box0_green span {
background-color:#61b720;
border:1px solid #e2e6eb;
border-bottom:0;
color:#ffffff;
font-size:12px;
padding:6px 20px;
}

.h3_box0 {
margin-top:25px;
padding:6px 0;
}

.h3_box0 span {
background-color:#34b4d1;
border:1px solid #e2e6eb;
border-bottom:0;
color:#c2e7f0;
font-size:12px;
padding:6px 20px;
}

.h3_box0 a {
color:#c2e7f0;
font-size:12px;
}

.zobacz_box0 {
padding:6px 0;
text-align:right;
}

.zobacz_box0  a {
background-color:#86bcac;
color:#486680;
font-size:12px;
padding:6px 20px;
}

h4.orangebtn_box a {
background-color:#f6950a;
color:#102030;
}

.miasta_list {
display:inline;
float:left;
font-size:10px;
width:265px;
}

.woj_miasta {
float:left;
font-size:10px;
width:289px;
}

.woj_miasta h4 {
background: url(../img/list_bullet.gif) center left no-repeat;
margin:10px;
padding:0 0 2px 15px;
}

.woj_miasta h4 a {
color:#486680;
font-size:12px;
}

#tagcloudsmall {
margin:0 auto;
width:157px;
}

/* Oferta */

.o_firmie {
display:inline;
float:left;
margin:10px 15px;
text-align:justify;
width:450px;
}

.o_firmie_thumb {
border:3px solid #e2e6eb;
display:inline;
float:right;
margin:10px 15px 15px 0;
}

.o_firmie_noimg {
margin:10px 15px;
text-align:justify;
}

.oferta_box h4 {
background-color:#c2e7f0;
border:1px solid #e2e6eb;
border-left:0;
border-right:0;
clear:both;
color:#486680;
font-size:18px;
font-weight:normal;
padding:2px 0;
text-align:center;
}

.oferta_box h4 span {
display:block;
font-size:12px;
font-weight:normal;
padding:2px 0;
text-align:center;
}

.oferta_region {
text-align:center;
}

.oferta_region a{
color: #34b4d1;
text-decoration:none;
}

.oferta_box h5 {
color:#486680;
font-size:14px;
margin:15px 15px 5px 15px;
}

.oferta_box ul {
margin:0 15px 0 30px;
}

.oferta_box li{
margin-bottom:3px;
}

.oferta_zakonczenie {
margin:0 15px 20px 15px;
text-align:justify;
}

.oferta_stopka {
border-top:1px solid #b7bcc0;
color:#545b61;
margin:0 15px 5px 15px;
padding-top:3px;
text-align:justify;
}

.oferta_wygasla {
position:absolute;
top:-80px;
left:50px;
}

/* Wizytówka */

ul.dane_kontaktowe {
border-top:1px solid #b7bcc0;
clear:both;
list-style-type:none;
margin-left:15px;
padding:4px 0 8px 0;
}

/* Szkolenia */

.szkolenie {
padding-top:10px;
margin-bottom:15px;
}

.szkolenie p, .obejma {
margin:10px;
}

p.boksy {
margin:10px;
}

.obejma ol, .obejma ul {
margin-left: 35px;
}

.obejma h3 {
font-size:14px;
background:none;
border:none;
color:#000000;
}

.obejma h6 {
font-size:12px;
}

#szkolenia_szukaj {
height:70px;
position:relative;
margin-bottom:15px;
}

.szkol_slowa_p {
position:absolute;
top:0;
left:10px;
}

.szkol_slowa_p label {
font-weight:bold;
}

.szkol_slowa_p label span {
font-weight:normal;
font-size:10px;
display:block;
color:#8e8f8f;
}

.szkol_kat_p {
position:absolute;
top:1px;
left:280px;
}

.szkol_kat_p label {
font-weight:bold;
padding-bottom:10px;
}

#szkolenia_szukaj input#szukaj_szkol_btn {
float:none;
position:absolute;
top:30px;
left:480px;
}

#szkolenia_szukaj input#szkol_szukane_slowa {
background-color:#f3fafc;
border:1px solid #34b4d1;
height:20px;
width:250px;
}

/* Paginacja */

p.pagination {
margin:10px 0;
text-align:center;
}

p.pagination a {
color:#0686a3;
font-size:10px;
font-weight:bold;
text-decoration:none;
padding:2px 3px;
background-color:#abdfed;
border:1px solid #34b4d1;
}

p.pagination strong {
color:#ffffff;
font-size:10px;
padding:3px;
background-color:#34b4d1;
border:1px solid #486680;
}


/* Tabela ofert */

table.tabela_ofert {
border:1px solid #e2e6eb;
border-collapse: collapse;
margin-top:10px;
width:100%;
}

table.tabela_ofert thead {
background:#1d4d76 url(../img/thead_separator.gif) bottom left repeat-x;
border-bottom:1px solid #e2e6eb;
color:#ffffff;
font-weight:bold;
}

table.tabela_ofert thead  td {
padding:7px 0 11px 0;
}

.tabela_ofert_dodano {
text-align:center;
width:85px;
}

.tabela_ofert_firma {
width:165px;
padding-left:8px;
}

.tabela_ofert_lokalizacja {
width:100px;
}

.tabela_ofert_ciekawa {
width:34px;
}

table#najnowsze_oferty .tabela_ofert_oferta {
padding:5px 4px;
}

table.tabela_ofert tbody tr {
background: url(../img/tabela_separator.gif) bottom left repeat-x;
border-bottom:1px solid #e2e6eb;
}

table.tabela_ofert tbody tr.r1 {
background-color:#ffffff;
}

table.tabela_ofert tbody tr.r2 {
background-color:#f0f6f8;
}

table.tabela_ofert tbody tr.r3 {
background-color:#dae9ed;
}

table.tabela_ofert tbody tr.promowany {
background-color:#f6950a;
}

table.tabela_ofert tbody tr.promowany td.promowany_btn {
padding:0;
text-align:center;
}

table.tabela_ofert tbody td {
padding:5px 0 7px 0;
}

table.tabela_ofert tbody td a {
color:#0072bc;
}

/* Daj prace */

.dodaj_oferte_opis {
border-bottom:1px solid #e2e6eb;
margin:14px;
padding-bottom:5px;
text-align:justify;
}

p#remember {
margin:10px 0 0 0;
}

form.form label#labelremember {
display:inline;
}

div.zaloguj_left {
border-right: 1px solid #e2e6eb;
display:inline;
float:left;
margin:10px 14px 5px 15px;
padding-right:10px;
width:277px;
}

div.zaloguj_right {
display:inline;
float:right;
margin:30px 0 5px 0;
padding-right:5px;
width:255px;
}

div.zaloguj_right ul.img_list {
margin-left:0;
}

div.zaloguj_left h4 {
border-bottom: 1px solid #e2e6eb;
font-size:12px;
padding-bottom:3px;
}

form#dodaj_oferte {
margin:0 15px 0 20px;
}

form#dodaj_oferte label{
font-weight:bold;
width:260px;
}

p.input_stopka input#oferta_stopka, p.input_stopka input#oferta_ukryj_nazwe {
display:block;
float:left;
margin-top:2px;
width:20px;
}

p.input_stopka span {
border-left:1px solid #e2e6eb;
display:block;
float:left;
margin-left:5px;
padding-left:5px;
text-align:justify;
width:450px;
}

div.input_dodaj_regulamin {
border-top:1px solid #e2e6eb;
margin:10px 0 0 0;
}

div.input_dodaj_regulamin p {
float:left;
font-weight:bold;
margin-top:15px;
width:260px;
}

div.addremove_p p.input {
margin-top:5px;
}

a.dodaj_pole {
background:url(../img/ikony/add_ico.png) center left no-repeat;
display:block;
margin-top:5px;
padding:0 0 2px 18px;
}

a.usun_pole {
background:url(../img/ikony/del_ico.png) center left no-repeat;
padding:0 0 2px 18px;
}

p.wynagrodzenie_input {
margin:10px 0 5px 0;
}

p.wynagrodzenie_input input {
background-color:#f3fafc;
border:1px solid #34b4d1;
height:20px;
width:60px;
}

.captcha_challenge {
display:block;
margin-bottom:10px;
}

/************************************************
 * Sekcja "pracodawca"
*************************************************/

/* menu */

ul#pracodawca_menu {
background-color:#34b4d1;
height:28px;
list-style-type:none;
margin-bottom:10px;
position:relative;
}

ul#pracodawca_menu  li.pracodawca_menu_item {
float:left;
}

ul#pracodawca_menu  li.pracodawca_menu_item a{
background-color:#486680;
border-right:1px solid #ffffff;
border-bottom:3px solid #aabbcc;
color:#ffffff;
display:block;
font-weight:bold;
text-decoration:none;
padding:5px 10px;
}

ul#pracodawca_menu  li.pracodawca_menu_item a:hover{
border-bottom:3px solid #f6950a;
}

ul#pracodawca_menu  li.wyloguj a{
background: url(../img/ikony/logout.jpg) center left no-repeat;
color:#ffffff;
display:block;
font-weight:bold;
height:15px;
position:absolute;
right:10px;
text-align:right;
text-decoration:none;
top:6px;
width:70px;
}

ul#pracodawca_menu  li.wyloguj a:hover {
color:#c2e7f0;
}

/* buttony i dodatkowe klasy w tabeli z ofertami*/
.tabela_ofert_wygasa, .tabela_ofert_akcja {
text-align:center;
width:95px;
}

.tabela_ofert_ciekawa_admin {
width:26px;
}

.logo_form {
display:block;
margin:5px 0;
}

input.oferta_waznosc {
background: url(../img/ikony/waznosc_dodaj.gif) top left no-repeat;
cursor:pointer;
height:16px;
margin:0 2px;
width:16px;
}

input.oferta_wlacz {
background: url(../img/ikony/wlacz.gif) top left no-repeat;
cursor:pointer;
height:16px;
margin:0 2px;
width:16px;
}

input.oferta_wylacz {
background: url(../img/ikony/wylacz.gif) top left no-repeat;
cursor:pointer;
height:16px;
margin:0 2px;
width:16px;
}

input.oferta_anonim_on {
background: url(../img/ikony/anonim_on.gif) top left no-repeat;
cursor:pointer;
height:16px;
margin:0 2px;
width:16px;
}

input.oferta_anonim_off {
background: url(../img/ikony/anonim_off.gif) top left no-repeat;
cursor:pointer;
height:16px;
margin:0 2px;
width:16px;
}

input.oferta_edytuj {
background: url(../img/ikony/edytuj.gif) top left no-repeat;
cursor:pointer;
height:16px;
margin:0 2px;
width:16px;
}

input.oferta_usun {
background: url(../img/ikony/usun.gif) top left no-repeat;
cursor:pointer;
height:16px;
margin:0 2px;
width:16px;
}

/************************************************
 * formularz aplikacyjny
*************************************************/

/* logo */
#aplikacja_logo {
background: url(../img/aplikacja_logo.jpg) top left no-repeat;
height:58px;
padding:10px 0 0 49px;
width:280px;
}

#aplikacja_logo a {
display:block;
height:45px;
text-indent:-9999px;
width:240px;
}

.aplikacja_kontener {
background-color:#ffffff;
}

/************************************************
 * Regulamin
*************************************************/

.regulamin_box {
padding:5px 10px;
text-align:justify;
width:558px;
}

.regulamin_box p {
margin:10px 0;
}

.regulamin_box ol {
margin:10px 0 10px 30px;
}

.regulamin_box li {
margin:5px 0;
}

/************************************************
 * newsletter
*************************************************/

.newsletter_kategorie {
float:left;
margin-bottom:4px !important;
margin-bottom:0;
width:270px;
}

/************************************************
 * Stopka
*************************************************/

#stopka_cont a {
color:#dedede;
text-decoration:none;
}

#stopka_cont a:hover {
color:#ffffff;
text-decoration:underline;
}

#stopka_cont p.foot_zobacz_takze {
border-top:1px solid #83aabf;
font-size:10px;
margin:5px auto 0 auto;
padding:5px 0 10px 0;
width:740px;
}

#stopka_cont p.foot_zobacz_takze a {
font-size:10px;
}

#stopka_cont p.foot_copy {
color:#8eb0c2;
font-weight:bold;
}


/************************************************
 * Autocomplete
*************************************************/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
