
table.formfield {
    width: 100%;
}
table.formfield td {
    font-size:14px;
}
table.formfield td span.red {
    color:red;
    font-size:14px;
}
table.formfield input, table.formfield textarea {
    width:208px;
}
ul.error_list {
  list-style-image:none;
  list-style-type:none;
  list-style-position:outside;
  margin: 0px;
  color: #C90738;
}


.link_to_full_recipe {
    padding: 5px 10pt;
    overflow:auto;
    height:40px;
}
.link_to_full_recipe a {
    text-decoration:none;
    font-size:12pt;
}
.link_to_full_recipe a:hover {
    text-decoration:underline;
}
div.img_to_full_recipe {
    position:relative;
    top: -2px;
    border:solid #E3E3E3 2px;
    padding: 5px 4px;
    text-align: center;
    height:112px;
    width:144px;
}
div.img_to_full_recipe a {
    text-decoration:none;
}
div.img_to_full_recipe img {
    display: -moz-inline-box;
    display: inline-table;
    display: inline-block;
    margin: 0px;
    height: auto;
    overflow: visible;
    vertical-align: middle;
}
input.menu_item_count {
    text-align:right;
}