/* kelly waters */

#main_center table {
 margin: 8px 8px 0; /* override setting from base.css */
}

#site_form_container {
/*  width: 500px; */
/*  height: 408px; */
 overflow: auto;
}

#site_form {
 margin: 0;
 padding: 0;
/*  width: 500px; */
}

#site_form_spacer {
 width: 500px;
 height: 1px;
 display: block;
}

#site_form th {
 font-size: 11px;
}

form #site_form td {
 vertical-align: middle;
 height: 24px;
 padding: 0px;
}

#site_form .alt_line {
 background-color: #ffffef;
}

#site_form .instructions td {
 color: red;
}

#site_form .category_header td {
 font-size: 11px;
 font-weight: bold;
 padding: 6px 0 2px;
}

#site_form .category_footer img {
 float: right;
 padding-left: 8px;
}

#site_form #item_thumb {
 width: 62px;
}

#site_form #item_desc {
  /* width: 228px;  */
}

#site_form #item_price {
 width: 120px;
}

#site_form #item_quantity {
 width: 30px;
}

#site_form .item_desc {
 padding: 0 8px;
}

#site_form .item_price {
 text-align: right;
}

#site_form .item_quantity {
 text-align: center;
}

#site_form input {
 font-size: 10px;
 
}
#site_form_image input {
 width: auto; 
}

