#BtnRightClose{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0;
    background-color: #FFF;
}
#frmRightAcc{
    margin: 0;
    display: block;
    width: 500px;
}
#frmRightAcc .TitleImages{
    text-align: center;
    line-height: 0;
    padding: 30px 0 20px;
}
#frmRightAcc .TitleText{
    font-size: 2.5em;
    text-align: center;
    font-weight: 700;
    color: #323232;
    border-bottom: 1px solid #5996ea;
    width: 90%;
    margin: 0 auto 30px;
    padding: 20px 0 30px;
}
#frmRightAcc .TblRightAcc{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#frmRightAcc .TblRightAcc th{
    width: 100px;
    padding: 15px 0;
}
#frmRightAcc .TblRightAcc td{
    padding: 10px 0;
}
#frmRightAcc .TblRightAcc td input[type='text'], #frmRightAcc .TblRightAcc td textarea{
    padding: 5px;
    width: 350px;
    -webkit-appearance: none;
    border: 1px solid #666;
    border-radius: 5px;
}
#frmRightAcc .BtnRightList{
    text-align: center;
    margin: 15px 0;
}
#frmRightAcc .BtnRightList .BtnRightAcc{
    display: inline-block;
    border: 1px solid #2d6880;
/*    background-color: #226cd2;*/
    color: #FFF;
    padding: 20px 60px;
    font-size: 2em;
    border-radius: 10px;
    background: #0575E6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#frmRightAcc .BtnPrivate{
    display: inline-block;
    border: 1px solid #828282;
    font-size: 0.7em;
    color: #FFF;
    background-color: #828282;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 20px;
}
#frmRightAcc .lblAgree{
    font-size: 0.9em;
    margin-left: 5px;
    font-weight: 600;
    color: #666;
}
#HeadSideRightBackground{
    display: none;
}
#HeadSideRightBackground.on{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99998;
}