html {
	background: url(../images2/background_global.jpg) repeat-x;
}
body {
	padding-top: 60px;
	background: url(../images2/background_top.jpg) no-repeat center 0;
}
#container {
	width: 700px;
	margin: auto;
}

#footer {
	clear: both;
	overflow: hidden;
	width: 700px;
	padding-top: 10px;
	background: url(../images2/line_bottom.jpg) no-repeat center 0;
}
.content {
	float: left;
	width: 500px;
	padding-top: 10px;
	text-align: left;
}
.info {
	padding: 10px 10px 10px 0;
	line-height: 150%;
}
.login {
	overflow: hidden;
	float: left;
	width: 200px;
	height: 252px;
	line-height: 150%;
	background: #FFF url(../images2/background_login.jpg) no-repeat 0 bottom;
	text-align: left;
}
.login_select {
	clear: both;
	float: left;
	width: 200px;
	height: 30px;
}
.lo_sel_0 {
	background: url(../images2/background_select.gif) no-repeat 0 0;
}
.lo_sel_1 {
	background: url(../images2/background_select.gif) no-repeat 0 -50px;
}
.login_select li {
	float: left;
	width: 65px;
	height: 30px;
	padding-left: 35px;
	font-weight: 700;
	line-height: 30px;
	cursor: pointer;
}
.login_item {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}
.login_item table td {
	padding: 2px 0;
}
.lo_item {
	text-align: right;
}
.input_text {
	width: 100px;
	height: 19px;
	padding: 2px 4px;
	border: 1px solid #CCC;
	line-height: 19px;
}
.input_short {
	width: 40px;
}
#lo_i0 {
	display: block;
}
#lo_i1 {
	display: none;
}
.button_login {
	width: 124px;
	height: 34px;
	margin-top: 10px;
	padding: 0;
	border: 0;
	background-image: url(../images2/button_login.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: 700;
	font-style: 14px;
	color: #FFF;
}
.button_login:hover {
	background-position: 0 -50px;
}
.contact_way {
	float: left;
	width: 450px;
	color: #999;
	text-align: left;
	line-height: 150%;
}
.icon_link {
	float: right;
	width: 250px;
	padding-top: 10px;
	text-align: right;
}

