/* template css */ 
#container{
	width:960px;
	margin:0 auto;
	padding-top:5px;
}

.leftcon{
	width:730px;
	float:left;
	padding-right:22px;
}
.lc_1{
	width:730px;
	float:left;
	border:1px solid #ddd;
	padding-top:1px;
}
.lc1_title{
	width:730px;
	height:25px;
	background:#f7f7f7;
	line-height:25px;
}
.lc1_title span{
	width:68px;
	height:25px;
	float:left;
	border-right:1px solid #ddd;
	cursor:pointer;
}
.lc1_title span.index{
	background:white;
}
.lc1_content{
	width:710px;
	padding:10px;
	line-height:30px;
	text-align:left;
	text-indent:2em;
}

.rightcon{
	width:205px;
	float:right;
}
.rc_1{
	width:199px;
	border:1px solid #ddd;
	padding:2px;
	float:left;
}
.rc1_title{
	width:139px;
	height:22px;
	border-bottom:1px solid #ddd;
	background:#f7f7f7 url(../image/login.gif) no-repeat;
	line-height:22px;
	text-align:left;
	padding:0 30px;
}
dl.rc1_login{
	width:199px;
	float:left;
	background:#f7f7f7;
	text-align:left;
	line-height:25px;
}
dl.rc1_login dd{
	padding:5px;
	float:left;
}
dl.rc1_login dd label{
	width:40px;
	text-align:right;
	float:left;
	padding-right:5px;
}
dl.rc1_login dd input.textbox{
	width:116px;
	height:18px;
	border:1px solid #ddd;
	background:#fbfbfb;
	line-height:16px;
	float:left;
	padding:2px;
}
dl.rc1_login dd input.code{
	width:40px;
}
dl.rc1_login dd img{
	float:left;
	margin-left:5px;
	display:inline;
	cursor:pointer;
}

dl.rc1_login dd button{
	width:90px;
	height:22px;
	background:url(../image/btn.gif) 0% 100% no-repeat;
	border:none;
	margin-right:3px;
	display:inline;
	line-height:18px;
	float:right;
	cursor:pointer;
}
dl.rc1_login dd button.index{
	background:url(../image/btn.gif) no-repeat;
	color:white;
}
dl.rc1_login dd a{
	width:90px;
	height:22px;
	background:url(../image/btn.gif) 0% 100% no-repeat;
	border:none;
	margin-right:3px;
	display:inline;
	line-height:22px;
	float:right;
	cursor:pointer;
	text-align:center;
}
dl.rc1_login dd a.index{
	background:url(../image/btn.gif) no-repeat;
	color:white;
}
.rc_1 dl.rc1_loginok{
	width:193px;
	float:left;
	padding:12px 0 10px 6px;
	line-height:22px;
	background:#f7f7f7;
}
.rc_1 dl.rc1_loginok dd{
	float:left;
	margin:0 6px 9px 0;
	display:inline;
}
.rc_1 dl.rc1_loginok dd a{
	width:90px;
	height:22px;
	float:left;
	background:url(../image/btn.gif) 0 -22px no-repeat;
}
.rc_1 dl.rc1_loginok dd a:hover{
	color:white;
	background:url(../image/btn.gif) no-repeat;
}
.rc_2{
	width:201px;
	float:left;
	border:1px solid #ddd;
	padding:1px;
	margin-top:5px;
}
.rc2_title{
	width:201px;
	height:24px;
	border-bottom:1px solid #ddd;
	line-height:24px;
	text-align:left;
	background:#f7f7f7 url(../image/contact.gif) no-repeat;
}
.rc2_title span{
	float:left;
	padding:0 30px;
}
.rc_2 dl{
	width:201px;
	float:left;
	line-height:25px;
	text-align:left;
	padding:10px 0;
}
.rc_2 dl dd{
	width:201px;
	height:25px;
	float:left;
}
.rc_2 dl dd span{
	padding:0 5px;
}
.rc_2 dl dd a{
	color:#41B80F;
	text-decoration:underline;
}