﻿#withoutChangingButtonDiv, #updateButtonDiv
{
    float: left;
}
.buttonArea
{
    width:220px;
}
.smallItem
{
    margin-top: 10px;
    
}
.topMsg
{
    margin-bottom: 20px;
    line-height: 20px;
}
.inputWith
{
    width: 220px;
}

#changeUserPasswordDivServerErrMsg
{
    width: 430px;
    margin-left: 0px;
}
.changePasswordErrorContainter
{
    height:300px; 
    width:400px;
    overflow:hidden;
    padding-top:20px;
}

#changeUserPasswordOverlay .overlayContent .overlayContentCenterInner{
	padding:0px 30px 30px 30px;
} /*
#changeUserPasswordDivServerErrMsg .errorWord
{
    margin: 8px 0 0 -7px;
    width: 497px;
    width: 479px;
} */
#changeUserPasswordDiv .changeuserpasswordpart1
{
    height:200px;
}

/**** for defect 1070 ****/
.changeUserPasswordDivDynamicHeight {
    height:328px !important;
}    
#changeUserPasswordDivServerErrMsg .errorWord {
   /* margin: 6px 0 0 -8px;*/
    margin-left:-3px;
    width: 390px;
    
}
.changeUserPasswordDivDynamicButtonArea 
{
    margin-top:82px !important;
}
/*********** ends here *************/