<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------  Form  --------------------- */
/* Input Sizes */
input.xsmall, textarea.xsmall{ width:31px; text-align: center; }
input.small, textarea.small{ width:73px; }
input.medium, textarea.medium{width:110px;}
input.xmedium, textarea.xmedium{width:150px;}
input.long, textarea.long{ width:250px; }
input.xlong, textarea.xlong{width:350px;}
input.percent, textarea.percent{width:100%;}
/* Form Columns */
input[type=submit]{ cursor:pointer; font-size:1em; }
input[disabled=disabled], input.disabled { background-color: #F4F4F4 !important; color:#666 !important; }

select { border: 1px solid #d3d3d3; padding: 2px; color: #003376; }

fieldset{ position:relative; clear:both; margin:0px; padding:0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
legend { font-size: 1.5em; color: #003376; margin-bottom: 10px; margin-top: 35px; clear: both; margin-right: 0px; display: block; float: left; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; }
label { cursor: pointer; }

input[type=text],input[type=password]{ height:22px;line-height:22px !important; position:relative; float:left; color:#003376; border:1px solid #d3d3d3; font:0.814em Verdana, Arial, Helvetica, sans-serif; background-image:none; background-color:transparent; padding:0px 3px; }
/* End of Top Notifications */
input.text:focus, input.text:focus:hover{ background-color:#FFF; -moz-box-shadow:inset 0px 0px 7px 0px #A9E4F6; -webkit-box-shadow:inset 0px 0px 7px 0px #A9E4F6; box-shadow:inset 0px 0px 7px 0px #A9E4F6; }
textarea{ border:1px solid #d3d3d3; padding:5px; background-color:transparent; font:normal normal 700 12px normal Arial, Helvetica, sans-serif; 
color:#003376;
    height: 109px;
    width: 512px;
}
textarea:hover{-moz-box-shadow:inset 0px 1px #272727;-webkit-box-shadow:inset 0px 1px #272727;box-shadow:inset 0px 1px #272727;}
textarea:focus:hover{ background-color:#FFF; -moz-box-shadow:inset 0px 0px 7px 0px #272727; -webkit-box-shadow:inset 0px 0px 7px 0px #272727; box-shadow:inset 0px 0px 7px 0px #272727; color:#003376; }
input[type=checkbox] { margin: 0px; padding: 0px; }
</pre></body></html>