/* cmsms stylesheet: SmartForms_contact modified: Wednesday, October 5, 2022 1:57:23 PM */
.contactform label, .contactform p {
    display: block;
    float: left;
    width: 24em;
    margin-left: 1em;
}
.contactform button {
    margin-left: 1em;
}    
.contactform label.inline{
    display: inline;
    float: none;
    width: 50px;
}
.contactform label.small{
    width: 50px;
    font-size: 10px;
}
.contactform .form-group {
   clear: both;
}
.contactform .ascb {
  display: none;
}
.contactform .smtfm_input_captcha {
    margin-left: 1em;
}
.contactform input, .contactform select {
    width:  200px;
}
fieldset {
    margin-bottom: 1em;
    border: 2px solid rgb(102,51,102);
    border: 2px solid rgba(102,51,102,0.8);
    border-radius: 15px;
    padding: 0.5em;
}
fieldset div {
    margin-bottom: 0.5em;
    margin-left: 1em;
}
legend {
    color: #FFF;
    background: rgb(202,167,202);
    background: rgba(202,167,202,0.8);
    font-style: normal;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 50px;
    margin-bottom: 0.5em;
    padding: 0.5em 0.8em;
    width: auto;
    border: 2px solid rgb(102,51,102);
    border: 2px solid rgba(102,51,102,0.6);
    border-radius: 8px;
}
.contactform img.captchapict {
    border: 2px solid rgb(102,51,102);
    border: 2px solid rgba(102,51,102,0.8);
    margin-left: 1em;
}
.contactform td {
    text-align: center;
    padding: 5px 15px;
}
/* cmsms stylesheet: cookie_consent modified: Monday, July 6, 2026 6:12:16 AM */
.cookie-banner {position: fixed;bottom: 0;left: 0;width: 100%;background-color: #333;color: #fff;padding: 15px 20px;display: none; /* Hidden by default */align-items: center;justify-content: space-between;z-index: 9999;}.cookie-text {font-size: 14px;}.cookie-text a {color: #4CAF50;text-decoration: underline;}.cookie-buttons button {margin-left: 10px;padding: 8px 15px;border: none;cursor: pointer;}#acceptCookies { background-color: #4CAF50; color: white; }#declineCookies { background-color: #f44336; color: white; }
