.fotobuch_teaser_td {
    width:152px;
    font-size:11px;
    line-height:13px;
    padding-top:5px;
}
.fotobuch_teaser_td img {
    border:1px solid #eaeaea;
}
.fotobuch_teaser_bottom_td {
    padding-bottom:20px;
    padding-top:5px;
    vertical-align:top;
}
.fotobuch_teaser_top_td {
    padding-bottom:10px;
    padding-top:10px;
}
tbody {
    border:none;
}
th {
    border:none;
}

/* seems some bug in new changed css causes form elements not to display as expected - fixed with this two style definitions */
/* so maybe it could be fixed in a better way on another place */
.form-item label {
  float:none !important;
}
div.description {
  clear:none !important;
  padding-left: 0;
}
