﻿
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
}
html, button, input, select, textarea {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
}
html {
    font-size: 100%;
}
.welcome-txt {
    color: #FDBB30;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 3px 15px 0 0;
    text-align: right;
    width: 224px;
}


.wrap-login {
    background: url(../images/sprite-sep.png) no-repeat right -41px;
    float: right;
    margin-right: 0;
    margin-top: 0;
    padding-right: 4px;
    width: 316px;
}
.wrap-login a.btn-login {
    background: url(../images/bg-btn.png) no-repeat left -1px;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 28px;
    margin-right: 10px;
    margin-top: -1px;
    padding: 0 0 0 10px;
    width: 57px;
    outline: none;
    text-decoration: none;
}
.wrap-login a.btn-login span {
    background: url(../images/bg-btn.png) no-repeat right -34px;
    color: #FFFFFF;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px 6px 0;
    text-transform: uppercase;
    line-height: 16px;
}
.ie9 .wrap-login a.btn-login span {
   line-height: 18px;
}
.wrap-login a.btn-login:hover span {
    color: #666666;
}
    button, input[type="button"], input[type="reset"], input[type="submit"]
    {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
    }