/* for forgot password screen */
#PasswordWrapperDiv
{
	width:100%;
	height:auto;
}
#ForgotPasswordDiv
{
	margin-top:10px; margin-left:13px;
}
#Notification
{
	margin-top:10px; 
	margin-left:10px;
	text-align:left;
	padding-left:4px;
	color:#5F5F5F;
}
.NameTitle
{
	color:#5994E2;
	font-size:13px;
	padding-right:6px;
	
}

#PasswordTable tr
{
	margin-top:8px;
}

#UsernameTD{
	width:65px;
	border:none;
}
/*-----------------------------------------  ForgotPassword and RegisterClient   ----------------------------*/
.Button_Normal:hover {
    background-image: url('Images/Buttons/Button-normal-hover.jpg');
    background-repeat: repeat-x;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    height: 21px;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:3px;
	border:2px solid #3898BE;
}

.Button_Normal{
    
    background-image: url('Images/Buttons/Button-normal.jpg');
    background-repeat: repeat-x;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    height: 21px;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:3px;
	border:2px solid #A0A1A2;
}
.PwdBtn{
	width 	: 130px;
}
