<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  input[type=text], input[type=email], input[type=tel], input:not([type]), select, textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    padding:2px 7px;
    border: 1px solid #ccc !important;
}

div.form_question .form_label, div.form_question label {
    font-size: 14px;
    color: #666;
    letter-spacing: 0.03em;
    line-height: 20px;
    font-weight: normal ;
}

select {
    padding: 2px;
    height: 30px !important;
}

legend {
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
}
label {
    font-size: 14px;
    color: #666;
    letter-spacing: 0.03em;
    line-height: 20px;
    font-weight: normal;
}

button {
    /*padding: 12px 20px;*/
    padding: 5px 20px ;
}

ul.action a, button, input[type=button], input[type=submit] {
    background: #dccaa0;
    color: #000000;
    border: 1px solid #ddd !important;
    font-weight: normal;
    font-size: 15px;
}

ul.action a:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
    color: #ffffff;
    background: #a78e56;
    border: none;
}
</pre></body></html>