﻿body {
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Tahoma, 宋体, Arial, sans-serif;
	background-image: url(bg.png);
}

#logo_xx {
	float: right;
	background-image: url(logo.png);
	width: 170px;
	height: 154px;
	margin-top: 50px;
	margin-right: 40px;
}

a {
	color: #06C;
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

	a:hover {
		color: #F90;
		text-decoration: underline;
	}

.normal a {
	color: #666;
}

	.normal a:hover {
		color: #000;
	}

.list a:visied {
	color: #969;
}

input {
	width: 150px;
}

td {
	font-size: 13px;
	text-align: center;
}

.app {
	position: relative;
	height: 80px;
}

	.app div {
		color: #4b4b4b;
		position: absolute;
		top: 35px;
		text-align: left;
		line-height: 12px;
		font-size: 11px;
	}

#header {
	height: 90px;
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
}

#main {
	margin: 0 auto;
	padding-top: 30px;
	height: 255px;
	width: 530px;
	background-image: url(content_bg.png);
	background-repeat: no-repeat;
}

#bottom {
	margin: 0 auto;
	height: 50px;
	width: 600px;
	text-align: center;
	color: #9B9B9B;
}

#LogDiv {
	margin-left: 20px;
	height: 150px;
	width: 250px;
}

#Submit1 {
	width: auto;
}

#btn1 {
	background-image: url(btn1.png);
	width: 85px;
	height: 26px;
	display: inline-block;
	cursor: pointer;
}

#btn2 {
	background-image: url(btn2.png);
	width: 85px;
	height: 26px;
	display: inline-block;
	cursor: pointer;
}

#title {
	font-size: 28px;
	color: #fff;
	text-indent: 50px;
	font-family: 微软雅黑;
}
