#loginfora {
    display: none;
	top: 0px;
    z-index: 9;
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
#login {
    display: none;
    z-index: 9;
    position: fixed;
    width: 100%;
    background: #fff;
    max-width: 400px;
    top: 0px;
    padding: 20px;
    overflow: auto;
}

#cancelar {
    float: right;
    margin-top: -36px;
    width: 24px;
    height: 24px;
    border: 1px solid #0172B6;
    background: url("../images/fechar.png") no-repeat scroll 0 0 transparent;
    background-position: center;
}

#cancelar:hover {
    background: url("../images/fechar_hover.png") no-repeat scroll 0 0 #0172B6;
    background-position: center;
}