a.cms6_session_choice_btn
{
    background-color: yellow;
    text-decoration: none;
    color:#0a0a0a;
    padding:0.25rem;
}

a.cms6_session_choice_btn:hover
{
    background-color: yellow;
    text-decoration: none;
    color:#0a0a0a;
    font-weight: bold;
    padding:0.25rem;
}

#cms6_frm
{
    padding:0.5rem;
}

.cms6_frm_choice_made
{
    font-weight: bold;
}
#cms6_frm_form_error
{
    display: none;
    color:#f00;
    font-style: italic;
}
.cms6_frm_field_error
{
    display: none;
    color:#f00;
    font-style: italic;
}

form label
{
    margin-top:0.25rem;
    font-weight: bold;
}