@charset "utf-8";
/* CSS Document */
@import url(common.css);

.header {
	width: 100%;
	float: left;
	background: url(../images/reg.png) center top no-repeat;
	height: 137px;
	text-align: center;
	padding-top: 10px;
}

.main {
	width: 887px;
	margin: 0px auto;
}

.regtit {
	width: 887px;
	background: url(../images/title.png);
	height: 88px;
}

.regmin {
	width: 873px;
	background: url(../images/titmin.png) repeat-y;
	min-height: 400px;
	float: left;
	margin-left: 6px;
}

.regft {
	width: 873px;
	background: url(../images/tf.png) no-repeat;
	height: 23px;
	float: left;
	margin-left: 6px;
}

.footer {
	width: 100%;
	float: left;
	background: url(../images/footer.png) center top;
	height: 85px;
}

/* Z-INDEX */
#joinMember {
	background: #fff;
	padding: 10px;
	margin: 10px;
}

.formError {
	z-index: 990;
}

.formError .formErrorContent {
	z-index: 991;
}

.formError .formErrorArrow {
	z-index: 996;
}

.ui-dialog .formError {
	z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
	z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
	z-index: 5006;
}

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #ff0000;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position: relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #fff;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
}

body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow
	{
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top: 2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #000;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

fieldset {
	margin-top: 15px;
	padding: 10px 0px;
	border: 1px solid #984e21;
	overflow: hidden;
}

fieldset legend {
	margin: 0px 12px;
	padding: 2px 5px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

fieldset table {
	margin-top: 0px;
}

fieldset table th, fieldset table td {
	padding: 2px 5px;
}

fieldset table th {
	padding: 2px 0px;
	width: 150px;
	text-align: right;
	font-weight: normal;
}

fieldset table th span {
	margin: 0px 5px;
	color: #ff0000;
	font-weight: bold;
}

INPUT.inp-txt {
	height: 22px;
	line-height: 22px;
	padding: 2px 4px 0px 4px;
	border: 1px solid #984e21;
	background: #FBFBFB;
}

.reg-btn {
	cursor: pointer;
	width: 90px;
	height: 28px;
	border: 1px solid #707070;
	background: url(../images/btn-bg.png) repeat-x;
	color: #707070;
}

.reg-btn:hover {
	border: 1px solid #fea201;
	background-position: left bottom;
	color: #990000;
}

.ag-btn {
	cursor: pointer;
	width: 90px;
	height: 28px;
	border: 1px solid #707070;
	background: url(../images/btn-bg.png) repeat-x;
	color: #707070;
}

.ag-btn:hover {
	border: 1px solid #fea201;
	background-position: left bottom;
	color: #990000;
}