 .friend {
width: 150px;
border: 2px solid #000000;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  }
  
 .textcenter {
 text-align: center;
 }

.centerside {
margin:auto;
width:70%;
background-color:#ffffff;
}
	

#friendlist li {
  /* no bullet lists */
   list-style: none;
   }


/* The tab itself */
 
#followTab {
 
  /* no bullet lists */
  list-style: none;
 
  /* Position and float the tab */ 
  position: fixed;
  z-index: 1;
  left: 0px;
  top: 25%;
   
  /* Give the tab width and padding */
  width: 65px;
  padding: 8px 5px;
   
  /* Add the curved white border */
  border: 5px solid #fff;
  border-left: none;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
   
  /* Add the drop shadow */
  -moz-box-shadow: 0 0 15px rgba(250, 2, 2, .6);
  -webkit-box-shadow: 0 0 15px rgba(250, 2, 2, .6);
  box-shadow: 0 0 15px rgba(250, 2, 2, .6);
   
  /* Add the semitransparent gradient background */
  background: rgb(210, 210, 210);
  
}
#followTab li{
 
  /* no bullet lists */
   list-style: none;
   }


/* The tab itself ie6 */
 
#followTabie6 {
 
  /* no bullet lists */
  list-style: none;
 
  /* Position and float the tab */ 
  z-index: 1;
   margin-left:auto;
   margin-right:auto;
   top:0px;
   
   
  /* Give the tab width and padding */
  width: 740px;
  height:85px
  
    
  /* Add the semitransparent gradient background */
  background: rgb(0, 0, 0);
  
