table.user_control
   {
   line-height: 10px;
   margin-top: 10px;
   }
table.user_control
   {
   font-size: .8em;
   }
table.user_control img
   {
   border: 0;
   height: 32px;
   width: 32px;
   }
table.user_control td
   {
   padding: 0 15px;
   text-align: center;
   vertical-align: top;
   width: 70px;
   }

/* Members List */
table.members
   {
   width: 100%;
   border-spacing: 0;
   margin-top: 5px;
   }
table.members th
   {
   border-bottom: 1px solid #EEE;
   padding: 2px 5px;
   }
table.members td
   {
   border-bottom: 1px solid #EEE;
   padding: 2px 5px;
   }

/* Edit Profile */

table#edit_profile
   {
   border-collapse: collapse;
   border-spacing: 0;
   width: 100%;
   }
table#edit_profile th
   {
   width: 40%;
   }
table#edit_profile th, table#edit_profile td
   {
   border-bottom: 1px solid #DFDFDF;
   padding: 3px 5px 3px 5px;
   }
