header#uHeader hgroup {
    position: relative;
    background-color: #fbbb19;
}

header#uHeader nav{
    background-color: #ffe197 !important;
    background-image: none !important;
    border-top: 1px solid #d99b00 !important;
}

#wwvFlowForm section.uRegion>div.uRegionHeading {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #fbbb19;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9e2a8), color-stop(100%, #f5bf35));
    background-image: -webkit-linear-gradient(#f9e2a8,#f5bf35);
    background-image: -moz-linear-gradient(#f0f0f0,#dddddd);
    background-image: linear-gradient(#f9e2a8,#f5bf35);
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #ffb700;
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 75%) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.75) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 75%) inset;
}

#wwvFlowForm div.userBlock {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px;
    border-radius: 3px;
    border: 1px solid #45638F;
    border-bottom: 1px solid #4B5B70;
    background-color: #ffd56c;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff5dd), color-stop(100%, #ffd56c));
    background-image: -webkit-linear-gradient(#fff5dd,#ffd56c);
    background-image: -moz-linear-gradient(#fff5dd,#ffd56c);
    background-image: linear-gradient(#fff5dd,#ffd56c);
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 15%) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 15%) inset;
}


#wwvFlowForm a.uButtonIR.uHotButton span {
    background-color: #4277bd;
    background-color: #285b9c;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#6096d9', endColorstr='#285b9c');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6096d9', endColorstr='#285b9c')";
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6096d9), color-stop(100%, #285b9c));
    background-image: -webkit-linear-gradient(#6096d9,#285b9c);
    background-image: -moz-linear-gradient(#6096d9,#285b9c);
    background-image: linear-gradient(#fbbb19,#fc9b00) !important;
    color: rgb(0, 0, 0) !important;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
}

#wwvFlowForm a.uButtonLarge.uHotButton span {
    background-color: #4277bd;
    background-color: #285b9c;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#6096d9', endColorstr='#285b9c');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6096d9', endColorstr='#285b9c')";
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6096d9), color-stop(100%, #285b9c));
    background-image: -webkit-linear-gradient(#6096d9,#285b9c);
    background-image: -moz-linear-gradient(#6096d9,#285b9c);
    background-image: linear-gradient(#fbbb19,#fc9b00) !important;
    color: rgb(0, 0, 0) !important;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
}

#wwvFlowForm a.uButtonIR.uHotButton {
    border: 1px solid #fbbb19;
    border-bottom: 1px solid #fbbb19;
    background: #fbbb19;
}

#wwvFlowForm a.uButtonLarge.uHotButton {
    border: 1px solid #fbbb19;
    border-bottom: 1px solid #fbbb19;
    background: #fbbb19;
}

header#uHeader nav>ul{
        overflow-y: auto !important;
}