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

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

li.cell_inp {
     border: 0px;
     width:160px;
     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: left;
   margin: 0px;
   font-size: 11px;
}

#form1 {

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

#image {
   position: relative;
   background: transparent url('milk_powder.jpg') no-repeat top center;
   text-align: center;
   width: 580px;
   height: 434px;
   margin: 0;
   padding: 0;
   margin-left: 125px;
   margin-top: -150px;
   z-index: 0;
 
} 

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

#fat,
#snf,
#powder_fat,
#powder_moisture {
   font-size: 12px;
   position: relative;
   width: 165px;
   text-align: left;
   font-weight: bold;
   color: blue;
}

#fat {
   display: block;
}

#snf {
   display: block;
}

#powder_fat { 
   display: block;
   width: 120px;
   text-align: left;
   color: blue;
}

#powder_moisture { 
display: block;
   width: 200px;
   text-align: left;
   color: blue;
}