*{
	padding: 0; 
	margin: 0;
}

.clear{
	clear:both;
}

.right {
	float: right;
}

body{
	font-size:12px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	text-justify:inter-ideograph;
	font-weight: normal;
	background-color: #eff0f0;
	line-height: 140%;
}

img{
	border-style:none;
}


a {
	color:#333333;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 100%;
	float: right;
	padding-top: 40px;
}

h2 {
	font-size: 24px;
	color: #00a0dd;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

h3 {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	font-family: "黑体";
	line-height: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

h3 a {
	color: #000000;
}

/* Container 容器定义 */
#container{
	width:948px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 12px;
}

/* top头部定义 */
#top {
	background-color: #000000;
	margin-bottom: 12px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 12px;
}

/* 中间定义 */

#center {
	margin-top: 12px;
	/*background-image: url(../images/login_bg.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 60px;
	padding-left: 126px;
}

.main {
	float: left;
	width: 288px;
	margin-bottom: 68px;
}

.main_textfield {
	background-color: #dedfe0;
	height: 20px;
	width: 276px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-left: 6px;
}

.login {
	margin-top: 12px;
	height: 100px;
}

.login_yes {

}

.login_yes a {
	font-weight: bold;
	background-color: #FF0000;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-align: center;
	width: 18%;
	display: block;
	color: #FFFFFF;
	float: right;
}

.login_yes a:hover{
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

#login_yc {
	float: left;
	line-height: 160%;
	height: 16px;
	overflow: hidden;
}

/* 底部定义 */
#foot{
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
}
