#site_fade {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10001;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: .9;
	filter: alpha(opacity=90);
}

#kag .pop_wrap {
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 10002;
	overflow: visible;
	height: 0px;
}

#kag .ui_pop {
	width: 436px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #000;
	background-image: url(images/popup_body.gif);
	background-repeat: repeat-y;
}

#kag .ui_pop a {
	color: #000;
	text-decoration: underline;
	outline: none;
}

#kag .ui_pop a:hover {
	text-decoration: none;
}

#kag .ui_pop input {
	text-align: center;
}

#ui_pop_x {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url(images/close_popup.gif);
	cursor: pointer;
}

#ui_pop_bak {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 20px;
	right: 43px;
	background-image: url(images/back_popup.gif);
	cursor: pointer;
	display: none;
}

.ui_pop_head {
	width: 436px;
	height: 30px;
	background-image: url(images/popup_header.gif);
	background-repeat: no-repeat;
}

.ui_pop_foot {
	width: 436px;
	height: 30px;
	background-image: url(images/popup_footer.gif);
	background-repeat: no-repeat;
}

.ui_pop_kill {
	text-align: center;
	font-weight: bold;
	position: relative;
	bottom: -18px;
	cursor: pointer;

}

.ui_pop_cont {
	margin-left: 30px;
	margin-right: 30px;
	overflow: hidden;
}

#ui_pop_cp_top {
	clear: both;
	overflow: hidden;
}
#ui_pop_cp_top_left {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	border: #000 solid 1px;
	float: left;
}

#ui_pop_cp_top_right {
	float: left;
}

#ui_pop_cp_top_right strong {
	display: block;
	font-size: 24px;
}
#ui_pop_cp_top_right span {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#ui_pop_cp_inner {
	text-align: center;
	margin-top: 20px;
}
#ui_pop_cp_inner p, #ui_pop_cp_inner img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: block;
}

#ui_pop_cp_inner .btn {
	cursor: pointer;
}

#ui_pop_cp_inner .subbtn {
	padding-top: 20px;
}

#ui_pop_cp_inner label {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#ui_pop_cp_inner input[type="text"],
#ui_pop_cp_inner input[type="password"]
{
	width: 70%;
}

#ui_pop_cp_inner input {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#ui_cp_err {
	color: red;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
#ui_cp_suc {
	color: green;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}


#ui_pop_login_form {
	text-align: center;
}

#remember_me {
	display: inline;
}

#ui_pop_login_form label {
	display: block;
	text-align: center;
}

#ui_pop_login input[type="text"],
#ui_pop_login input[type="password"]
{
	width: 70%;
}

#ui_pop_login input {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#ui_pop_login h2 {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}

#ui_pop_login img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	cursor: pointer;
	display: block;
}

#kag .ui_pop .fake_link {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #000;
	text-decoration: none;
}

#jax_captcha {
	margin-left: auto;
	margin-right: auto;
	width: 315px;
	margin-bottom: 15px;
}

.ui_pop p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


input[type="submit"], input[type="button"], input[type="image"] {
	cursor: pointer;
}