<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.regcells {
  border-collapse: collapse;	
}
.regcells td {  
  background-color: #FFFFFF; 
  padding: 4px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-weight: normal;
  border: 1px solid #DCDCDC;
}

.FormHolder {
  border: 1px solid #A9A9A9;
  width: 550px;
  background-color: #F5F5F5;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
background: rgb(228,228,228); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, #F5F5F5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,#F5F5F5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,#F5F5F5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,#F5F5F5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,#F5F5F5 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,#F5F5F5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F5F5F5',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  
  /*background: -webkit-gradient(linear, top left, left 175px, from(#CCCCCC), to(#EEEEEE));
  background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);  */
}

.FormHolder img.formlogo {
  width: 550px;
  height: auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.hidden {
  display: none;
}

.breather {
  margin-top: 1em;
  margin-bottom: 1em;
}

.softtopborder {
  border-top: 1px solid #DDD;
}

.softbottomborder {
  border-bottom: 1px solid #DDD;
}

.bottomgap {
  padding-bottom: 2em;
}

.Required { color: Red; }
.NoBorder TD { border: none; }

.CharForm_CharWrapper {  
  /*background-color: #FFFFFF; 
  border: 1px solid #DCDCDC;*/
  margin-bottom: 4px;
}

.CharForm_CharWrapperAlt {  
  /*background-color: #EFEFEF; 
  border: 1px solid #DCDCDC;*/
  margin-bottom: 4px;
}

.CharForm_CharInput {
  width: 20px;
  display: inline;
  float: left;
}

.CharForm_CharLabel {
  margin-left: 24px;
}
</pre></body></html>