<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

input[type="password"],
input[type="text"] {
	width: 100%;
	box-sizing: border-box;
}
#pmt5 {
	margin-top: 5px
}

#pmt10 {
	margin-top: 10px
}

#pml10 {
	margin-left: 10px
}

#sel70 {
	width: 70px
}

#sel320 {
	width: 320px
}

#but90 {
	width: 90px
}

#inp120 {
	width: 120px
}

#inp180 {
	width: 20%;
}

#inp240 {
	width: 30%;
}

#inp320 {
	width: 40%;
}

#inp720, .w100 {
	width: 100%;
}


.inp,#inp,#inp120,#inp240,#inp180,#inp320,#inp720 {
	border-color: #666666;
	border-width: 1px;
	border-style: solid
}

input#inp1111[type=file]	{
	width: 30px;
	}
input[type=file], input#inp[type=file]	{
	border-style: none;
}

table th {
	background-color: #818181;
	color: #d9d9d9;
	text-align: left;
	border-right: 1px solid #d9d9d9;
}</pre></body></html>