<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form input[type="text"], 
.form input[type="password"], 
.form input[type="button"], 
.form input[type="submit"], 
.form input[type="button"], 
.form button, 
.form select, 
.form textarea {
  display: block;
  color: #4d2700;
  margin: 0;
  padding: 0;
  font-size: 14px;
  padding: 6px 8px; 
  border: none;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0, 0.75);
  -moz-box-shadow: 0 0 2px rgba(0,0,0, 0.75);
  box-shadow: 0 0 2px rgba(0,0,0, 0.75);
}

.form div.entry .width-large {
  width: 45%;
  max-width: 600px;
  min-width: 240px;
}

.form div.entry {
  clear: both;
  margin: 0 0 20px;
  position: relative;
  z-index: 0;
}

.form div.entry label {
  display: block;
  width: 24%;
  min-width: 150px;
  float: left;
  font-weight: bold;
  font-size: 0.95em;
  margin-right: 4px;
  line-height: 1.2em;
  text-align: left;
  padding: 6px 0; 
}

.form div.error label, .form td.error label {
  color: #dc0000;
}

.form div.error input, .form div.error select, .form div.error textarea, .input-error, 
.form td.error input, .form td.error select, .form td.error textarea 
{
  background-color: #ffdcdc !important;
}

.form input[type=checkbox] {
}

.form input[type=checkbox] + label.checkboxed {
  padding: 0 0 0 8px;
  min-width: 15px;
  width: auto; 
  display:inline-block;
  cursor:pointer;
  float: none;
}

.form input[type=checkbox]:checked + label.checkboxed {
}

.form label.checkboxed {
}
/*
.form div.entry label.textarea {
  width: 100%;
  float: none;
}
*/
.form div.hint {
  margin: 4px 0 0;
  padding: 0 8px;
  font-size: 0.8em;
  color: #4d2700;
  font-style: italic;
  clear: both;
}

.form input.captcha {
  width: 60px !important;
  float: left;
  margin-right: 4px;
}

.form img.captcha {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
}

.form img.captcha-reload {
  display: block;
  float: left;
  margin: 12px 0 0 4px;
  cursor: pointer;
}

a.but, button.but, input.but {
  margin: 0;
  padding: 0;
  background-color: #ff8201;
  border: none;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0 0.5);
  -moz-box-shadow: 0 0 2px rgba(0,0,0 0.5);
  box-shadow: 0 0 2px rgba(0,0,0 0.5);
  color: #4d2700;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 6px 8px; 
  text-decoration: none;
  opacity: 0.9;
}

a.but:hover, button.but:hover, input.but:hover {
  opacity: 1;
}

a.but:active, button.but:active, input.but:active {
  background-color: #E16401;
}

a.but2, button.but2, input.but2 {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: #ff8201;
  border: none;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0 0.5);
  -moz-box-shadow: 0 0 2px rgba(0,0,0 0.5);
  box-shadow: 0 0 2px rgba(0,0,0 0.5);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  opacity: 0.9;
}

a.but2, button.but2 {
  margin: 0;
  padding: 0;
  background: #ff8201;
  border: none;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0 0.9);
  -moz-box-shadow: 0 0 2px rgba(0,0,0 0.9);
  box-shadow: 0 0 2px rgba(0,0,0 0.9);
  text-decoration: none;
  /*text-shadow:1px 1px 0px #888;*/
}

a.but2 .bcontent, button.but2 .bcontent {
  height: inherit;
  padding: 10px 8px;
  border: none;
}

a.orange, button.orange, input.orange {
  background: #D99830;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa447', endColorstr='#d16b00');
  box-shadow: 
    inset 0 8px 12px rgba(255,255,255,0.3),
    inset 0 -8px 12px rgba(0,0,0,0.3),
    0 4px 8px rgba(255,255,255,0.9);
}

a.orange:active, button.orange:active, input.orange:active {
  filter: none;
  box-shadow: none;
}

a.red, button.red, input.red {
  background: #dc0000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc0000', endColorstr='#ff3333');
  box-shadow: 
    inset 0 8px 12px rgba(255,255,255,0.3),
    inset 0 -8px 12px rgba(0,0,0,0.3),
    0 4px 8px rgba(255,255,255,0.9);
}

a.red:active, button.red:active, input.red:active {
  filter: none;
  box-shadow: none;
}

a.black, button.black, input.black {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#999999');
  box-shadow: 
    inset 0 8px 12px rgba(255,255,255,0.3),
    inset 0 -8px 12px rgba(0,0,0,0.3),
    0 4px 8px rgba(255,255,255,0.9);
}

a.black:active, button.black:active, input.black:active {
  filter: none;
  box-shadow: none;
}

a.blue, button.blue, input.blue {
  background: #00bffe;
  /*background: #000080;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47d1ff', endColorstr='#009dd2');
  box-shadow: 
    inset 0 8px 12px rgba(255,255,255,0.3),
    inset 0 -8px 12px rgba(0,0,0,0.3),
    0 4px 8px rgba(255,255,255,0.9);
}

a.blue:active, button.blue:active, input.blue:active {
  background: #00bffe;
  filter: none;
  box-shadow: none;
}

a.darkblue, button.darkblue, input.darkblue {
  background: #0051A4;
  /*background: #000080;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47d1ff', endColorstr='#009dd2');
  box-shadow: 
    inset 0 8px 12px rgba(255,255,255,0.3),
    inset 0 -8px 12px rgba(0,0,0,0.3),
    0 4px 8px rgba(255,255,255,0.9);
}

a.darkblue:active, button.darkblue:active, input.darkblue:active {
  background: #0051A4;
  filter: none;
  box-shadow: none;
}

a.white, button.white, input.white {
  color: #ff8000;
  border: 1px solid #b2a4b3;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2');
  box-shadow: 
    inset 0 -4px 12px rgba(210,210,210,0.8),
    inset 0 -4px 12px rgba(0,0,0,0.3),
    0 4px 12px rgba(210,210,210,0.8);
  text-shadow: none;
  margin-right: 12px;
}

a.white:active, button.white:active, input.white:active {
  background: #fff;
  filter: none;
  box-shadow: none;
}

a.but2:hover, button.but2:hover, input.but2:hover {
  opacity: 1;
}

.radiolabel {
  cursor: pointer;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.selectpicker {
  width: 316px;
}

.actions .but2 {
  width: 317px;
}

span.required {
  position: absolute;
  top: 5px;
  left: 22%;
  font-size: 1.8em;
  color: #dc0000;
}

@media only screen and (max-width: 540px) {
  .form {}
  
  div.entry label {
    float: none;
    clear: both;
    width: 100% !important;
    display: block;
  }
  
  span.required {
    position: absolute;
    right: 0;
    left: initial;
  }
  
  div.entry.actions label {
    display: none !important;
  }
  
  .form .actions .but2 {
    width: 100%;
  }
  
  .w300 {
    width: 100%;
  }
  
  .w400 {
    width: 100%;
  }
  
  .selectpicker {
    width: 100%;
  }

  div.entry input[type=text], div.entry input[type=password] {
    clear: both;
    width: 95%;
    display: block;
  }
  
  div.entry select {
    clear: both;
    width: 98%;
    display: block;
  }
  
  div.entry textarea {
    clear: both;
    width: 95%;
    display: block;
  }
  
}

.conditions {
  font-size: 0.9em;
  line-height: 1.2em;
  color: #dc0000;
}</pre></body></html>