@charset "utf-8";
/* CSS Document */

#contentContainer{
	margin-top:10px;
	width:auto;
	/*解决高度自适应问题两个合起来用*/
	height: 1%;
	overflow: hidden;
	/*解决高度自适应问题两个合起来*/
}

#content{
	height:1%;
	width:776px;
	margin: 0 auto;
}

#sidebar{
	float:right;
	clear:right;
	width:230px;
}

#mainContent{
	margin:0;
	float:left;
	clear:left;
	width:535px;
	height: 1%;
}

#loginForm{
	width:530px;
	height:130px;
	border:1px solid #ccc;
}

#loginFormTitle{
	margin:10px;
	width:auto;
	height:20px;
	border-bottom:2px dotted #ccc;
}

#loginFormUsername{
	margin:10px;
	width:auto;
	height:20px;
}

#loginFormUsername input{
	background-color:#FFF794;
	height:18px;
}

#usernameTips{
	margin-left:40px;
}

#loginFormImgcode{
	margin:10px;
	width:auto;
	height:25px;
}

.imgcodeInput{
	width:80px;
	height:18px;
}

.loginButton{
	background-color:#EAEAEA;
	margin:0 0 0 15px;
	width:70px;
	height:25px;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #BCBCBC;
	border-bottom:2px solid #BCBCBC;
}

#regTips{
	margin-left:40px;
}

#regTitle{
	width:220px;
	height:26px;
	background-image:url(../../../images/simple/index/regTitleBg.gif);
	background-repeat:repeat-x;
	text-indent:20px;
	font-size:14px;
	font-weight:bold;
	line-height:26px;
	border:2px solid #D4D4D4;
}

#regButton{
	width:220px;
	height:1%;
	text-align:center;
}

#regButton img{
	margin:4px 0 0;
	border:0;
}

#helpAndFee{
	clear:both;
	margin:10px 0 5px;
}

.titleFont{
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.imgcode{
    margin-bottom:4px;
}


#specialtyPart {
	margin:10px 0 5px;
}
#specialtyPart img{
	margin:1px;
}

#indexAnnouncement{
	height:20px;
	line-height:20px;
}

#indexNewsTitle{
	background-color:#F3F3F3;
	height:30px;
	line-height:30px;
	border-bottom:4px #ccc solid;
	font-size:14px;
	font-weight:bold;
}
#indexNewsText{
	float:left;
}

#indexNewsMore{
	float:right;
}

#indexNewsItemList{
	line-height:22px;
}

.indexNewsItem{
	clear:both;
	background-image:url(../../../images/simple/index/indexNewsDot.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	height:1%;
}

.indexNewsItemTitle{
	float:left;
	margin:0 0 0 10px;
}

.indexNewsDate{
	float:right;
}


#cooperateBankContainer{
	margin-top:10px;
	width:auto;
	/*解决高度自适应问题两个合起来用*/
	height: 1%;
	overflow: hidden;
	/*解决高度自适应问题两个合起来*/
	clear:both;
}


#cooperate{
	height:1%;
	width:776px;
	margin: 0 auto;
}

#cooperateBankTitle{
	height:30px;
	background-color:#F3F3F3;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	border-bottom:3px #E7E7E7 solid;
}

#cooperatieBankTitleText{
	float:left;
}

#coopereatieBankTitleMore{
	float:right;
}

#cooperateBankLogo{
	height:40px;
	line-height:40px;
	border:1px solid #E7E7E7;
}

#cooperateBankLogo img{
	margin:5px 15px;
}