@import url("font.css");
/*主体，使左右两侧背景同步*/
#helpMain {
	background-image: url(../images/help/bg-7.gif);
	width: 960px;
	overflow: auto;
	margin-top: 7px;
	margin:0 auto;
}
/*左侧导航*/
.nav3 {
	width: 216px;
	height: 25px;
	overflow: hidden;
	margin-top: 1px;
}

.nav3 a {
	text-decoration: none;
	height: 25px;
	width: 216px;
	display: block;
	float: right;
	font-weight: normal;
	font-size: 9pt;
	line-height: 20px;
	color: #FFF;
	padding-top: 5px;
	margin-top: 1px;
	vertical-align: bottom;
}

.nav3 a:hover {
	background-image: url(../images/help/b-5.gif);
	color: #FFF;
	background-position: center;
	vertical-align: bottom;
}
/*左侧*/
.helpLeft {
	width: 216px;
	float: left;
	padding-top: 5px;
	height: 485px;
}
/*右侧*/
.helpRight {/*控制关于我们*/
	width: 734px;
	float: right;
}
.helpRight2 {/*控制帮助中心*/
	width: 732px;
	border: 1px solid #e2e2e2;
	float: right;
	padding-bottom: 15px;
}
.helpRightTop {
	background-image: url(../images/help/b-1.gif);
	height: 26px;
	width: 734px;
}
.helpRightTop2 {
	background-color: #f1f5f5;
	height: 25px;
	width: 732px;
}
/*文本框样式*/
.appInput {
	COLOR: #666;
	TEXT-ALIGN: left;
	display: inline;
}
.appInputBor {
	COLOR: #000000;
	TEXT-ALIGN: left;
	display: inline;
	background-color: #E9F2FC;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
/*文字*/
.helpFontTitle {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

