.boxName{
    text-align: right;
    width: 100%;
}
.star {
    color: red;
}
.inline li{
    display: inline-block;
}
.buttonLogin{
    /*font-family: tahoma,sans-serif,"Trebuchet MS", Arial, Helvetica;*/
    text-align: center;
    vertical-align: middle;
    height: 20px;
    color: #ffffff;
    font-size: 20px;

    background-color: #C04CA1;
    background-image: -ms-linear-gradient(top, #D88FC6 0%, #BF499F 100%);
    /*Mozilla Firefox*/  
    background-image: -moz-linear-gradient(top, #D88FC6 0%, #BF499F 100%);
    /*Opera*/  
    background-image: -o-linear-gradient(top, #D88FC6 0%, #BF499F 100%);
    /*Webkit (Safari/Chrome 10)*/  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D88FC6), color-stop(1, #BF499F));
    /*Webkit (Chrome 11+)*/  
    background-image: -webkit-linear-gradient(top, #D88FC6 0%, #BF499F 100%);
    /*W3C Markup, IE10 Release Preview*/  
    background-image: linear-gradient(to bottom, #D88FC6 0%, #BF499F 100%);

    box-shadow: 0px 0px 1px 3px rgba(255, 255, 255, 255);

    background-image: linear-gradient(to bottom, #E1A8D3 0%, #C04CA1 100%);
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    box-shadow: 1 3px 3px rgba(255,0,255);
    box-shadow: 1 1px 1px red(0, 0, 0, 0.3);
    display: block;
    position: relative;
}
/*.buttonLogout{
    font-family: tahoma,sans-serif,"Trebuchet MS", Arial, Helvetica;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    color: #902790;
    font-size: 17px;

    background-color: #FEE9A8;
    background-image: -ms-linear-gradient(top, #FEE9A8 0%, #FECD42 100%);
     Mozilla Firefox  
    background-image: -moz-linear-gradient(top, #FEE9A8 0%, #FECD42 100%);
     Opera  
    background-image: -o-linear-gradient(top, #FEE9A8 0%, #FECD42 100%);
     Webkit (Safari/Chrome 10)  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEE9A8), color-stop(1, #FECD42));
     Webkit (Chrome 11+)  
    background-image: -webkit-linear-gradient(top, #FEE9A8 0%, #FECD42 100%);
     W3C Markup, IE10 Release Preview  
    background-image: linear-gradient(to bottom, #FEE9A8 0%, #FECD42 100%);

    box-shadow: 0px 0px 1px 3px rgba(191, 21, 110, 66);

    background-image: linear-gradient(to bottom, #FEE9A8 0%, #FECD42 100%);
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    padding-top: 7px;
        box-shadow: 1 3px 3px rgba(255,0,255);
    box-shadow: 1 1px 1px red(0, 0, 0, 0.3);
    display: block;
    position: relative;
}*/
/*.buttonRegister{
    font-family: JasmineUPC,"Trebuchet MS",Arial,Verdana,Helvetica;
    text-align: center;
    vertical-align: middle;
    height: 33px;
    width: 100px;
    color: #ffffff;
    font-size: 18px;

    background-color: #C04CA1;
    background-image: -ms-linear-gradient(top, #D88FC6 0%, #BF499F 100%);
    Mozilla Firefox  
    background-image: -moz-linear-gradient(top, #D88FC6 0%, #BF499F 100%);
    Opera  
    background-image: -o-linear-gradient(top, #D88FC6 0%, #BF499F 100%);
    Webkit (Safari/Chrome 10)  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D88FC6), color-stop(1, #BF499F));
    Webkit (Chrome 11+)  
    background-image: -webkit-linear-gradient(top, #D88FC6 0%, #BF499F 100%);
    W3C Markup, IE10 Release Preview  
    background-image: linear-gradient(to bottom, #D88FC6 0%, #BF499F 100%);

    box-shadow: 0px 0px 1px 3px rgba(255, 255, 255, 255);
    box-shadow: 0px 0px 1px 3px rgba(190, 72, 158, 55);

    background-image: linear-gradient(to bottom, #E1A8D3 0%, #C04CA1 100%);
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;

    box-shadow: 1 3px 3px rgba(255,0,255);
    box-shadow: 1 1px 1px red(0, 0, 0, 0.3);
    display: block;
    position: relative;
}

.buttonRegister:disabled{
    background-color: #999;
    background-image: -ms-linear-gradient(top, #999 0%, #FFFFFF 100%);
    Mozilla Firefox  
    background-image: -moz-linear-gradient(top, #999 0%, #FFFFFF 100%);
    Opera  
    background-image: -o-linear-gradient(top, #999 0%, #FFFFFF 100%);
    Webkit (Safari/Chrome 10)  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(1, #FFFFFF));
    Webkit (Chrome 11+)  
    background-image: -webkit-linear-gradient(top, #999 0%, #FFFFFF 100%);
    W3C Markup, IE10 Release Preview  
    background-image: linear-gradient(to bottom, #999 0%, #FFFFFF 100%);

    box-shadow: 0px 0px 1px 3px rgba(255, 255, 255, 255);
    box-shadow: 0px 0px 1px 3px rgba(190, 72, 158, 55);

    background-image: linear-gradient(to bottom, #999 0%, #FFFFFF 100%);

    box-shadow: 10px 10px 10px red(0, 0, 0, 0.3);

}*/

.textHeaderLogin{
    font-size: 18px;
    font-weight: bold;
}
.textHeaderPayment{
    font-size: 18px;
    font-weight: bold;
}
.textHeaderForgetPass{
    font-size: 18px;
    font-weight: bold;
}
.onclick{
    font-size: 13px;
    cursor: pointer;
    color: #FFFFFF;
    /*    text-shadow: 1px 1px #999;*/
}
.onclick:hover{
    color: cyan;
}
.table{
    width: 100%;
    border: 0;
}
.HoroDetail{
    float: left;
    /*width: 640px;*/
    width: 696px;
    height:auto;
    /*text-shadow:*/ 
    text-shadow: 1px 1px 1px #EEEEEE;

}
.HoroRight{
    background-color: #ffffff;
    padding-right: 45px;
    float: right;
    width: 310px;
}
.contentArea-index{
    background-color: #FFFFFF;
    width:1000px;
    min-height: 500px;
    display: block;
    height: 100%;
    margin: 0 auto;
    vertical-align: top;
}

/*///  Horo ///*/
.formReceiveHoro{
    font-family: Tahoma;
    /*width: 310px;*/
    width: 250px;
    height: 165px;
    text-align: center;
    background-color: #FF0FBF;

    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #FF0FBF 0%, #820859 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #FF0FBF 0%, #820859 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top, #FF0FBF 0%, #820859 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF0FBF), color-stop(1, #820859));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #FF0FBF 0%, #820859 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #FF0FBF 0%, #820859 100%);
    display: block;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}
.formReceiveHoroRight{
    width: 310px;
    height: 55px;
    background-color: #BF499F;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #D88FC6 0%, #BF499F 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #D88FC6 0%, #BF499F 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top, #D88FC6 0%, #BF499F 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D88FC6), color-stop(1, #BF499F));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #D88FC6 0%, #BF499F 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #D88FC6 0%, #BF499F 100%);
    display: block;
    position: relative;
    box-shadow: 0px 0px 1px 3px rgba(190, 72, 158, 55);
    /*box-shadow: 1px 1px 2px rgba(190, 72, 158, 55);*/
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}
.txtLoginHeader{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 10px;
    /*padding-left: 10px;*/
}
.txtWelcome{
    /*width:310px;*/
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 15px;
    text-align: center;
    /*padding-left: 10px;*/
}
.txtName{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
}
/*.buttonSubmitRegister{
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}*/
.textIndex{
    font-weight: bold;
    font-size: 12px;
}
.textHeaderIndex{
    text-shadow: 0.5px 0.5px #faddde;
    font-weight: bold;
    font-size: 18px;
    color: #63045e;
    padding-top: 5px;
}
.textHeaderHelp1{
    text-shadow: 0.5px 0.5px #faddde;
    font-weight: bold;
    font-size: 18px;
    color: #63045e;
    padding-top: 10px;
}
.textHeaderHelp2{
    padding-left: 10px;
    text-shadow: 0.5px 0.5px #faddde;
    font-weight: bold;
    font-size: 14px;
    color: #63045e;
    padding-top: 10px;
}

.mouse{
    cursor: pointer;
    cursor:url("./images/cursor/Normal Select.cur"),auto;
}
.img{
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}
.wap:hover{
    /*box-shadow: 0px 0px 1px 3px rgba(0, 0, 0, 0.3);*/
    background-color: #EEEEEE;
    /*    color:#008cca*/
}
/*.textRight{
    text-shadow: 1px 1px #BE489E;
    font-family: JasmineUPC,"Trebuchet MS",Arial,Verdana,Helvetica;
    font-weight: bold;
    height: 55px;
    width: 100%;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    padding-top: 7px;
}*/
.spacer5 {
    background-color: #FFFFFF;
    /*padding-top: 5px;*/
    height: 5px;
    width: 100%;
}
.spacer20 {
    background-color: #FFFFFF;
    /*padding-top: 10px;*/
    height: 20px;
    width: 100%;
}
.buttonLogout{

    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    width: 99px;
    height: 38px;
    background-image: url(./images/Button/logout.gif);
    margin-top: 4px;
    /*margin-left: 80px;*/
    cursor: pointer;
    cursor:url("./images/cursor/Normal Select.cur"),auto;
}
.buttonLogout:hover{
    box-shadow: 0.5px 0.5px 10px #EEEEEE;
}
.buttonHowto{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    width: 99px;
    height: 38px;
    background-image: url(./images/Button/howto.gif);
    cursor: pointer;
    cursor:url("./images/cursor/Normal Select.cur"),auto;
}
.buttonHowto:hover{ 
    box-shadow: 0.5px 0.5px 10px #EEEEEE;
}

.imgClick{
    width:32px; height: 32px;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */

}
.imgClick:hover{
    cursor: pointer;
    cursor:url("./images/cursor/Normal Select.cur"),auto;

    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */

    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}
.transfer{
    margin-left: 6px;
    /*width: 311px;*/
    width: 240px;
    /*height: 67px;*/
    height: 54px;
    background-image: url(./images/Button/transfer.gif);
}
.transfer:hover{
    border: 0px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    opacity: 0.8;
    
    background-color: #820859;
}
.read{
    margin-left: 6px;
    /*width: 311px;*/
    width: 240px;
    /*height: 67px;*/
    height: 54px;
    background-image: url(./images/Button/read.gif);
}
.read:hover{
    border: 0px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;

    box-shadow: 0.5px 0.5px 10px #999;
    opacity: 0.8;
    background-color: #820859;
}
.profile{
    margin-left: 6px;
    /*width: 311px;*/
    width: 240px;
    /*height: 67px;*/
    height: 54px;
    background-image: url(./images/Button/profile.gif);
}
.profile:hover{
    border: 0px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    opacity: 0.8;
    
    background-color: #820859;
}
.payment{
    margin-left: 6px;
    /*width: 311px;*/
    width: 240px;
    /*height: 67px;*/
    height: 54px;
    background-image: url(./images/Button/payment.gif);
}
.payment:hover{
    border: 0px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    background-color: #820859;
    
    opacity: 0.8;
}
.quiz{
    margin-left: 6px;
    /*width: 311px;*/
    width: 240px;
    /*height: 67px;*/
    height: 54px;
    background-image: url(./images/Button/quiz.gif);
}
.quiz:hover{
    border: 0px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    background-color: #820859;
    
    opacity: 0.8;
}

/*// setp_Help//*/
.step_1{
    width: 83px;
    height: 80px;
    background-image: url(./images/Help/step-1.gif);
}
.step_2{
    width: 83px;
    height: 80px;
    background-image: url(./images/Help/step-2.gif);
}
.step_3{
    width: 83px;
    height: 80px;
    background-image: url(./images/Help/step-3.gif);
}
.step_4{
    width: 83px;
    height: 80px;
    background-image: url(./images/Help/step-4.gif);
}
.step_5{
    width: 83px;
    height: 80px;
    background-image: url(./images/Help/step-5.gif);
}
.step_6{
    width: 83px;
    height: 80px;
    background-image: url(./images/Help/step-6.gif);
}

.buttonSubmit{
    width: 90px;
    height: 60px;
    background-image: url(./images/Button/submit-login-1.gif);
    cursor: pointer;
    cursor:url("./images/cursor/Normal Select.cur"),auto;
}
.buttonSubmit:hover{
    width: 90px;
    height: 60px;
    background-image: url(./images/Button/submit-login-2.gif);
    cursor: pointer;
    cursor:url("./images/cursor/Normal Select.cur"),auto;
}
.BackgroundStep{
    /*height: 45px;*/
    height: 35px;
    border-style: inset;
    border-width: 0px;
    padding: 0px;
    /*width: 633px;*/
    width: 696px;
    background-color: #F0F0F0;
    box-shadow: 0.5px 0.5px 10px #999;
}
.Step{
    margin-bottom: 5px;
    box-shadow: 0.5px 0.5px 10px #999;
    width: 630px;
    height: 45px;
    background-image: url(./images/Step/step.gif);
}
.Step1_1{
    opacity: 1;
    transition: all 0.5s ease 0s;
    /*width: 163px;*/
    width: 137px;
    /*height: 45px;*/
    height: 35px;
    background-image: url(./images/Step/new-step1-1.gif);
}
.Step1_1:hover{
    z-index:1000;
    box-shadow: 0 0 20px rgba(255, 15, 191, 87);
    opacity: 0.8;
}
.Step1_2{
    opacity: 1;
    transition: all 0.5s ease 0s;
    /*width: 163px;*/
    width: 137px;
    /*height: 45px;*/
    height: 35px;
    background-image: url(./images/Step/new-step1-2.gif);
}
.Step1_2:hover{
    z-index:1000;
    box-shadow: 0 0 20px rgba(255, 15, 191, 87);
    opacity: 0.8;
}
.Step2_1{
    opacity: 1;
    transition: all 0.5s ease 0s;
    /*width: 163px;*/
    width: 137px;
    /*height: 45px;*/
    height: 35px;
    background-image: url(./images/Step/new-step2-1.gif);
}
.Step2_1:hover{
    z-index:1000;
    box-shadow: 0 0 20px rgba(255, 15, 191, 87);
    opacity: 0.8;
}
.Step2_2{
    opacity: 1;
    transition: all 0.5s ease 0s;
    /*width: 163px;*/
    width: 137px;
    /*height: 45px;*/
    height: 35px;
    background-image: url(./images/Step/new-step2-2.gif);
}
.Step2_2:hover{
    z-index:1000;
    box-shadow: 0 0 20px rgba(255, 15, 191, 87);
    opacity: 0.8;
}
.Step3_1{
    opacity: 1;
    transition: all 1s ease 0s;
    /*width: 163px;*/
    width: 137px;
    /*height: 45px;*/
    height: 35px;
    background-image: url(./images/Step/new-step3-1.gif);
}
.Step3_1:hover{
    z-index:1000;
    box-shadow: 0 0 20px rgba(255, 15, 191, 87);
    opacity: 0.8;
}
.Step3_2{
    opacity: 1;
    transition: all 0.5s ease 0s;
    /*width: 163px;*/
    width: 137px;
    /*height: 45px;*/
    height: 35px;
    background-image: url(./images/Step/new-step3-2.gif);
}
.Step3_2:hover{
    z-index:1000;
    box-shadow: 0 0 20px rgba(255, 15, 191, 87);
    opacity: 0.8;
}
.Step4_1{
    opacity: 1;
    transition: all 0.5s ease 0s;
    /*width: 163px;*/
    width: 137px;
    /*height: 45px;*/
    height: 35px;
    background-image: url(./images/Step/new-step4-1.gif);
}
.Step4_1:hover{
    z-index:1000;
    box-shadow: 0 0 20px rgba(255, 15, 191, 87);
    opacity: 0.8;
    /*box-shadow: 0.5px 0.5px 20px #FF0FBF;*/
}
.Step4_2{
    opacity: 1;
    transition: all 0.5s ease 0s;
    /*width: 163px;*/
    width: 137px;
    /*height: 45px;*/
    height: 35px;
    background-image: url(./images/Step/new-step4-2.gif);
}
.Step4_2:hover{
    z-index:1000;
    box-shadow: 0 0 20px rgba(255, 15, 191, 87);
    opacity: 0.8;
    /*box-shadow: 0.5px 0.5px 20px #FF0FBF;*/
}
.Step5_1{
    opacity: 1;
    transition: all 0.5s ease 0s;
    /*width: 163px;*/
    width: 137px;
    /*height: 45px;*/
    height: 35px;
    background-image: url(./images/Step/new-step5-1.gif);
}
.Step5_1:hover{
    z-index:1000;
    box-shadow: 0 0 20px rgba(255, 15, 191, 87);
    opacity: 0.8;
    /*box-shadow: 0.5px 0.5px 20px #FF0FBF;*/
}
.Step5_2{
    opacity: 1;
    transition: all 0.5s ease 0s;
    /*width: 163px;*/
    width: 137px;
    /*height: 45px;*/
    height: 35px;
    background-image: url(./images/Step/new-step5-2.gif);
}
.Step5_2:hover{
    z-index:1000;
    box-shadow: 0 0 20px rgba(255, 15, 191, 87);
    opacity: 0.8;
    /*box-shadow: 0.5px 0.5px 20px #FF0FBF;*/
}
.borderButtonSubmit{
    border: 0px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

/*templateMainHoro*/
.templateMainHoro{
    width: 1000px;
    /*    border: #BE479E 1px solid;*/
    padding-left: 10px;
    padding-right:  10px;
}

.headerBar{
    text-align: left;
    /*    border: #BE479E 1px solid;*/
    width:1000px;
    height:33px;
    text-indent:-7000px;
    display:inline-block;
    background: url(./images/bar/bar.gif) no-repeat;
}
.body{
    /*    border: #BE479E 1px solid;*/
    text-align: left;
}

.bodyColumnLeft{
    /*    border: #BE479E 1px solid;*/
    float: left;
    /*width: 645px;*/
    width: 670px;
}

.bodyColumnRight{
    /*    border: #BE479E 1px solid;*/
    padding-right: 40px;
    /*padding-right: 3px;*/
    float: right;
    /*width: 310px;*/
    width: 250px;
}
.clearBoth{
    clear: both;
}
img.connerCurve {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.textTransfer{
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
}
.textLink{
    font-size: 14px;
    color: red;
    font-weight: bold;
    text-shadow: 0.5px 0.5px 0.5px #E1A8D3;
}
.textLink:hover{
    text-shadow: 1px 1px 1px #888;
}
.linkStep{
    font-size: 14px;
    color: red;
    font-weight: bold;
    text-shadow: 0.5px 0.5px 0.5px #E1A8D3;
}
.linkStep:hover{
    text-shadow: 1px 1px 1px #888;

}


.textOrange{
    color: orange;
}
.textGreen{
    color: green;
}
.footer{
    /*height: 100px;*/
    height: 60px;
}
.headPackage{
    padding-top: 10px;
    color: #63045E;
    border-bottom: 3px double;
    font-weight: bold;
    font-size: 13px;
}

/*// Help //*/
/*.stepHelp1{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    width: 967px;
    height: 394px;
    background-image: url(./images/Help/Step1.PNG);
}
.stepHelp2{
    box-shadow: 0.5px 0.5px 10px #999;
    width: 653px;
    height: 717px;
    background-image: url(./images/Help/Step2.PNG);
}
.stepHelp3{
    box-shadow: 0.5px 0.5px 10px #999;
    width: 966px;
    height: 487px;
    background-image: url(./images/Help/Step3.PNG);
}
.stepHelp4{
    box-shadow: 0.5px 0.5px 10px #999;
    width: 966px;
    height: 799px;
    background-image: url(./images/Help/Step4.PNG);
}
.stepHelp5{
    box-shadow: 0.5px 0.5px 10px #999;
    width: 962px;
    height: 546px;
    background-image: url(./images/Help/Step5.PNG);
}
.stepHelp6{
    box-shadow: 0.5px 0.5px 10px #999;
    width: 967px;
    height: 763px;
    background-image: url(./images/Help/Step6.PNG);
}
.stepHelp7{
    box-shadow: 0.5px 0.5px 10px #999;
    width: 967px;
    height: 489px;
    background-image: url(./images/Help/Step7.PNG);
}
.stepHelp8{
    box-shadow: 0.5px 0.5px 10px #999;
    width: 967px;
    height: 655px;
    background-image: url(./images/Help/Step8.PNG);
}*/

/*............................................*/
.stepHelp21{
    text-align: center;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    width: 311px;
    height: 167px;
    background-image: url(./images/Help2/Step1.PNG);
}
.stepHelp22{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    width: 653px;
    height: 717px;
    background-image: url(./images/Help2/Step2.PNG);
}
.stepHelp23{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    width: 521px;
    height: 211px;
    background-image: url(./images/Help2/Step3.PNG);
}
.stepHelp24{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    width: 612px;
    height: 516px;
    background-image: url(./images/Help2/Step4.PNG);
}
.stepHelp25{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    width: 650px;
    height: 331px;
    background-image: url(./images/Help2/Step5.PNG);
}
.stepHelp26{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    width: 656px;
    height: 583px;
    background-image: url(./images/Help2/Step6.PNG);
}
.stepHelp27{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    width: 650px;
    height: 181px;
    background-image: url(./images/Help2/Step7.PNG);
}
.stepHelp28{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0.5px 0.5px 10px #999;
    width: 650px;
    height: 474px;
    background-image: url(./images/Help2/Step8.PNG);
}
/*// Help //*/

/*// print  //*/ 
.formPrint{
    font-family: Tahoma;
}
.header{
    font-size: 16px;
    font-weight: bold;

}
.footerPrint{
    text-align: center;
    font-weight: bold;
}
.body{
    /*font-size: 18px;*/
}
.printer{
    opacity: 0.9;
    transform: scale(0.9);
}
.printer:hover{
    opacity: 1;
    transform: scale(1);
}
.imgPrinter{
    width: 90px;
    height: 92px;
    opacity: 0.9;
    transform: scale(0.9);

}
.imgPrinter:hover{
    width: 90px;
    height: 92px;
    opacity: 1;
    transform: scale(1);

}

/*// print  //*/ 


/*// payment  //*/

.imgCreditCard{
    margin-left: 60px;
    width: 160px;
    height: 111px;
    background-image: url(./images/visa.png);
}
.textInputEdit{
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;

    background-color: #faddde;
    color: #070;

    text-align: center;
    width: 100px;
}