
input.dodaj_do_koszyka
{
 text-align: center;
 vertical-align: middle;
 width: 30px;
 height: 12px;
 font-size: 10px;
 font-family: verdana;
 color: black;
 border: solid 1px red;
}

table.form_source_load
{
 width: 100%;
 height: 18px;
}

#koszyk
{
 min-height: 75px;
}

table.koszyk_load
{
 width: 100%;
 height: 75px;
}

span.dodaj_do_koszyka
{
 color: black;
 cursor: pointer;
}

span.dodaj_do_koszyka:hover
{
 color: red;
 cursor: pointer;
}

