/**
 * Profile style sheet
 */
#amhlprMessageBox.showingProfile	{
width:90%;
height:90%;
bottom:5%;
right:5%;
overflow:auto;
}

#amhlprMessageBox.showingProfile #amhlprMessageTitleWrap{
/* need title for drag :(
display:none;
*/
}

#amhlprMessageBox.showingProfile #amhlprMessageText{
text-align:left;
}

.public{
background:#f00;
padding:4px;
}
