
#Table_01 td { vertical-align: top; line-height: 0; font-size: 0;  } /* removes white space between the image and cell bottom border */

#Table_01 img { border: 0; }

#Table_01 label { display: block; width: 25px; height: 25px; }

#Table_01 .submit, #submit, #ctl00_Main_Krok1ButtonNext { width: 112px; height: 28px; padding: 0; margin: 0; border: 0; }

/* Checkboxes */
#Table_01 label.checkbox_checked { background: #fff url(tick.png) no-repeat; display: block; margin: 10px 0; padding-left: 25px; cursor: pointer; }
#Table_01 label.checkbox_unchecked { background: #fff url(cross.png) no-repeat; display: block; margin: 10px 0; padding-left: 25px; cursor: pointer; }

/* Radio Buttons */
#Table_01 label.radio_checked { background: #fff url(bullet_on.gif) no-repeat; display: block; cursor: pointer; }
#Table_01 label.radio_unchecked { background: #fff url(bullet_off.gif) no-repeat; display: block; cursor: pointer; }

/* Hover State */
#Table_01 label:hover { color: #575B60; }
#Table_01 label.highlighted { border: 1px solid #333; }

#Table_01 .crirHiddenJS input, Table_01 .crirHidden { position: absolute; left: -3000px; }
