#logo-catalogo {
    float: left;
    display: block;
    margin-left: 3px;
    height: 33px;
    padding-bottom: 5px;
    width: 200px;
    background: url(LogoSmall.png) no-repeat top left;
}

#logo-catalogo-login {
    background: url(logo-space.png) no-repeat top left;
    /*background: url(LogoSmall.png) no-repeat top left;*/
    border-bottom: 1px solid #ccc;
    height: 33px;
    padding-bottom: 5px;
}

.welcome {
    clear: both;
    padding-top: 20px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

#login-body {
    background-color: white;
    text-align: center;
}

#login {
    width: 400px;
    height: 200px;
    background: url(../../static/img/login_bg.png) repeat-x bottom left;
    margin: 0 auto;
    padding: 10px;
    margin-top: 100px;
    font-size: 0.8em;
    border: 1px solid #ccc;
}

#loginbutton {
    width: 108px;
    height: 30px;
    background: url(../../static/img/loginbutton.gif) no-repeat top left;
    margin: 0 auto;
    text-align: center;
    padding-top: 6px;
    font-size: 0.9em;
    margin-top: 50px;
}

#loginbutton a {
    text-decoration: none;
}

#loginbutton a:hover {
    background-color: transparent;
    color: #6F6F6F;
} 
