#top {
	height: 97px;
	border-bottom: 1px solid #4876FF;
	margin-bottom: 40px;
}
.header {
	position: relative;
	height: 97px;
	width: 990px;
	margin: 0 auto;
}
.logo {
	position: absolute;
	top: 30px;
	left: 0;
	width: 92px;
	height: 33px;
}
.logo a {
	display: block;
	overflow: hidden;
	width: 92px;
	height: 33px;
	background: url(../images/logo2.png) no-repeat 0 0;
}
#content {
	width: 990px;
	margin: auto;
}
.outerbox {
	padding: 50px 0 10px 20px;
}
.lefttitle {
	float: left;
	width: 130px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 16px;
	padding: 5px 10px 0 0;
}
.rtcon {
	padding: 0 0 10px 140px;
	margin-bottom: 10px;
}
.rtcon img {
    margin-left: 10px;
    width: 114px;
    height: 40px;
    cursor: pointer;
    vertical-align: middle;
}
.txtinput {
	padding: 2px 3px;
	width: 315px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.fgbtn {
    background: url("../images/buttonbg.png") repeat-x scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    width: 111px;
    border: 0 none;
    padding: 0;
}
.powered {
    bottom: 0;
    color: #0b3a58;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.powered a {
    color: #0b3a58;
    font-weight: bold;
}