html, body {
    font-family: 'Open Sans', sans-serif !important;
    height: 100%;
    margin: 0;
    background-color: #EFEBEB;
}

form {
    font-family: 'Open Sans', sans-serif !important;
    width: 100%;
    height: 100%;
}

.ui-widget,.ui-widget .ui-widget {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
}

.ui-fieldset {
    font-family: 'Open Sans', sans-serif !important;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 250px;
    height: 150px;
    font-size: 14px !important;
    border-radius: 1px;
    -moz-box-shadow: 2px 2px 2px #c9c9c9;
    -webkit-box-shadow: 2px 2px 2px #c9c9c9;
    box-shadow: 2px 2px 2px #c9c9c9;
}

.centro {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    height: 315px;
}

.divErros {
    height: 22px;
    color: red;
    font-weight: bolder;
}

table {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    color: #333333 !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.sombra {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}