#iprofile_form
{
   margin-left: 0px;
}

#iform_m1
{
  padding: 20px;
  width: 100%;
}

#iform_m2
{
  position: relative;
  left: 0px;
  clear: left;
  width: 80px;
  margin-left: 0px;
}

/*
 * width = iform_m4a.width*4
 * Margin-left = iform_m4a.width/2 
 */
#slider_fixme_id {
  position: relative;
  left: 0px;
  width: 400px;
  padding-bottom: 5px;
  margin-left:50px;
}

#iform_m3
{
  width: 100%;
  margin-top: 5px;
}

/*
 * margin-left = iform_m4a.width/2 
 * left = iform_m4a.width * number_left_box - (2px * number_left_box)
 */
#iform_m3a
{
  width: 0px;
  border: 1px solid;
  text-align: center;
  position: relative;
  left: 0px;
  float: left;
  margin-left: 50px;
}

/*
 * left = iform_m4a.width * number_left_box - (2px * number_left_box)
 * 
 * number_left_box - the number of box div on the left of this box
 * 2px - 2 pixel width for each "dot" for each "box"
 */
#iform_m3b
{
  width: 0px;
  border: 1px solid;
  text-align: center;
  position: relative;
  left: 98px;
  float: left;
}

#iform_m3c
{
  width: 0px;
  border: 1px solid;
  text-align: center;
  position: relative;
  left: 196px;
  float: left;
}

#iform_m3d
{
  width: 0px;
  border: 1px solid;
  text-align: center;
  position: relative;
  left: 294px;
  float: left;
}

#iform_m3e
{
  width: 0px;
  border: 1px solid;
  text-align: center;
  position: relative;
  left: 392px;
  float: left;
}

/*
 * Key width of each box to drive all
 * the other calculations
 */
#iform_m4a
{
 width: 100px;
 text-align: center;
 float: left;
}

#iform_m4b
{
 width: 100px;
 text-align: center;
 float: left;
}

#iform_m4c
{
 width: 100px;
 text-align: center;
 float: left;
}

#iform_m4d
{
 width: 100px;
 text-align: center;
 float: left;
}

#iform_m4e
{
 width: 100px;
 text-align: center;
 float: left;
}


