.signInBox {
    display: inline-block;
    position: absolute;
    right: -20px; 
    top: 35px;
    left: auto !important; 
}

.signInBox > .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    transform: none;
    padding: 1.5rem 2rem;
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .3);
    width: 280px; 
}
.regBtn {
    background-color: #fd5e16;
    color: #fff;
    font-weight: 800;
    border-radius: 90px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
}
.verifyErr {
    background: url(/QA/QAHome.nsf/vwWebSource/firstpage/$FILE/caution.png) repeat scroll 0 0;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.loginFormIpt, .ico {
    background-image: url("/QA/QAHome.nsf/vwWebSource/our-services/$FILE/loginbox_bg.png");
}
.formIpt{
    position: absolute;
}
.ico-uid {
    background-position: -16px -15px;
    height: 16px;
    width: 14px;
}
.ico-pwd {
    background-position: -40px -15px;
    height: 16px;
    width: 14px;
}
.loginFormIpt {
    background-position: -16px -48px;
	border: medium none;
    clear: both;
    height: 42px;
    line-height: 42px;
    margin: 0 0 15px 5px;
    padding-right: 5px;
    position: relative;
    width: 210px;
    z-index: 2;
}
.loginFormIpt .ico {
    left: 9px;
    position: absolute;
    top: 13px;
    z-index: 1;
}
.loginFormBtn {
    height: 38px;
    margin: 18px 0 0 25px;
    position: relative;
    width: 245px;
}
.formIpt {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none;
    color: #888;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    height: 36px;
    ime-mode: disabled;
    left: 30px;
    top: 1px;
    width: 175px;
}
.formIpt:focus {
    outline: 0 none;
	color: #333;
}
#toTop {
    -moz-transition: opacity .2s linear 0s;
    background: url(/QA/QAHome.nsf/vwWebSource/our-services/$FILE/loginbox_bg.png) no-repeat scroll -74px -3px transparent;
    border: medium none;
    bottom: 50px;
    display: none;
    height: 40px;
    position: fixed;
    text-decoration: none;
    text-indent: -9999px;
    width: 40px;
    right: 80px;
    z-index:999;
    cursor: pointer;
}
