* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 90%;
	line-height: 160%;
	
}
.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}
img {
 	border:none;
}
a:link {
	TEXT-DECORATION: none;
}
a:visited {
	TEXT-DECORATION: none;
}
a:hover {
	TEXT-DECORATION: none;
}
a:active {
	TEXT-DECORATION: none;
}
#login {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	background-image: url(img/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 80px;
	padding-right: 80px;
}
#login .logo {
	margin-bottom: 15px;
}
#login .pic {
	float: left;
}
#login .pic2 {
	text-align: center;
}
#login .btn {
	text-align: center;
	margin-top: 30px;
}
#login .box {
	float: right;
	width: 522px;
	height: 262px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(img/login_box_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-bottom: 20px;
}
#login .contact {
	text-align: center;
	margin-top: 10px;
}
#login table.table1 {
	width: 412px;
	margin-left: 55px;
	border-collapse: collapse;
	margin-top: 35px;
	margin-bottom: 35px;
}
#login table.table1 th {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}
#login table.table1 td {
	padding: 5px;
}
#member {
	width: 820px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C8C8C8;
	border-left-color: #C8C8C8;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#member p {
	margin-bottom: 10px;
}
#member .member_box {
	padding-left: 10px;
}
#member .member_box2 {
	padding-left: 45px;
	padding-right: 45px;
}
#member .member_box3 {
	padding-left: 45px;
	padding-right: 25px;
	margin-bottom: 25px;
}
#member .member_box4 {
	width: 660px;
	height: 275px;
	background-image: url(img/member_box4_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	padding-left: 34px;
	padding-top: 35px;
	margin-bottom: 5px;
}
#member .box_left {
	float: left;
}
#member .member_right {
	float: right;
}
#member .box_right_675 {
	float: right;
	width: 675px;
}
#member .member_pic {
	margin-bottom: 20px;
}
#member .member_pic2 {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
#member .member_pic3 {
	margin-bottom: 20px;
	float: left;
}

#member .member_title {
	margin-bottom: 20px;
	margin-top: 20px;
}
#member ul.member_link {
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-type: none;
}
#member ul.member_link li {
	float: left;
	margin-right: 25px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}
#member ul.member_link li a {
	color: #5AB1E3;
	text-decoration: underline;
}
#member ul.member_link li a:hover {
	text-decoration: none;
}
#member ul.member_text {
	list-style-type: none;
}
#member ul.member_text li {
	background-image: url(img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-bottom: 5px;
	padding-left: 25px;
}
#member .member_text2 {
	font-size: 16px;
	margin-bottom: 5px;
	
}
#member .member_text3 {
	font-size: 16px;
	height: 105px;
}
#member .member_text4 {
	font-size: 16px;
	width: 695px;
	float: right;
	padding-top: 5px;
}
#member ul.member_text5 {
	list-style-type: none;
	margin-top: 15px;
}
#member ul.member_text5 li {
	font-size: 14px;
	list-style-type: disc;
	margin-left: 15px;
}
#member ol.member_text6 {
}
#member ol.member_text6 li {
	font-size: 14px;
	margin-left: 15px;
}
#member .member_text7 {
	font-size: 12px;
	margin-left: 90px;
}
#member .member_text8 {
	margin-left: 60px;
}
#member .member_text9 {
	margin-top: 15px;
}

#member table.table1 {
	width: 100%;
	margin-left: 55px;
	border-collapse: collapse;
}

#member table.table1 td {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.botton {
	background: #79A817;
	background: -moz-linear-gradient(top, #8EC21F, #85B71C 1%, #85B71C 50%, #79A817 99%, #79A817);
	background: -webkit-gradient(linear, left top, left bottom, from(#8EC21F), color-stop(0.01, #85B71C), color-stop(0.5, #85B71C), color-stop(0.99, #79A817), to(#79A817));
	width: 107px;
	height: 32px;
	border: none;
	cursor: pointer;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	color: #fff;
	font-size: 18px;
    font-weight: bold;
}
.formfield_s{
	width: 270px;
	height: 28px;
	border: 1px solid #999;
	padding-left: 5px;
	padding-right: 5px;
}
.font14_b {
	font-size: 14px;
	font-weight: bold;
}
.font16_b {
	font-size: 16px;
	font-weight: bold;
}
.mt_25 {
	margin-top: 25px;
}
