@IMPORT url("../common.css");

div.register {
}

div.register ol:first-child {
}

div.register h1 {
	margin: 0 0 20px;
	color: #be0059;
}





div.agreement {
	margin: 0 25px;
	font-size: 13px;
}
div.agreement h4 {
	background: url("img/articlebg_lt.png") left top no-repeat;
	height: 40px;
	margin: 0 -25px;
	padding: 7px 15px;
	font-size: 18px !important;
	color: #57bde7;
}

div.agreement ol {
	margin: 0;
	padding: 0 0 0 20px;
}
div.agreement li {
	margin: 0;
	
}
div.agreement h6 {
	margin: 0;
	font-weight: bold;
	font-size: 13px;
}
div.agreement p {
	text-align: justify;
}

div.agreement .answers {
	background: url("img/articlebg_rb.png") right bottom no-repeat;
	margin: 50px -25px 0;
	padding: 0 40px 30px;
	text-align: center;
}
div.agreement .answers form {
	display: inline;
}
div.agreement .answers .agree,
div.agreement .answers .disagree {
	background-image: url("img/agree_disagree_btn.png");
	background-repeat: no-repeat;
	width: 127px;
	height: 30px;
	border: 0;
	margin: 10px;
}
div.agreement .answers .agree.en { background-position: -260px -0px; }
div.agreement .answers .agree.sc { background-position: -130px -0px; }
div.agreement .answers .agree.tc { background-position: -0px -0px; }
div.agreement .answers .disagree.en { background-position: -260px -30px; }
div.agreement .answers .disagree.sc { background-position: -130px -30px; }
div.agreement .answers .disagree.tc { background-position: -0px -30px; }





form.registration {
	margin: 0 25px;
	font-size: 13px;
}
form.registration h4 {
	background: url("img/articlebg_lt.png") left top no-repeat;
	height: 40px;
	margin: 0 -25px;
	padding: 7px 15px;
	font-size: 18px !important;
	color: #57bde7;
}
form.registration h5 {
	margin: 2em 1em 1em; font-size: 14px;	
}

form.registration table {
	width: 90%;
	margin: auto;
}
form.registration table th {
	width: 40%;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
th .hint {
	font-size: 11px;
}
form.registration table td {
	vertical-align: top;
}
form.registration table input.text,
form.registration table select {
	width: 95%;
}
form.registration table textarea {
	width: 95%;
	height: 4em;
}
form.registration table label {
	cursor: pointer;
}

span.must {
	color: red;
}

form.registration .answers {
	background: url("img/articlebg_rb.png") right bottom no-repeat;
	margin: 50px -25px 0;
	padding: 0 40px 30px;
	text-align: right;
}
form.registration .answers input.submit {
	background-image: url("img/submit_btn.png");
	background-repeat: no-repeat;
	width: 127px;
	height: 30px;
	border: 0;
}
form.registration .answers input.submit.en { background-position: -260px 0px; }
form.registration .answers input.submit.sc { background-position: -130px 0px; }
form.registration .answers input.submit.tc { background-position: -0px 0px; }

