/* CSS Document */
* { margin:0px; padding:0px; font-size:12px}
ul{
	list-style: none;}
/* 用户注册样式 */
#user_content {
	width:800px;
	height:530px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../_images/list_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	position:relative;
}
#user_succeed {
	width:780px;
	height:460px;
	background-image: url(../_images/user_succeed.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#user_succeed p{
	width:220px;
	height:98px;
	position: absolute;
	top:160px;
	left:308px;
	color:#ce2009;
	line-height:24px;
	font-size:12px;
}
.btn_user {
	display:block;
	float:left;
	width:208px;
	height:37px;
	position:absolute;
	left: 320px;
	top: 268px;
}
#bszn_content {
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../_images/list_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	position:relative;
}
#bszn_title {
	float:left;
	margin-top:10px;
	width:800px;
	height:60px;
	background:url(../_images/bszn_title.gif) center top no-repeat;
	position:relative;
	padding-bottom:20px;
}
/* 参与机构样式 */
#rdlj_title {
	float:left;
	margin-top:10px;
	width:800px;
	height:60px;
	background:url(../_images/rdlj_title.gif) center top no-repeat;
	position:relative;
	padding-bottom:20px;
}
#cybm_title {
	float:left;
	margin-top:10px;
	width:800px;
	height:60px;
	background:url(../_images/cybm_title.gif) center top no-repeat;
	position:relative;
	padding-bottom:20px;
}
#cybm_content {
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../_images/list_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	position:relative;
}
#cybm_chart {
	width:650px;
	height:500px;
	/*border:#6fccfc solid 1px;*/
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
	background: url(../_images/zzjg.gif) top center no-repeat;
}
/* 我的信件样式 */
#wdxj_title {
	float:left;
	margin-top:10px;
	width:800px;
	height:60px;
	background:url(../_images/wdxj_title.gif) center top no-repeat;
	position:relative;
	padding-bottom:20px;
}
#wdxj_content {
	width:800px;
	height:530px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../_images/list_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	position:relative;
}
.search {
	float:left;
	width:698px;
	top:42px;
	left:37px;
	background-color:#f2f7ff;
	padding:5px 5px 5px 20px;
	color:#2c6d9f;
	font-size:12px;
	border:#d8def3 solid 1px;
	position:absolute;
}
.btn_search {
	float:left;
	width:63px;
	height:26px;
	text-align:center;
	background:url(../_images/btn_dc.gif) top left no-repeat;
	position:absolute;
	left: 400px;
	top: 2px;
}
.btn_search a{
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	width:63px;
	height:26px;
	line-height:26px;
	text-decoration:none;
}
.btn_search a:hover{
	color:#efbc41;
	display:block;
	font-weight:bold;
	width:63px;
	height:26px;
	line-height:26px;
	text-decoration:none;
}
.tbl_search {
	float:left;
	width:727px;
	border-top:#e6e6e6 solid 1px;
	border-left:#e6e6e6 solid 1px;
}
.tbl_search th{
	padding:8px;
	border-right:#e6e6e6 solid 1px;
	border-bottom:#e6e6e6 solid 1px;
	background-color:#d7f8fd;
	color:#2caccc;
	text-align:center;
}
.tbl_search td{
	padding:8px;
	border-right:#e6e6e6 solid 1px;
	border-bottom:#e6e6e6 solid 1px;
	color:#2caccc;
	text-align:center;
}
#wdxj_succeed {
	width:780px;
	height:460px;
	background-image: url(../_images/xj_succeed.jpg) !important;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#wdxj_succeed span {
	width:780px;
	float:left;
	display:block;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#2caccc;
	position: absolute;
	top:210px;
	font-size:12px;
	font-weight:bold;
}
/* 信件内容样式 */
#xjnr_title {
	float:left;
	margin-top:10px;
	width:800px;
	padding-top:30px;
	height:100px;
	background:url(../_images/xjnr_title.gif) center top no-repeat;
}
#xjnr_content {
	width:800px;
	height:370px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../_images/list_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#xdxjnr_title {
	float:left;
	margin-top:10px;
	width:800px;
	padding-top:30px;
	height:100px;
	background:url(../_images/xdxjnr_title.gif) center top no-repeat;
}
/* 用户注册 */
.search2 {
	float:left;
	width:727px;
	background-color:#f2f7ff;
	margin-top:10px;
	margin-left:10px;;
	padding:5px 5px 5px 20px;
	color:#2c6d9f;
	font-size:12px;
	border:#d8def3 solid 1px;
	position: relative;
}
.btn_search2 {
	float:left;
	width:63px;
	height:26px;
	text-align:center;
	background:url(../_images/btn_dc.gif) top left no-repeat;
	position:absolute;
	left: 400px;
	top: 2px;
}
.btn_search2 a{
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	width:63px;
	height:26px;
	line-height:26px;
	text-decoration:none;
}
.btn_search2 a:hover{
	color:#efbc41;
	display:block;
	font-weight:bold;
	width:63px;
	height:26px;
	line-height:26px;
	text-decoration:none;
}
/* 公告信息样式 */
#ggxx_title {
	float:left;
	margin-top:10px;
	width:800px;
	height:34px;
	background:url(../_images/ggnr_title.gif) center top no-repeat;
	position:relative;
	padding-bottom:20px;
}
#ggxx_content {
	width:800px;
	height:530px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../_images/list_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.tbl_top {
	float:left;
	width:730px;
	border-top:#e6e6e6 1px solid;
	border-left:#e6e6e6 1px solid;
	position:absolute;
	top:40px;
	left:37px;
}
.tbl_top th {
	font-size:14px;
	width:108px;
	text-align:right;
	border-right:#e6e6e6 1px solid;
	border-bottom:#e6e6e6 1px solid;
	padding:4px;
	background-color:#effdff;
	color:#2caccc;
}
.tbl_top td {
	font-size:14px;
	text-align:left;
	border-right:#e6e6e6 1px solid;
	border-bottom:#e6e6e6 1px solid;
	padding:4px;
	color:#2caccc;
	background-color:#fff;
}
.ggxx_content {
	height:390px;
	overflow:auto;
	width:708px;
	background-color:#fff;
	border:#e6e6e6 1px solid;
	border-top:none;
	padding:10px;
	color:#2caccc;
	text-indent:24px;
	line-height:24px;
	font-size:14px;
}
