@CHARSET "UTF-8";
.top_prompt {
	margin: 0 auto;
	width: 100%;
	height: 22px;
	background-color: #fffee5;
	vertical-align: middle;
	font-family: "宋体";
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	border-bottom: 1px solid #848283;
	margin-bottom: 1px;
}

.top_prompt_middle {
	height: 22px;
	margin: 0 auto;
}

.icon_medium {
	background: url(images/medium.png) no-repeat;
	width: 22px;
	height: 22px;
	float: left;
}

.icon_close {
	background: url(images/close.png) no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 15px;
	position: relative;
	margin-top: -22px;
}