/* --- Form Specific Styles --- */
#tresc div.rf {
    font-family: Palatino, sans-serif;
    font-size: 16px;
    color: #000000;
    margin: 5px 5px 10px 70px;
    text-align: left;
    line-height: 24px;
}

#tresc .rf label {
    font-family: Palatino, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    margin: 0;
}

#tresc .rf label.zgoda {
    text-align: justify;
}

#tresc .rf span.star {
    font-family: Palatino, sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: #ff0000;
    margin: 0;
    line-height: 24px;
}


#tresc .rf input[type="text"],
#tresc .rf input[type="email"] {
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #000000;
    margin: 5px;
    font-family: Palatino, sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}

/* Grupowanie pól o tej samej szerokości */
#tresc .rf input#form-fname, #tresc .rf input#form-lname,
#tresc .rf input#form-email, #tresc .rf input#form-country,
#tresc .rf input#form-tname, #tresc .rf input#form-ucountry,
#tresc .rf input#form-eleader {
    width: 300px;
}

#tresc .rf input#form-univ, #tresc .rf input#form-address,
#tresc .rf input#form-uname, #tresc .rf input#form-uaddr,
#tresc .rf input#form-leader, #tresc .rf input#form-tm1,
#tresc .rf input#form-tm2, #tresc .rf input#form-tm3,
#tresc .rf input#form-tm4 {
    width: 600px;
}

#tresc .rf input#form-tm1a {
    width: 400px;
}
 
#tresc .rf input#form-tm1b {
    width: 500px;
}

#tresc .rf input#submit,
#tresc .rf input#reset {
    padding: 3px 6px;
    margin: 5px;
    font-family: Palatino, sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #002e5a;
    cursor: pointer;
    background-color: #002e5a;
    color: #ffffff;
}

/* --- Klasa dla wyróżnionych błędów i ostrzeżeń --- */
#tresc .rf .red {
    color: #ff0000;
}
#tresc .rf span.red {
    color: #ff0000;
    font-family: Palatino, sans-serif; /* Opcjonalnie: ujednolicenie fontu z p.error */
}
#tresc .rf p.error {
    font-family: Palatino, sans-serif;
    font-size: 12px;
    color: #ff0000;
    margin: 0 0 0 5px;
    text-align: left;
    line-height: 14px;
}