#loginfora {
    display: none;
	top: 0px;
    z-index: 9;
    position: fixed;
    background: #000000cc;
    width: 100%;
    height: 100%;
}
#login {
    display: none;
    z-index: 9;
    position: fixed;
    width: 100%;
    background: #fff;
    max-width: 400px;
    top: 0px;
    padding: 20px;
    overflow: auto;
}

.cancelardiv {
    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;
    padding: 0px;
}

.cancelardiv:hover {
    background: url("../images/fechar_hover.png") no-repeat scroll 0 0 #0172B6;
    background-position: center;
}
#loginfora .contacte-nos.footer-static-block {
    background: #fff;
    width: 100%;
    max-width: 640px;
    height: fit-content;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 20px;
}
#loginfora .contacte-nos.footer-static-block h3 {
    color: #000;
    text-align: center;
}
#loginfora .contacte-nos.footer-static-block h3 .cancelardiv {
    margin-top: 4px;
}

#loginfora .contacte-nos.footer-static-block input, #loginfora .contacte-nos.footer-static-block textarea {
    color: #000;
}

div.erro_confirmacao_email {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #ff0000e6;
    color: #fff;
    margin: 0px;
    text-align: center;
    z-index: 999999;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}
div.erro_confirmacao_email div {
    display: table;
    left: 0px;
    right: 0px;
    margin: auto;
}
div.erro_confirmacao_email form {
    display: table;
    float: left;
}
div.erro_confirmacao_email p {
    float: left;
    margin: 0px;
    margin-right: 5px;
}
div.erro_confirmacao_email button {
    padding: 0px;
    background: transparent;
    border: 0px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 14px;
}