body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.left_float {
	float: left;
}

.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	height: 0px;
}

.hidden {
	display: none;
}

p {
	margin: 0px;
	padding: 0px;
}

#logo {
	float: right;
	margin-left: -30px;
	border: none;
}

#popup_header {
	border-bottom: 6px solid #A5BF00;
	height: 100px;
	margin-bottom: -89px;
	background-color: #E5E5E5;
}

h3 {
	font-size: 13px;
	line-height: 15px;
	color: #15581E;
	float: left;
	margin: 54px 0px 0px 0px;
	padding: 0px;
}

h4 {
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#popup_container {
	width: 718px;
	margin: 0px auto 0px auto;
}

#popup_content {
	margin-top: 20px;
	padding-top: 15px;
}

.member_box {
	float: left;
	width: 358px;
	margin-bottom: 23px;
}

.member_box img {
	float: left;
	margin-right: 10px;
}

.member_table {
	text-align: left;
	height: 171px;
}

.member_table td {
	vertical-align: bottom;
}

.member_table td p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
}

.plan_box {
	margin-bottom: 20px;

}

.lage_table {
	text-align: left;
	float: left;
	height: 426px;
}

.lage_table td {
	vertical-align: bottom;
}

.lage_table td p {
	margin: 0px;
	font-weight: bold;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
}

.plan_pics {
	float: right;
}

.open_link {
	margin: 50px 0px 0px 100px;
	padding: 10px;
	display: block;
	float: left;
	background-color: #CCC;
}

#popup_wrapper {
	width: 750px;
	background-color: #fff;
	margin: 0px auto 0px auto;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background-color: #000;
	filter:Alpha(opacity=60);
	opacity: 0.55;
	display: none;
}

#close_link {
	padding: 2px;
	clear: both;
	width: 150px;
	float: right;
	margin-bottom: 20px;

	text-align: center;
	color: #000;
	font-weight: bold;
	background-color: #CCC;
}