﻿div#profilediv .frmInput
{
  min-height: 20px;
  
}

div#profilediv .frmInput span
{ 
    
}

div#profilediv .frmLabel .lbl
{
    float: left;
    width: 125px;
    text-align: right;
    color: #CCC;
}

div#profilediv .frmField
{
    color: #FFF;
}

div#profilediv .frmField .rolebutton
{
    font-size:small;
    height: 20px;
    width: 60px;
   
}

div#profilediv .frmField ul
{
    list-style: none;
     
}
div#profilediv .frmField ul li
{
    float: left;
    margin: 0 5px 0 0;
    vertical-align: bottom;
}