html {
    position: relative;
    min-height: 100%;
}

#header {
margin-top:20px;
margin-bottom:30px;
}
    #logo-tag img {
    width:200px !important;
    }
#content {}
    #content h2 {
    padding-bottom:15px;
    color:#105775;
    font-size:24px;
    }

#form_chkOnlyShowToValidate {
    margin-right: 5px;
}

.contract-edit input, 
.contract-edit select {
    text-transform: uppercase;
}

.contract-edit .email {
    text-transform: lowercase;
}