﻿ form#rec-prices ul{
  list-style-type: none;
  
 }
 form#rec-prices li{
  padding: 8px 0;
  
 }
 form#rec-prices label {
  margin-bottom: 5px;
 }
 td.item.highlight, td.label.highlight {
  background: #FCFC5F;
 }
 td.item.remove, td.label.remove{
  background: #F4F4F4; 
  color: #353535;
 
 }
 form#rec-prices label.float-left {
  float: left;
  margin-top: 5px;
  margin-right: 35px;
 } 
 .message {
  display: none;
  padding: 10px;
  width: 425px;  
  background: #F4F4F4;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  text-align: center;
 }