
#main #regEngVer {
	display: block;
	background-image: url('members/reg-eng.png');
	background-repeat: no-repeat;
	background-position: 12px 13px;
	background-color: #555555;
	width: 491px;
	height: 39px;
}

#main #regEngVer span {
	display: none;
}

#main #reg1Button {
	float: right;
}

#main .notice#regSubmit {
	padding: 7px 5px 0px 5px;
	height: 32px;
	margin-top: 15px;
}

#main h3 {
	margin: 0px 0px 5px 5px;
	padding: 0px;
	font-family: Arial,helvetica;
	font-size: 8pt;
	color: black;
	font-weight: bold;
}

#main .regForm label {
	display: block;
	float: left;
	padding-left: 3px;
	width: 110px;
	margin-top: 3px;
	vertical-align: top;
}

#main .regForm label.wide {
	width: 270px;
}

#main .regForm div {
	padding: 2px;
	font-family: Arial,helvetica;
	font-size: 8pt;
}

#main .regForm {
	margin: 0px;
	padding: 0px;
}

#main .regForm input,
#main .regForm select,
#main .regForm textarea {
	font-family: Arial,helvetica;
	font-size: 9pt;
	border: 1px solid #CAD3D6;
	background-color: white;
	color: black;
	width: 338px;
	height: 16px;
	padding: 1px;
}

#main .regForm input#opt-fw_name { width: 108px; }
#main .regForm input#opt-fw_addr { width: 188px; }

#main .regForm textarea {
	height: 300px;
}

#main .regForm input.required,
#main .regForm select.required,
#main .regForm textarea.required {
	border: 1px solid #CAD3D6;
	background-color: #FFF799;
	color: red;
}

#main .regForm #reg-firstName { width: 165px; }
#main .regForm #reg-lastName { width: 165px; }
#main .regForm #reg-login { width: 167px; }
#main .regForm #reg-pass,
#main .regForm #reg-pass2,
#main .regForm #reg-oldpass { width: 167px; }
#main .regForm #reg-irsz { width: 87px; }
#main .regForm #reg-city { width: 243px; }
#main .regForm #reg-birthYear { width: 65px; }
#main .regForm #reg-birthMonth { width: 45px; }
#main .regForm #reg-birthDay { width: 45px; }


#main .regForm div.highlight1 {
	background-color: #F0F0F0;
}

#main .regForm div.highlight2 {
	background-color: #FFE6CB;
}

#main .regForm div.highlight2 label {
	color: red;
}

#main .regForm div.highlight2 span {
	display: block;
	margin-left: 113px;
	width: 338px;
	font-family: Arial,helvetica;
	font-size: 8pt;
	color: red;
}

#main .regForm div.highlight2 input,
#main .regForm div.highlight2 select,
#main .regForm div.highlight2 textarea {
	border-color: #ff0000;
}


#main .regForm div.highlight1 label {
	font-weight: bold;
}

#main #save {
	margin: 5px 0px;
	height: 26px;
	padding-bottom: -3px;
	border-color: #CAD3D6;
	border-style: solid;
	border-width: 1px 0px;
	text-align: right;
}

#main #save input {
	width: 78px;
	height: 26px;
	border: none;
	padding: 0px;
	margin: 0px;
}

#main .regForm .allow-hidden {
	position: absolute;
	top: -100px;
/*	display: none;*/
}

#main .regForm .allow-pub,
#main .regForm .allow-fav,
#main .regForm .allow-priv {
	display: block;
	background-image: url('members/reg-priv-fav-publ.png');
	width: 15px;
	height: 16px;
	font-size: 1pt;
	float: right;
	margin: 2px 7px 0px 0px;
}

#main .help .allow-pub,
#main .regForm .allow-pub { background-position: 0px 0px; }
#main .help .allow-fav,
#main .regForm .allow-fav { background-position: 0px -16px; }
#main .help .allow-priv,
#main .regForm .allow-priv { background-position: 0px -32px; }


#main .help .allow-pub,
#main .help .allow-fav,
#main .help .allow-priv {
	background-image: url('members/reg-priv-fav-publ.png');
	font-family: arial,helvetica;
	font-size: 8pt;
	background-repeat: no-repeat;
	padding: 1px 0px 0px 20px;
	margin-top: 3px;
}




#main .regForm div.checkboxLine {
	height: 23px;
}

#main .regForm div.checkboxLine label {
	padding-left: 1px;
	width: 170px;
}

#main .regForm div .checkboxChecked,
#main .regForm div .checkboxUnChecked {
	float: left;
	margin-top: 2px;
}

#main .regForm div div {
	float: left;
	width: 40px;
	margin-left: 2px;
	margin-top: -1px;
}

#main .frame3 .text {
	display: block;
	margin: 0px 0px 10px 5px;
}

#main .frame3 #message {
	margin: 0px;
}

#main .frame3 h3.option {
	margin-top: 20px;
}

#main .frame3 ul li {
	font-family: Arial,helvetica;
	font-size: 8pt;
	letter-spacing: normal;
	margin: 5px 0px 3px 0px;
}

