<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="file"], textarea, select { 
	padding:	6px 8px; 
	margin:		0px; 
	font: 		normal 14px 'font', sans-serif;
}

select { 
	background-image:	url('/graphics/select-arrow.png'); 
	background-size:	22px 9px; 
	background-repeat:	no-repeat; 
	background-position:right; 
	cursor:pointer; 
}

input, textarea, select { 
	-ms-box-sizing:		border-box;
	-moz-box-sizing:	border-box;
	-webkit-box-sizing:	border-box; 
	box-sizing:			border-box;
	-webkit-appearance:	none;
	-moz-appearance:	none;
	appearance:			none;
	border-radius:		3px;
}

input[type="text"], input[type="password"], input[type="file"], textarea, select {
	border:				1px solid #aaaaaa; 
}

input[type="button"], input[type="submit"] {
	border:				none; 
	cursor:				pointer;
}

input[type="checkbox"] {
	-webkit-appearance:	checkbox;
	-moz-appearance:	checkbox;
	appearance:			checkbox;
	cursor:				pointer;
}

input[type="radio"] {
	-webkit-appearance:	radio;
	-moz-appearance:	radio;
	appearance:			radio;
	cursor:				pointer;
}

.bb				{ display:inline-block; padding-left:0px; padding-right:0px; margin:0px; }

.w30			{ min-width: 30px; }
.w40			{ min-width: 40px; }
.w60			{ min-width: 60px; }
.w80			{ width: 80px; }
.w120			{ width:120px; }
.w160			{ width:160px; }
.w200			{ width:200px; }
.w240			{ width:240px; }
.w300			{ width:300px; }
.w400			{ width:400px; }
.w600			{ width:600px; }
.w800			{ width:800px; }

.red			{ background:#d83534; color:#ffffff; }
.grn			{ background:#73b858; color:#ffffff; }
.blu			{ background:#4d90fe; color:#ffffff; }
.ora			{ background:#ff8800; color:#ffffff; }
.gry			{ background:#d3d3d3; color:#888888; }

.tal			{ text-align:left;   }
.tac			{ text-align:center; }
.tar			{ text-align:right;  }

.fl				{ float:left; }
.fr				{ float:right; }
.clr			{ clear:both; }
.cl				{ clear:left; }
.cr				{ clear:right; }

.vis0			{ visibility:hidden;  display:none;  }
.vis1			{ visibility:visible; display:block; }

.hov:hover		{ background:rgba(0, 0, 0, 0.05); }

.small			{ font-size:11px; }
</pre></body></html>