﻿@charset "utf-8";

/* CSS Document */
*{margin:0;padding:0; border:none; text-decoration:none;text-align: center; color:#000000;}

/***********index.php**************/

body
{
	background:url(../images/bg_01.gif) repeat-x;
}
span
{
	display:none;
}
#head
{
	width:100%;
	height:50px;
	margin:10px 0 0 0;
}
#head ul
{
	float:right;
}
#head li
{
	display:inline;
	margin-left:4px;
	font-family::"宋体";
	font-size:14px;
	font-weight:bold;
}
#head a
{
	color:#000000;
	padding:0 5px 0 5px;
}

#head a:hover
{
	color:#ffffff;
}

#title
{
	margin:20px auto 20px auto;
	background:url();
	width:626px;
	height:20px;
	text-align: center;
}
#sign
{
	width:100%;
	height:300px;
	text-align: center;
	float: left;
}
#foot
{
	width:100%;
	height:50px;
	font-family::"宋体";
	font-size:14px;
	font-weight:bold;
	line-height:50px;
	float:left;
}
#menu
{
	margin:auto auto;
	width:720px;
	height:100px;
	text-align:center;
}
.list
{
	height:120px;
	width:220px;
	float:left;
	font-family::"宋体";
	font-size:14px;
	font-weight:bold;
	line-height:50px;
	padding:0 5px 20px 5px;

}
.clear 
{
  font-size: 1px;
  line-height: 1px;
  height: 15px;
  clear: both;
}

/***********login.php**************/
#login
{
	margin:20px auto 20px auto;
	width:726px;
	height:501px;
}
#login_sign
{
	height:501px;
	width:215px;
	float:left;
	background:url(../images/login_01.gif);
}
#login_form
{
	height:501px;
	width:460px;
	float:left;
	background:url(../images/login_02.gif) repeat-x;
}
#login_side
{
	height:501px;
	width:51px;
	float:left;
	background:url(../images/login_03.gif);
}
#login_title
{
	width:300px;
	height:50px;
	float:left;
	padding:100px 0 30px 30px;
}
#login_text
{
	width:400px;
	float:left;
}
#login_text table
{
	width:400px;
}
#login_text td
{
	text-align:left;
	float:left;
	padding:20px 0 0 0;
	font-size:14px;
	font-weight:bold;
}
#login_text input
{
	float:left;
	background:url(../images/member_setup_03.gif) repeat-x;
	height:25px;
	line-height:25px;
	text-align:left;
	width:200px;
}
.input_side
{
	float:left;
	width:17px;
	height:25px;
}
#login_summit
{
	float:left;
	width:153px;
	height:24px;
	padding:130px 0 0 70px;
}

