.top_notice_title{
	height:30px;
	line-height:30px;
	background:#FF861B;
	position:relative;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding: 0 15px;
	cursor:pointer;
}
.top_notice_title_text{
	float:left;
}
.top_notice_title_button{
	float:right;
	font-weight:normal;
	font-size:12px;
}
.top_notice_content{
	position:absolute;
	top:30px;
	border:1px solid #FF861B;
	background:#FFF;
	z-index:999;
	line-height:150%;
	padding:20px;
	color:#000;
	font-weight:normal;
	font-size:12px;
	width:933px;
}
.top_notice_content a{
	color:#5A88FF;
	text-decoration:none;
}
.top_notice_content a:hover{
	color:#5A88FF;
	text-decoration:underline;
}
.top_notice_content_signature{
	text-align:center;
	padding-left:550px;
}
.top_notice_content_button{
	text-align:right;
}
