<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    color: black;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
#page {
    width: 595px;
    margin: 0 auto;
}
.box {
    border: 3px solid #E0E0E0;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.box-rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.box-top-rounded {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.padded {
    padding: 8px 15px;
}
h1 {
    font-weight: normal;
    text-align: center;
}
p.box {
    text-align: justify;
}
#errors {
    background-color: #f40000;
    color: white;
    font-size: 1.2em;
}
#done {
    background-color: #0a0;
    color: white;
    font-size: 1.2em;
}
table.table-form {
    border-spacing: 0;
    width: 100%;
}
table.table-form th.title {
    font-size: 1.2em;
    color: #FFA500;
    background-color: #F3F3F3;
    border-top: 3px solid #E0E0E0;
    border-bottom: 3px solid #E0E0E0;
    padding: 5px 15px;
    margin: 0;
}
table.table-form th.big-title {
    color: #00a5ff;
    font-size: 1.5em;
    padding: 10px 20px;
    text-transform: uppercase;
}
table.table-form td.label {
    padding: 10px 10px 0 10px;
}
table.table-form tr.required td.label {
    font-weight: bold;
}
table.table-form tr.required td.label small {
    font-weight: normal;
}
table.table-form td.label small {
    color: #999;
    font-size: .9em;
    font-style: italic;

}
table.table-form td.input {
    padding: 2px 10px 10px 10px;
}
table.table-form td.input input {
    width: 96%;
    padding: 3px 2%;
    border: 1px solid #B3B3B3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
table.table-form td.input input[type=checkbox] {
    width: auto;
    padding: none;
    margin: 0 .5em 0 0;
}
table.table-form td.input input.error {
    border-color: red;
    background-color: #fdd;
}
table.table-form td.error label {
    color: red;
}
table.table-form td.submit {
    text-align: center;
    padding: 20px 0;
}
table.table-form td.submit input {
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
    background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color:#89c403;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
    border-radius:11px;
    border:1px solid #74b807;
    display:inline-block;
    color:#ffffff;
    font-family:Tahoma;
    font-size:15px;
    font-weight:bold;
    padding:8px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528009;
    cursor: pointer;
    margin: 0;
}
table.table-form td.submit input:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
    background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
    background-color:#77a809;
}
</pre></body></html>