<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type="email"], select[name="purpose"], input[type="number"], input[type="password"], input[type="text"], input[type="url"]{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-radius: 1px 1px 1px 1px;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 29px;
    margin: 0;
    padding-left: 5px;
    width:290px;
    margin-bottom:10px;
}

div.row span.formw {
    color: #333333;
    float: none;
    text-align: left;
    width: 235px;
}
div.row span.service {
    float: left;
    font: 14px/18px Trebuchet ms;
    margin-right: 20px;
    text-align: left;
    width: 140px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
.submit {
    background-color: #C65C2C;
    border-radius: 3px 3px 3px 3px;
    border-width: 0;
    color: #FFFFFF;
    float: left;
    font: bold 13px Trebuchet ms;
    margin: 2px 2px 0 0;
    padding: 5px 12px;
    text-align: center;
    width: auto;
}
button, input, select, textarea {
    vertical-align: baseline;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="url"]:focus {
    border: 1px solid #4D90FE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
}
input[type="email"][disabled="disabled"], input[type="number"][disabled="disabled"], input[type="password"][disabled="disabled"], input[type="text"][disabled="disabled"], input[type="url"][disabled="disabled"] {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #E5E5E5;
}
input[type="email"][disabled="disabled"]:hover, input[type="number"][disabled="disabled"]:hover, input[type="password"][disabled="disabled"]:hover, input[type="text"][disabled="disabled"]:hover, input[type="url"][disabled="disabled"]:hover {
    box-shadow: none;
}

.star {
	color:red;
}
#errormsg {
	color:red;
	margin-left:100px;
	font:normal 13px/20px Verdana, Geneva, sans-serif;
}
#errormsg {
	color: red;
    font: 13px/20px Verdana,Geneva,sans-serif;
    margin-bottom: -15px;
    margin-left: 185px;
    margin-top: 20px;
}
.errormsgservice {
	color: red !important;
    font: 13px/20px Verdana,Geneva,sans-serif !important;
    margin-bottom: -15px !important;
    margin-left: 160px !important;
    margin-top: 20px !important;
    margin-bottom:5px !important;
}
.information_icon {
	color:#009B4E;
	font:normal 13px/20px Verdana, Geneva, sans-serif;
}

#textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-image: none;
    border-radius: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 120px;
    margin: 0;
    padding-left: 3px;
    width: 290px;
}
#textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
    margin-bottom:10px;
}
button, input, select, textarea {
    font-size: 100%;
}
html, button, input, select, textarea {
    color: #333333;
    font-family: Trebuchet ms;
}
.chk_style{
float:left;
width:450px;
font: 13px/18px 'OpenSansCondensedBold',Arial,sans-serif;
margin-left:0;
}

#captcha
{
width:70px;
}
.grecaptcha-badge { 
  float: right;
    margin-right: 16px;
}</pre></body></html>