<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.form{color: #64686d; font-size: 14px;width:95%;}
.form td{padding-bottom: 10px;}
.form input[type="text"]{}
.form textarea{}
.form select{border: 1px solid #ACACAC;}
.form input[type="file"]{}
.form span{ font-size:0.9em; color:#F81313;}
.form select,.form input[type="text"],.form textarea,.form input[type="password"],.form input[type="file"],.txt
{
	font-family: 'Open Sans', sans-serif; text-indent:5px;
	border: 1px solid #ACACAC;
	outline: none; padding:6px 0;
	color: #000;width: 100%;
	font-weight: 400;border-radius: 5px;-moz-border-radius: 5px;
	font-size: 12px;
}
.form textarea:hover,.form select:hover,.form input[type="text"]:hover,.form input[type="file"]:hover{ border:1px solid #396498;}
.form textarea:focus,.form select:focus,.form input[type="text"]:focus,.form input[type="file"]:focus{ border:1px solid #396498;}
.form input[type="checkbox"]{vertical-align: sub; font-size:11px;}
.form input[type="submit"],.txt_submit{
	padding: 10px 20px;
	background: #008ed0;
	color: #fff;
	font-size: 14px;
	border-bottom: 3px solid #377ca1;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	font-family: 'Roboto', sans-serif; cursor:pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px; border:0;
}

.form input[type="submit"]:hover{
	color: #fff; background:#000;
	-moz-transition:.8s ease-in-out;-webkit-transition:.8s ease-in-out;transition:.8s ease-in-out;
}
.form input[type="submit"]:active,.txt_submit:active{}
</pre></body></html>