#SigninBtn {
    float: right !important;
    margin-top: 15px !important;
    margin-right: 25px !important;
}

#MB_frame {
    background: transparent url('../../images/rpx/background.png') 0 0 no-repeat;
    width: 950px;
    display: block;
    height: 353px;
    margin-left: 12px;
    float: left;
    position: relative;
    overflow: hidden;
    top: 75px;
}

#MB_frame div.header h3.header {
    display: none;
}

#MB_frame h1 {
    display: block;
    float: left;
    width: 975px;
    font-size: 16px;
    font-weight: normal;
    padding: 30px 0 30px 30px;
    color: #FFFFFF;
}
#MB_frame h1#registered_customers {
    visibility: hidden;
}

#MB_frame p {
    font-size: 12px;
    color: #FFFFFF;
}

#MB_frame #EE {
    width: 430px;
    float: right;
    position: relative;
    height: 250px;
}
#MB_frame #EE p {
    margin: 15px 0 20px 0;
}
#MB_frame #EE h2 {
    font-size: 15px;
    font-weight: normal;
    color: #1ab7ea;
}
#MB_frame #left {
    width: 430px;
    float: left;
    margin-left: 45px;
    position: relative;
    height: 250px;
}
#MB_frame #ProviderList {
    float: left;
    display: block;
    margin-top: 55px;
}

#MB_frame #left h2 {
    font-size: 15px;
    font-weight: normal;
    color: #ffa414;
}


#MB_frame button {
    background: none;
    border: none;
    margin: 5px 10px 0 10px;
    cursor: pointer;
}

div.input-box input {
    background: transparent url(../../images/rpx/account_info_input_bg.png) no-repeat scroll 0 0;
    border: medium none;
    display: block;
    left: 142px;
    height: 25px;
    padding: 3px 0 0 5px;
    position: absolute;
    top: 0;
    width: 220px;
    color: #a3a3a3;
    font-size: 11px;
}
div.input-box {
    background: transparent url(../../images/rpx/account_info_label_bg.png) no-repeat scroll 0 0 !important;
    height: 40px;
    float: left;
    margin: 0 0 0 0;
    position: relative;
    width: 396px;
    padding: 5px 0 0 0;
}

div.input-box input {
    background: transparent url(../../images/rpx/account_info_input_bg.png) no-repeat scroll 0 0;
    width: 269px;
}
div.input-box {
    background: transparent url(../../images/rpx/account_info_label_bg.png) no-repeat scroll 0 0 !important;
    width: 440px;
}

div.input-box label {
    color: #fff;
    font-size: 12px;
    padding: 0 0 0 15px;
}

ul.form-list#login-inputs {
    margin: 30px 0 20px 0;
}
a.forgotpass {
    margin: 0 20px 0 0;
    background: transparent url(../../images/rpx/icon-forgotpw.png) no-repeat scroll 137px 6px;
    float: left;
    padding: 8px 30px 0 0;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
}

.bgbutton {
    border: medium none;
    cursor: pointer;
    float: right;
    height: 22px;
    overflow: visible;
    text-indent: -9999px;
    width: 118px;
}

.button-set {
    clear: both;
    padding-top: 8px;
    text-align: right;
    width: 396px;
    position: absolute;
    bottom: 20px;
}

#signinnow.bgbutton {
    background: transparent url(../../images/rpx/btn_signinnow.png) no-repeat scroll 0 0;
}
#close.bgbutton {
    background: transparent url(../../images/rpx/btn-close.png) no-repeat scroll 0 0;
}
#register.bgbutton {
    background: transparent url(../../images/rpx/btn-register.png) no-repeat scroll 0 0;
    float: right;
    width: 84px;
}

#register_btn {
    float: left;
    width: 410px;
    color: #FFF;
    margin: 35px 0 0 0;
    font-size: 12px;
    text-align: left;
}

#register_btn span {
    display: inline-block;
    margin: 10px 20px 0 0;
    float: left;
}

#register_btn span.social {
    color: #ffa414;
    font-size: 11px;
    margin-bottom: 10px;
}

#register_btn span.social a {
    color: #ffa414;
}

#register_btn button#register {
    margin: 4px 0 0 0;
}
#register_btn button#register span {
    margin: 0;
    float: right;
}


ul#ProviderList li {
    display: inline;
    float: left;
    margin-right: 1px;
    width: 100px;
}



/* Fixes */

.clear-right {
    clear: right;
}

.clear-right {
    clear: left;
}

a#btn_close {
    display: block;
    width: 69px;
    height: 22px;
    text-indent: -9999px;
    position: absolute;
    background: transparent url('../../images/rpx/btn_close.png') 0 0 no-repeat;
    right: 32px;
    top: 8px;
}

a#btn_close:hover {
    background-position: 0 -22px;
}

a#btn_close:active {
    background-position: 0 -44px;
}
