﻿/******************************************************
*	CreateNewUserProfile
******************************************************/
.RequiredField
{
	color:Red;
}

.NewUserProfileTable
{
    width:100%; 
    border-spacing:0px !important; 
    border-collapse:separate;
	
}

.NewUserProfileHeader
{
    background-color: Black;
    color:White; 
    font-weight: bold; 
    padding-top: 3px; 
    padding-bottom: 3px; 
    
    padding-left: 3px;	
}

.NewUserProfileLabel
{
    vertical-align:top; 
    background-color: #e5e5e5;
    color: Black;
    border-right: solid 1px White; 
    border-bottom: solid 1px white; 
    width:20%;
    font-weight: bold;
       
}

.NewUserProfileValue
{
    vertical-align: middle; 
    background-color: white; 
    color:black; 
    border-right: solid 1px White; 
    border-bottom: solid 1px white; 
    width:80%;    
}


