.pageCover {
    background: url(https://static.moveon4.com/brunel/images/1538X579PX_BUL_LOGO_POS_RGB_1388.jpg) no-repeat scroll -24px -10px rgba(0, 0, 0, 0);
    padding-top: 136px;
    background-size: 30%;
}

.pageCover h1{
	margin-top: 50px;
}

 .vMenu > a > li {
    background-color: #00325b;
    border-bottom: 1px solid #afafaf;
    border-top: 1px solid transparent;
    width: 170px;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: "Lucida Sans","Lucida Grande",sans-serif;
    font-weight: 700;
    color: white;
}

.vMenu > a > li:hover, {
    background-color: #00325b;
    color: white;
    cursor: pointer;
    font-weight: 700;
}

.vMenu > a > li:hover, .active {
    background-color: #be0f34 !important; 
}

.wizardTitleBar {
    background: #00325b;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
}
.wizardTitle {
    font-size: 18px;
    font-weight: bold;
    max-width: 600px;
    line-height: 20px;
    display: block;
    float: left;
    margin-left: 16px;
    font-family: Helvetica;
    color: white;
}

li.currentLanguage {
    background: none repeat scroll 0 0 #00325b;
    border: 3px solid #be0f34;
    color: white;
    padding: 4px 8px;
}

.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #9B0000;
    height: 25px;
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 5px 3px 25px;
    cursor: pointer;
    float: left;
    margin: 5px 0px 5px 1px;
    opacity: 1;
}

input[type=submit], button, input[type=reset], .button {
    background: none #9B0000;
    position: relative;
    padding: 6px 14px 7px;
    color: white;
    text-decoration: none;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    float: left;
    top: 0px;
    line-height: 30px;
}

.pageCover h1 {
    color: #492E23;
    font-size: 25px;
    margin: 0;
    line-height: 50px;
}

.formHeader {
    color: #525252 !important;
	border-bottom: 1pt solid #525252 !important;
}

.autoSaveCheck>label{
	color: #ffffff !important;
}

button[kind="next_button"] {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #00325b;
    padding-right: 20px;
    color: #fff;
}

button[kind="next_button"]:hover {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #be0f34;

}

button[kind="save_button"], button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #00325b;
    padding-left: 27px;
}

button[kind="save_button"]:hover {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #be0f34;
	
}

button[kind="previous_button"] {
    background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #00325b;
    padding-left: 20px;
    color: #fff;
}

button[kind="previous_button"]:hover {
    background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #be0f34;
}

.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #be0f34;
    height: 25px;
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 5px 3px 25px;
    cursor: pointer;
    float: left;
    margin: 5px 0px 5px 1px;
    opacity: 1;
}