
#container {
  height: 700px;
  text-align: left;
}
.inp {
      border: 0px;
      background: yellow;
      width:135px;
}

li.cell_name {
     border: 1px solid #000000;
     width: 140px;
     text-align: center;
     font-size: 13px;
}

li.cell_inp {
     border: 0px;
     width:140px;
     text-align: center;
     background: yellow;
     border-right: 1px solid #000000;
     border-left: 1px solid #000000;
}


ul{
   display: block;
   list-style-type: none;
   margin: 1px;
   padding: 1px;
   text-align: left;
}

.text {
   text-align: right;
   margin: 0px;
   font-size: 13px;
}

#form1 {

     position: relative;
     width: 170px;
     text-align: left;
}

#image {
   position: relative;
   background: transparent url('image.jpg') no-repeat top center;
   text-align: center;
   width: 498px;
   height: 311px;
   margin: 0;
   padding: 0;
   margin-left: 150px;
   margin-top: -150px;
 
} 

#results { 
   position: relative;
   display: inline; }

#milk {
   font-size: 10px;
   position: relative;
   border: 1px solid #000000;
   width: 130px;
      margin-top: -40px;
   margin-left: 270px;
}

#skim {
font-size: 10px;
   position: relative;
   border: 1px solid #000000;
   width: 130px;   
   margin-left: 410px;
}

#cream { 
   font-size: 10px;
   position: relative;
   border: 1px solid #000000;
   width: 130px;
   margin-top: -40px;
   margin-left:  550px;
}