.crumbs
{
        display: none;
}
h1 {
        font-family: MuseoCyrl300,Arial,sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 22px;
        line-height: 28px;
        color: #066;
}
.login-heading {
        height: 46px;
}
/*
.content
{
        margin: 22px 22px 22px 22px;
        float: left;

}

.content h1 
{
        display: none;
}
.content .sep {
        margin: 0;
}
.wrapper {
        padding-bottom: 30px;
}
.banner_medium {
                position: relative;
                margin: 0 auto;
                width: 1004px;
                padding-left: 20px;
                background-color: #fff;
}
.terms_link {
        margin-top: 0;
}

.login-user, .register-user {
        float: left;
        background-color: #E8E8E8;
        width: 418px;
        height: 44px;
        font-size: 15px;
        color: #066;
        margin-bottom: 20px;
        padding-left: 66px;
}

.register-user {
                 margin-left: 11px;
}
.login-header h2 {
        font-size: 15px !important;
                height: 44px;
        line-height: 44px;
        font-weight: bold;
        color: #066;
        padding: 0;
        margin: 0;
}
.login-container, .register-container
{

        
        padding: 0px 0px 19px 66px;
        width: 418px;
        float: left;
        min-height: 130px;
}
.register-container {
        line-height: 16px;
                  margin-left: 11px;
}
.register-container .register-link {
        float: right;

}
.register-container strong {
        font-size: 13px;
        margin-bottom: 6px;
        font-weight: 10px;
        color: #333;
        display: block;
}

.login-container .caption {
        font-size: 14px;
        line-height: 18px;
        width: 396px;
        margin-right: 22px;
        padding: 5px 0 5px 0;
        display: block;
}
span.err {
        color: #D21929;
        font-size: 14px;
        height: 16px;
}

.field input[type="text"], .field input[type="password"] {
        -webkit-box-shadow: #C8C8C8 0px 2px 3px 0px inset;;
        box-shadow: #C8C8C8 0px 2px 3px 0px inset;
        background-color: #F5F5F5;
        border: 1px solid #AAA;
        border-radius: 5px;
        height: 33px;
        width: 327px;
        font-size: 14px;
        padding-left: 6px;
        margin: 2px 0 3px 0;
        
}

.field input[type="password"] {
        width: 151px;
        display: inline-block;
}



.field input.text.err {
        -webkit-box-shadow: rgb(210, 25, 41) 0px 2px 5px 0px inset;
        box-shadow: rgb(210, 25, 41) 0px 2px 5px 0px inset;
        background-color: #FAE5E5;
        border: 1px solid #D21929;
        color: #000;
}
.field input[type="text"]:focus,.field  input[type="password"]:focus {
        -webkit-box-shadow: rgb(120, 162, 200) 0px 0px 11px 0px;
        box-shadow: #78A2C8 0px 0px 11px 0px;
        background-color: #FFF;
        outline-color: #000;
        outline-offset: -2px;
        outline-style: auto;
        outline-width: 0px;

}

a.button {
                height: 15px !important;
                padding-top: 14px !important;
                padding-bottom: 14px !important;
}
input.button {
        height: 45px;
}

.forgot-password-link {
        display: inline;
        margin-left: 6px;
}

.forgot-password-link, .forgot-password-link a
{
        font-size: 14px;
        line-height: 22px;
        color: #369;
}
.forgot-password-link a:hover {
        text-decoration: underline;
}
.submit-box {
        float:left;
}
*/