.menuContainer {
	display:none;
}

.pageCover {
    background: url("https://static.moveonca.com/ca-concordia/images/logo_concordia.png") no-repeat scroll 0 20px rgba(0, 0, 0, 0);
    padding-top: 100px;
    background-size: 25%;
}

.wizardTitleBar {
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    background-color: #812032;
    color: #F1F1F1;
}

input[type=submit], button, input[type=reset], .button {
    background: none #812032;
    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;
}
li.currentLanguage {
    background: none repeat scroll 0 0 #812032;
    border-bottom: 4px solid #4B4B4B;
    color: white;
    padding: 4px 8px;
}

.formHeader {
    font-size: 20px;
    width: 100%;
    color: #812032 !important;
    padding: 14px 0px 10px 0px;
    border-bottom: 1pt solid #812032;
    font-weight: normal;
    margin-bottom: 15px;
}