.fvb {
    box-shadow: 0 0 3px #000000;
    border-radius: 2px;
    padding: 4%;
    background-color: #FFFFFF;
}

.fvb-header {
    border-bottom: white;
    border-bottom-width: 1px;
    border-bottom-style: groove;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.fvb-header > h3 {
    background-color: #565656;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.3);
    -webkit-background-clip: text;
    background-clip: text;

    font-weight: bold;
    margin: 1px !important;
    text-align: center;
    font-style: oblique;
    /*text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);*/
}

/*Alert messages styles*/
.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 10px 0;
    padding: 12px;
}

.isa_error {
    color: #D8000C;
    background: #FFBABA url('../../images/error.png') no-repeat 10px 50%;
}

.isa_error span {
    margin-left: 20px;
}

.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin: 10px 22px;
    font-size: 2em;
    vertical-align: middle;
}

/*End Alert messages styles*/
