﻿/****************************************
 * User Type Info Control Panel STYLES
 ****************************************/
	
	.UserTypeInfoPanel
	{
        float: left;
        background-color: #E1E2E1;
    }
	
	.UserTypeWrapper
	{
	    float:left;
	    width:100px;
	    height:81px;
	}
	.UserTypeImageWrapper
	{
	    float:left;
		padding:0;
	    height:81px;
	}
		
	.UserTypeLabelWrapper
	{
	    float:left;
		padding:0;
	}
