#yay-up-login{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    background:#fff;
    z-index: 1000;
    padding: 20px;

    .yi-top-actions{
        float: left; 
        width: 100%;
    }
}

#yi-login-form{
    margin: 30px 0px 30px 25px;
    width: 205px;
    float: left;   
    padding-right: 45px;
    border-right: 1px solid #ddd;

    input{
        width: 203px;
        margin: 5px 0;
    }
    button{
        margin-top: 10px;
    }   
}

#yi-register-form{
    margin: 30px 25px 30px 45px;
    float: left;
    button{
        margin-top: 5px;
        margin-right: 10px;
    }
}