/* CSS Document */
#profile{}
#profile-menu legend{
width:155px;
}
#profile fieldset{
margin-bottom:15px;
}
/*
#profile .text{
padding:20px 15px 15px 0;
} */
#userPic{
float:right;
padding:10px;
margin-left:12px;
margin-bottom:12px;
max-width:400px;
background-color:#FFE6CC;
border:thin groove;
border-top-color:#CCCCCC;
border-right-color:#333333;
border-bottom-color:#333333;
border-left-color:#CCCCCC;
}
#profile-menu{
clear:both;
float:left;
width:200px;
}
#profile-menu fieldset{
padding:10px 0 15px 0;
}
#profile li .left-col{
font-weight:bold;
float:left;
width:9em;
}
#profile li .right-col{
margin-left:1px;
}