<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login-reg .common-input {
	width: 99%;
	padding: 8px 0;
	text-indent:4px;
	margin:5px 0 10px;
}
.login-reg .sub_btn{
	width: 99%;
	margin:10px 0;
}
.login-reg-tip {
	margin: 15px 4px;
	padding: 10px;
	background: #EAEAEA;
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.mc {
	padding: 6px;
}
.radius{
	margin: 10px 4px;
	padding: 10px;
	background: #fff;
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.login-reg-tip {
	margin: 15px 4px;
	padding: 10px;
	background: #EAEAEA;
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.common-input {
	font-size: 1em;
	background-color: #F4F4F4;
	border: 1px solid #DBDBDB;
	padding: 5px 0;
	height: 18px;
	line-height: 18px;
	-moz-box-shadow: 0 1px 3px #c8c8c8 inset;
	-webkit-box-shadow: 0 1px 3px #c8c8c8 inset;
	box-shadow: 0 1px 3px #c8c8c8 inset;
	vertical-align: text-top;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:5px 0 10px;
}
.sub_btn, .pay_online_bot input {
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed3131), to(#990a0a));
	background: -moz-linear-gradient(top, #ed3131, #990a0a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed3131', endColorstr='#990a0a');
	background-color: red;
	border: none;
	width: 90%;
	margin: 10px auto 0;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 1px 0 0 #000;
	border-bottom: 1px solid #bcb0a3;
}</pre></body></html>