#login_form_header {
    background-image: url("/theme/login_universal.png");
    background-repeat: no-repeat;
    color: #3C454C;
    display: block;
    float: left;
    font-family: Tahoma,Arial;
    font-size: 11px;
    font-weight: bold;
    height: 142px;
    margin-bottom: 10px;
    margin-left: 30px;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 260px;
}
#entry_tabs {
    display: none;
    position: relative;
    z-index: 1;
}
#entry_tabs_content input[type="text"], #entry_tabs_content input[type="password"]{
    border: 1px solid #D6D0D0;
    border-radius: 7px 7px 7px 7px;
    margin: 5px 0;
    padding: 5px;
    text-align: left;
    width: 187px;
}

#entry_tabs_content input[type="text"] {
background: url("/theme/user.png") no-repeat 175px  center white;
}

#entry_tabs_content input[type="password"] {
background: url("/theme/password.png") no-repeat 175px center white;
}

.auth_row.cms_submit > input {
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background-color: #EEEEEE !important;
    background-image: -moz-linear-gradient(center top , #EEEEEE, #E1E1E1);
    background-repeat: repeat-x;
    border-color: #D9D8D8 #CCCBCB #AEAEAE;
    border-image: none;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #282828 !important;
    cursor: pointer;
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    transition-duration: 0.2s;
    vertical-align: middle;
                width: 139px;
                float:right;
}

.cms_repair_lnk {
    color: #3C454C;
    display: block;
    float: right;
                margin-top: 5px;
                margin-right: 8px;
}
.cms_reg_lnk {
    color: #3C454C;
    display: block;
                float: left;
    margin-top: 5px;
                 }


.auth_row.cms_error_message {
    color: red;
    display: block;
    font-size: 9px;
    margin-top: 47px;
    position: absolute;
    width: 100px;
                padding-top: 1px;
                line-height: 11px;
                padding-top: 2px;
}



#uLogin {
    bottom: -14px;
    position: absolute;
    right: 4px;
}


.auth_row.cms_remember_me > input {
    margin-top: 7px;
}

#entry_tabs {
    position: relative;
    z-index: 1;
}
#entry_tabs li {
    display: none;
    float: left;
    overflow: visible;
    position: relative;
    text-align: center;
}
#entry_tabs li a {
    background: none repeat scroll 0 0 #70C32E;
    border: 1px solid #AAAAAA;
color: #333333;
    display: block;
    font: bold 10px "myriad pro",myfont;
    margin-right: 5px;
    padding: 5px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
#entry_tabs li a.active {
    background: none repeat scroll 0 0 #70C32E;
    border-bottom: 1px solid white;
}
#entry_tabs li a:hover {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
}
#entry_tabs li a.active:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #70C32E;
    border-color: #AAAAAA #AAAAAA white;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #333333;
}

#entry_tabs_content .tabsContainer {
    background: none repeat scroll 0 0 white;
    display: none;
    float: left;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0;
    position: static;
    top: 0;
    width: 100%;
}
#entire_btn {
    margin-top: 10px;
}

.auth_row.cms_remember_me {
    float: left;
}

.auth_row.cms_auth_email > input {
    margin-left: 13px !important;
}

.auth_label {
    margin-right: 7px;
}
.auth_row.cms_auth_email {
    line-height: 33px;
                overflow: hidden;
}

.cms_auth label {
    display: inline;
}