.required_form_element label {
    font-weight: bold;
}
.required_form_element label::after {
    content: " *";
}

#header {
    background: url("images/header_bg.jpg") no-repeat center center transparent;
    background-size: 100% auto;
    width: 100%; height: 140px; margin: auto;
    position: relative;
    
}
#header h1 {
    background: url("images/logo.png") no-repeat left 10px transparent;
    background-size: auto 120px;
    height: 100%;
    padding-top: 30px;
    padding-left: 140px;
    
}
h2 {display: none;}
#main_content {
    border-bottom: 3px solid #e9e9e9
}
#sp_footer {
    background-color: #f2f2f2; padding: 1rem 0;
}
#owner_footer {
    background-color: #959595;
    color: #fff;
    font-size: .9rem;
}
#owner_footer a {
    color: #3f3f3f; text-decoration: underline;
}
#creator_footer {
    text-align: right; background-color: #5F5F5F; color: white; font-size: .9rem    
}
#creator_footer a:link, #creator_footer a:hover, #creator_footer a:visited {
    color: #afafaf;
    text-decoration: underline;
}