/* CSS Document */


	/*
		容器大小
	*/
	#container{
	width:324px;
	height:65px;
	margin-top:0;
	}
	/*
		菜单栏容器
	*/
	.news_menu{
	width:324px;
	height:28px;
	padding:2px;
	}
	/*
		菜单栏目边框
	*/
	.news_menu ul{
	width:324px;
	list-style:none;
	margin:0;
	padding:0px;
	}
	/*
		菜单栏列表
	*/
	.news_menu li{
	display:block;
	width:69px;
	height:28px;
	margin-left:1px;
	float:left;
	overflow:hidden;
	}
	/*
		列表链接样式
	*/
	.news_menu li a{
	display:block;
	width:69px;
	height:28px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	font-family:"宋体";
	font-size:9pt;
	}
	/*
		内容样式表
	*/
	.content{
	width:324px;
	height:65px;
	border:#314E90 1px solid;
	font-family:宋体;
	font-size:12px;
	}
	/*
		默认的样式
	*/
	.default{
		background-image:url(../img/bg_b_search2.gif);
		background-repeat: no-repeat;
		font-size:9pt;
		color:#000;
	}
	
	/*
		触发后的样式
	*/
	.trigger{
		background-image:url(../img/bg_b_search2b.gif);
		background-repeat: no-repeat;
		font-size:9pt;
		color:#000;
	}

	/*
		查询
	*/
	.search{
		width:210px;
		padding:0px;
		margin-left:0px;
		margin-top:10px;
		clear:both;
		overflow:hidden;
		float:left;
	}
	.button{
		margin-top:10px;
	}

	#cnt_03{
		background-repeat: repeat;
		display:none;
	}

	#cnt_02{
		background-repeat: repeat;
		display:none;
	}
	.in{
		color:#ccc;
	}