#signUp {
    display: none;
    padding: 30px 6px;
}

#loginForm {
    padding: 30px 0 8px 8px;
}

    #loginForm form {
        margin-bottom: 20px;
    }

    form label {
        font: 12px Verdana, Helvetica, Arial, sans-serif;
        display: block;
        margin: 6px 0;
    }
    
    form div {
        width: 142px;
        height: 20px;
        border: 1px solid #c1d1d3;
    }

        form input {
            display: block;
            height: 18px;
            width: 140px;
            border-top-color: #969696;
            border-left-color: #969696;
            border-width: 1px;
        }
        
	form input.hiddenField {
	    display: none;
	}

#loginSubmit {
    margin-top: 10px;
    width: 59px;
    height: 21px;
    border: 0;
    background: transparent url(/s/media/img/button-login.png) 0 0 no-repeat;
    text-indent: -9000px;
    font-size: 0px;
    display:block;
    line-height: 0px;
}

#loginSubmit:hover {
    background-position: 0 -21px;
    cursor: pointer;
}
